Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: iptables+connlimit
PostPosted: Tue Mar 18, 2008 4:42 pm 
Offline
Newbie

Joined: Tue Mar 18, 2008 4:36 pm
Posts: 4
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.


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 9:57 am 
Offline
Newbie

Joined: Tue Mar 18, 2008 4:36 pm
Posts: 4
Put it into bugs/reports section.

This thread can be closed I guess.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group