Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Enterprise Linux 5 »

Re: [rhelv5-list] iptables unknown error with connlimit module

John Haxby

2008-04-28

Replies:

Author LoginPost Reply
Hakan VELIOGLU wrote:
> Hi list,
>
> Why the below iptables command always gives Unknown error. Is there
> anybody has
> a solution.
>
> [root@(protected)
> --connlimit-above 16 --connlimit-mask 24 -j REJECT
> iptables: Unknown error 4294967295
> [root@(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
rhelv5-list@(protected)
https://www.redhat.com/mailman/listinfo/rhelv5-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.