Removes an iptables rule created by fail2ban. This example shows how to
remove a rule for an IP from the fail2ban-apache chain. Can be used for
any service monitored by fail2ban:
iptables -D fail2ban-apache -s IP_ADDRESS_TO_SET_BE_FREE -j DROP
or remove from fail2ban-SSH jail:
iptables -D fail2ban-SSH -s IP_ADDRESS_TO_SET_BE_FREE -j DROP
No comments:
Post a Comment