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) -- Best regards, Minta Adrian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

