Thank you for the bug report Jefferson, I believe that next patch in the config file should fix things up It will be uploaded with a next dupload ;-)
Cheers
Yarik
--- config/fail2ban.conf.default (revision 285)
+++ config/fail2ban.conf.default (working copy)
@@ -198,8 +198,8 @@
# Values: CMD Default:
#
fwstart = iptables -N fail2ban-http
+ iptables -A fail2ban-http -j RETURN
iptables -I INPUT -p tcp --dport http -j fail2ban-http
- iptables -A fail2ban-http -j RETURN
# Option: fwend
# Notes.: command executed once at the end of Fail2Ban
@@ -276,8 +276,8 @@
# Values: CMD Default:
#
fwstart = iptables -N fail2ban-ssh
+ iptables -A fail2ban-ssh -j RETURN
iptables -I INPUT -p tcp --dport ssh -j fail2ban-ssh
- iptables -A fail2ban-ssh -j RETURN
# Option: fwend
# Notes.: command executed once at the end of Fail2Ban
--
.-.
=------------------------------ /v\ ----------------------------=
Keep in touch // \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko /( )\ ICQ#: 60653192
Linux User ^^-^^ [175555]
pgpgrtBLo4qkl.pgp
Description: PGP signature

