iptables -I INPUT 2-p tcp --dport http -m state --state NEW -m recent --update--seconds60--hitcount20-j LOG --log-level=7
works!
1 2
iptables -I INPUT 2-p tcp --dport http -m state --state NEW -m recent --update--seconds60--hitcount60-j LOG --log-level=7
iptables: Unknown error 18446744073709551615
-j REJECT also produces the same.
Simply increasing the “hitcount” causes this error, the only work around I have come up with is decreasing the –seconds arg, to yield more hits/sec, still bloody annoying!
A serious WTF moment coming up granted this was posted in 2006, but I have just been forwarded this … what I can only describe as a serious WTF moment.