All of lore.kernel.org
 help / color / mirror / Atom feed
* why can't use connlimit ??
@ 2005-10-28  6:19 Buddy wu
  2005-10-28  7:13 ` Rob Sterenborg
  0 siblings, 1 reply; 14+ messages in thread
From: Buddy wu @ 2005-10-28  6:19 UTC (permalink / raw)
  To: netfilter

   I want to use connlimit to set the connections of each person to a
certain number, but when I add a rule using iptables, error occured
like these:

[root@server1 linux]# /sbin/iptables -A INPUT -m connlimit
--connlimit-above 6 -j DROP
iptables: No chain/target/match by that name

   I have searched for this problem, someone said it maybe need to
load the ipt_connlimit module. I tried it, but it can not work. I
doubted that I have the wrong command.
   first I use '/sbin/modprobe ipt_connlimit' command ,and then I
reaceive the error 'FATAL: Module ipt_connlimit not found.'
   second, I use '/sbin/modprobe /lib/iptables/libipt_connlimit.so'
and then error comes again 'FATAL: Module
/lib/iptables/libipt_connlimit.so not found.'

   How to make it work ? I'm almost mad

Thank for your advise


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-10-31  1:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-28  6:19 why can't use connlimit ?? Buddy wu
2005-10-28  7:13 ` Rob Sterenborg
2005-10-28  7:27   ` Buddy wu
2005-10-28  7:45     ` Rob Sterenborg
2005-10-28  7:51       ` Buddy wu
2005-10-28  9:02         ` Rob Sterenborg
2005-10-28 10:23           ` Buddy wu
2005-10-28 16:33           ` /dev/rob0
2005-10-28 17:15             ` Rob Sterenborg
2005-10-29  4:06               ` Buddy wu
2005-10-29 16:57                 ` Jozsef Kadlecsik
2005-10-29  4:00             ` Buddy wu
2005-10-29  8:11               ` Rob Sterenborg
2005-10-31  1:49                 ` Buddy wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.