Bug 222116 - connlimit filter doesn't work in 1.3.5 version of iptables
Summary: connlimit filter doesn't work in 1.3.5 version of iptables
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: iptables
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Fedora Extras Quality Assurance
URL: https://bugzilla.netfilter.org/bugzil...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-10 14:59 UTC by Adam Pribyl
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-24 14:51:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Adam Pribyl 2007-01-10 14:59:15 UTC
Description of problem:
See https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=515

Additional info:
Also applies to FC5.

Comment 1 Thomas Woerner 2007-08-29 14:49:15 UTC
Please have a look at iptables-1.3.8-2.fc6 in the testing tree.

Comment 2 Adam Pribyl 2007-08-29 16:17:57 UTC
I do not see any new iptables in updates-testing:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/x86_64/
nor for i386 at this time.

Comment 3 Thomas Woerner 2007-09-10 08:48:19 UTC
The package was in testing now for some time - pushing to final.

Comment 4 Adam Pribyl 2007-09-21 21:05:55 UTC
I have this version of iptables now, but there is now NO connlimit at all.

iptables -A FORWARD -p tcp --dport 0:65535 --syn -m connlimit --connlimit-above
50 --connlimit-mask 32 -j REJECT --reject-with tcp-reset
iptables v1.3.8: Couldn't load match
`connlimit':/lib64/iptables/libipt_connlimit.so: cannot open shared object file:
No such file or directory

Comment 5 Adam Pribyl 2007-09-21 21:18:05 UTC
OK, so according to bugzilla entry at bugzilla.netfilter.org (now it is down)
this is exntesion which was maintained externaly to netfilter team. 

This extension is still in the svn
http://svn.netfilter.org/cgi-bin/viewcvs.cgi/trunk/iptables/extensions/libxt_connlimit.c?rev=7015&view=log
but is not included in 1.3.8 package. I did not try wherether it is working or not.

Comment 6 Thomas Woerner 2007-09-24 14:51:20 UTC
The connlimit module is not part of the iptables 1.3.8 tarball. The link you
provided is a reference for the libxt_connlimit module, which was to the
repository added some weeks ago.

I am sorry, but there is no connlimit support at the moment. Closing as
"CANTFIX" for now.

There should be a new iptables version soon.


Note You need to log in before you can comment on or make changes to this bug.