| Linode Forum https://forum.linode.com/ |
|
| iptables+connlimit https://forum.linode.com/viewtopic.php?f=19&t=3162 |
Page 1 of 1 |
| Author: | waster [ Tue Mar 18, 2008 4:42 pm ] |
| Post subject: | iptables+connlimit |
Hello, Was playing with te iptables and suddenly had the problem. I'v tried to add the following rule to limit number of connections to 80 port: Code: -A INPUT -p tcp --syn --dport 80 -m connlimit --connlimit-above 5 -j REJECT And get the following error in /var/log/messages: Code: kernel: ip_tables: connlimit match: invalid size 32 != 16 Do zcat /proc/config.gz | grep -i connlimit and get CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y - so connlimit is supported by the kernel? Is it possible to load connlimit iptables module? OS: Debian 4.0 Thanks. |
|
| Author: | waster [ Thu Mar 20, 2008 9:57 am ] |
| Post subject: | |
Put it into bugs/reports section. This thread can be closed I guess. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|