bugzilla-daemon at bugzilla.netfilter.org
2010-Feb-04 06:10 UTC
[Bug 632] New: Error 4294967295 on using -m connlimit option
http://bugzilla.netfilter.org/show_bug.cgi?id=632 Summary: Error 4294967295 on using -m connlimit option Product: libnfnetlink Version: unspecified Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: critical Priority: P1 Component: libnfnetlink AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: fedora at opensourcenuts.com I am using RHEL 5.2 and the kernel version is 2.6.18-92.el5 SMP. I am getting the error while using option -m connlimit --connlimit-above. The command I executed is : iptables --table filter --append INPUT --source 192.168.1.2 -p tcp -i eth1 --dport 22 -m connlimit --connlimit-above 2 -j REJECT and the error is: iptables: Unknown error 4294967295 -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2010-Feb-04 12:14 UTC
[Bug 632] Error 4294967295 on using -m connlimit option
http://bugzilla.netfilter.org/show_bug.cgi?id=632 kaber at trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from kaber at trash.net 2010-02-04 13:14 ------- This has been fixed long ago, IIRC it was fix in iptables userspace to use errno instead of the syscall return value. Additionally your kernel does not seem to have support for connlimit. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.