Bug 9749

Summary: iptables returns bogus message on x86_64
Product: Sisyphus Reporter: Konstantin Pavlov <thresh>
Component: iptablesAssignee: placeholder <placeholder>
Status: CLOSED WORKSFORME QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: glebfm, ldv, placeholder, vsu
Version: unstable   
Hardware: all   
OS: Linux   

Description Konstantin Pavlov 2006-07-01 14:56:14 MSD
Trying to setup a connlimit rule on iptables-1.3.5-alt3 under x86_64 sisyphus.
That's what i got:

# iptables -I INPUT 1 -p tcp --syn --dport 21 -m connlimit --connlimit-above 3
--connlimit-mask 32 -j REJECT
iptables: Unknown error 18446744073709551615
Comment 1 Dmitry V. Levin 2006-07-01 16:38:50 MSD
Looks like
1. error reporting on x86-64 is bogus;
2. required kernel module is not loaded.
Comment 2 Sergey Vlasov 2006-07-01 22:18:18 MSD
The 'connlimit' match is not yet available in upstream kernels and does not seem
to be planned for 2.6.18.
Comment 3 Mike Lykov 2008-06-05 15:03:43 MSD
are there any updates? in Server 4 module connlimit isn't work. 
any plans?
Comment 4 Konstantin Pavlov 2009-04-01 16:17:29 MSD
[root@vz35 ]# iptables -I INPUT 1 -p tcp --syn --dport 21 -m connlimit --connlimit-above 3 --connlimit-mask 32 -j REJECT
iptables: No chain/target/match by that name
[root@vz35 ~]# cat /etc/altlinux-release
ALT Linux 4.0 Server (Walnut)
[root@vz35 ~]# rpm -q iptables
iptables-1.3.7-alt1