Adrian Minta a �crit :
Is iptables connlimit available in sarge ? I try to limit incoming connection to my webserver:
server# iptables -A INPUT -p tcp --dport 80 -m connlimit --connlimit-above 3 -j REJECT --reject-with tcp-reset the error: iptables: No chain/target/match by that name
What I'm doing wrong ?
iptables seems to have support for connlimit:
/lib/iptables/libipt_connlimit.so and a module ipt_limit.ko exist in the kernel directory ( 2.6.8-2-k7)
did you try "modprobe ipt_limit" (as root) before ?
-- Guillaume Tournat (Adelux) <[EMAIL PROTECTED]> Administrateur systemes/reseaux <http://www.adelux.fr> Tel : +33 (0)5 49 49 71 90 Fax : +33 (0)5 49 49 71 91
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

