View Single Post
  #1  
Old 10th February 2011, 16:09
drewb0y drewb0y is offline
Member
 
Join Date: Sep 2010
Posts: 66
Thanks: 8
Thanked 13 Times in 7 Posts
Post How to manually unban ip blocked by fail2ban

I ran into an issue today where my office router somehow got blocked by fail2ban. I searched high and low to find an answer to unblock it so I did not have to wait for the ban to expire.

Here is what I found:

when I executed
Code:
iptables -L
I saw that my IP was in the jail named postfix-spamers550

to remove it I executed the following command

Code:
fail2ban-client get postfix-spamers550 actionunban 111.222.333.444
Success
Reply With Quote
Sponsored Links