I am running this command :
iptables -A http_flood -m hashlimit --hashlimit 1/sec --hashlimit-burst 3 --hashlimit-mode dstip,dstport,srcport --hashlimit-name hosts -j MARK --set-mark 0xf100
And getting this error:
iptables: Unknown error 4294967295
Any suggestions?