I am getting an error starting up iptables now. It seems to be running iptables with a bad flag "-w":
iptables -w -N f2b-SSH iptables -w -A f2b-SSH -j RETURN iptables -w -I INPUT -p tcp --dport ssh -j f2b-SSH -- stdout: '' 2015-10-20 14:53:32,652 fail2ban.action [4857]: ERROR iptables -w -N f2b-SSH iptables -w -A f2b-SSH -j RETURN iptables -w -I INPUT -p tcp --dport ssh -j f2b-SSH -- stderr: "iptables v1.4.7: option `-w' requires an argument\nTry `iptables -h' or 'iptables --help' for more information.\niptables v1.4.7: option `-w' requires an argument\nTry `iptables -h' or 'iptables --help' for more information.\niptables v1.4.7: option `-w' requires an argument\nTry `iptables -h' or 'iptables --help' for more information.\n" So it isn't starting correctly and it isn't blocking anything anymore cause it isn't setting up rules correctly. How do I fix this behavior? ------------------------------------------------------------------------------ _______________________________________________ Fail2ban-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fail2ban-users
