Hakan VELIOGLU wrote:
Hi list,
Why the below iptables command always gives Unknown error. Is there
anybody has
a solution.
[EMAIL PROTECTED] ~]# iptables -A INPUT -p tcp --syn --dport 80 -m connlimit
--connlimit-above 16 --connlimit-mask 24 -j REJECT
iptables: Unknown error 4294967295
[EMAIL PROTECTED] ~]#
"dmesg" will give you a more meaningful error message ... but in this
particular case you're using options for the tcp matching extension
without specifying the module. You want
iptables -A INPUT -p tcp -m tcp --syn --dport 80 ...
jch
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list