bugzilla-daemon@bugzilla.netfilter.org
2006-Sep-21 19:07 UTC
[Bug 515] New: connlimit filter doesn't work in 1.3.5 version of iptables
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=515 Summary: connlimit filter doesn't work in 1.3.5 version of iptables Product: iptables Version: 1.3.5 Platform: All OS/Version: Fedora Status: NEW Severity: normal Priority: P2 Component: libiptc AssignedTo: laforge@netfilter.org ReportedBy: AnnoDomi@interia.pl When we want to use connlimit filter it occurs unknown error: 4294967295 The whole line is for instance: iptables -A FORWARD -p tcp --dport 0:65535 --syn -m connlimit --connlimit- above 50 --connlimit-mask 32 -j REJECT --reject-with tcp-reset. installing the 1.3.4 version gives nothing - after compilling and installing back 1.3.5 the libipt_connlimit.so file is present in the /usr/local/lib/iptables/ directory, but system doesn't work properly. Still generating "iptables: Unknown error 4294967295" -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- Running iptables/netfilter module connlimit with stock CentOS4
- iptables connlimit
- [Bug 515] connlimit filter doesn't work in 1.3.5 version of iptables
- [Bug 618] New: connlimit doesn't work after upgrade to iptables 1.4.5
- CentOS 5.0 64bit - can't using ipt_connlimit module