Remove an IP address from iptables banned list failt2ban

Remove an IP address from the banned SSH list

sudo iptables -D fail2ban-ssh -s banned_ip -j DROP

Remove an IP address from the banned FTP list

sudo iptables -D fail2ban-pure-ftpd -s banned_ip -j DROP

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.