Configure fail2ban to use route instead of iptables to block connections
Fail2ban uses iptables by default to block incoming connections when they exceed the max. login retries. The iptables rules used by fail2ban might conflict with the firewall rules, so it might be necessary to reconfigure fail2ban to use the route command for blocking incoming connections. To reconfigure fail2ban for using the route command instead of ... Read more