1. stopping the service will clean all rules added by fail2ban
service fail2ban stop
2. if you do not have any other iptables rules, you can flush it
iptables -F
be careful: this will erase any other rules in your iptables.
1. stopping the service will clean all rules added by fail2ban
service fail2ban stop
2. if you do not have any other iptables rules, you can flush it
iptables -F
be careful: this will erase any other rules in your iptables.