* [gentoo-user] Connlimit (iptables)
@ 2006-04-06 0:11 Mariusz Zalewski
2006-04-07 13:55 ` Jürgen Pierau
0 siblings, 1 reply; 3+ messages in thread
From: Mariusz Zalewski @ 2006-04-06 0:11 UTC (permalink / raw
To: gentoo-user
Hello.
I have problem with connlimit module for iptables.
~ # uname -r
2.6.15-gentoo-r1
~ # grep -i match_limit /usr/src/linux/.config
CONFIG_IP_NF_MATCH_LIMIT=m
~ # lsmod | grep limit
ipt_limit 2240 2
~ # iptables -V
iptables v1.3.4
~ # equery uses iptables
[ Searching for packages matching iptables... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf
]
[ : Right column (I) - USE flags packages was installed
with ]
[ Found these USE variables for net-firewall/iptables-1.3.4 ]
U I
+ + extensions : Enable support for 3rd patch-o-matic extensions
- - ipv6 : Adds support for IP version 6
- - static : !!do not set this during bootstrap!! Causes binaries
to be statically linked instead of dynamically
--- end of code
... and finally:
~ # iptables -I OUTPUT -m connlimit --connlimit-above 50 -j DROP
iptables: No chain/target/match by that name
There is different error information in newer version (1.3.5) of iptables:
Code:
~ # iptables -I OUTPUT -m connlimit --connlimit-above 50 -j DROP
iptables: Unknown error 4294967295
Other rules added to OUTPUT chain works fine, only connlimit produce
errors. Is it a bug (should I send it on bugtrack) or there is something
wrong with my system or bad syntax with using connlimit?
--
Best regards, MZ
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Connlimit (iptables)
2006-04-06 0:11 [gentoo-user] Connlimit (iptables) Mariusz Zalewski
@ 2006-04-07 13:55 ` Jürgen Pierau
2006-04-07 18:13 ` Mariusz Zalewski
0 siblings, 1 reply; 3+ messages in thread
From: Jürgen Pierau @ 2006-04-07 13:55 UTC (permalink / raw
To: gentoo-user
Mariusz Zalewski schrieb:
> ~ # grep -i match_limit /usr/src/linux/.config
> CONFIG_IP_NF_MATCH_LIMIT=m
>
> Other rules added to OUTPUT chain works fine, only connlimit produce
> errors. Is it a bug (should I send it on bugtrack) or there is something
> wrong with my system or bad syntax with using connlimit?
>
>
Did you check if the module has not only been built but was also loaded
into the kernel?
Bye,
Jürgen
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Connlimit (iptables)
2006-04-07 13:55 ` Jürgen Pierau
@ 2006-04-07 18:13 ` Mariusz Zalewski
0 siblings, 0 replies; 3+ messages in thread
From: Mariusz Zalewski @ 2006-04-07 18:13 UTC (permalink / raw
To: gentoo-user
Jürgen Pierau napisał(a):
> Did you check if the module has not only been built but was also loaded
> into the kernel?
Yes. I've tried to compile this feature into kernel and as a module. In
both cases I had the same error.
I also recompile iptables after applying patch-o-matic-ng. I think I
will send this to gentoo bugtrack.
--
MZ
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-07 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06 0:11 [gentoo-user] Connlimit (iptables) Mariusz Zalewski
2006-04-07 13:55 ` Jürgen Pierau
2006-04-07 18:13 ` Mariusz Zalewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox