Check your rules
iptables -L
iptables -D your_jail -s your_ip_address -j DROP
iptables -D fail2ban-SSH -s 192.168.1.1 -j DROP
misc code snippets
Check your rules
iptables -L
iptables -D your_jail -s your_ip_address -j DROP
iptables -D fail2ban-SSH -s 192.168.1.1 -j DROP
free an ip/host from fail2ban
Mar, 7 -- Categories: Linux