Quote:
Originally Posted by gjagadish
Hi friends
i'm using iptables v1.3.5 under FC3
I want to restrict http clients not to download more than 1 file at a time.
i used the following command.
iptables -A INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above 1 -j REJECT
but i got an error,
iptables: Unknown error 4294967295
what is wrong???
could u pls guide me
regards,
Jagadish
|
the error is like what one would get when one doesn't have a connlimit patched kernel...
http://www.netfilter.org/projects/pa...base-connlimit
i say this because i know for a fact i haven't applied the connlimit patch to my kernel and when i execute that iptables command i get exactly the same error as you...
i am on a vanilla kernel 2.4.33-pre1 with iptables 1.3.5...