Bug 9749 - iptables returns bogus message on x86_64
Summary: iptables returns bogus message on x86_64
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: iptables (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-01 14:56 MSD by Konstantin Pavlov
Modified: 2009-04-01 16:18 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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