What are fail2ban's log iptables "returned 400" entries?
Posted
by
luri
on Ask Ubuntu
See other posts from Ask Ubuntu
or by luri
Published on 2011-02-22T19:09:49Z
Indexed on
2011/02/24
15:33 UTC
Read the original article
Hit count: 421
In my fail2ban.log
there are some entries the meaning of which I don't understand (and haven't found searching around)... For instance, a couple of examples from my log:
iptables -I INPUT -p tcp -m multiport --dports ssh -j fail2ban-ssh-ddos returned 400
...
iptables -I INPUT -p tcp -m multiport --dports http,https -j fail2ban-apache-overflows returned 400
So my questions would be:
- Are those lines errors?
- If they are... is it a
fail2ban
problem or aniptables
one? - If they are.... what do those errors mean?... and... how can they be avoided (if they have to)?
© Ask Ubuntu or respective owner