On 10/10/06, Sagi Bashari <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED]:~# iptables -A INPUT -p tcp --dport 80 -m connlimit --connlimit-above 3 -j REJECT
iptables: No chain/target/match by that name

Trying this command on my Debian Etch I get:
 
$ sudo iptables -A INPUT -p tcp --dport 80 -m connlimit --connlimit-above 3 -j REJECT
iptables: Unknown error 4294967295

This is with iptables 1.3.5.0debian1-1

I'm beginning to suspect that this module isn't well debugged - google around for these error messages.

--Amos

Reply via email to