Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables with iplimit option
@ 2003-08-24  3:02 Noname Noname
  2003-08-24 11:04 ` Ralf Spenneberg
  2003-08-24 17:14 ` Cornu Nicolas
  0 siblings, 2 replies; 4+ messages in thread
From: Noname Noname @ 2003-08-24  3:02 UTC (permalink / raw)
  To: netfilter

Hi all

i'm trying to use iptables with iplimit option, i'm getting the below 
problem
can any one help what is the caused problem and how can I solve it?

[root@www root]# iptables -A INPUT -p tcp --syn --dport http -m iplimit 
--iplimit-above 4 -j REJECT
iptables: No chain/target/match by that name

thanks in advanced

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



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

* RE: iptables with iplimit option
@ 2003-08-24 10:34 George Vieira
  0 siblings, 0 replies; 4+ messages in thread
From: George Vieira @ 2003-08-24 10:34 UTC (permalink / raw)
  To: Noname Noname, netfilter

Do you have a table/chain called REJECT? If not then you probably mean DROP

Thanks,
____________________________________________
George Vieira
Systems Manager
georgev@citadelcomputer.com.au

Citadel Computer Systems Pty Ltd
http://www.citadelcomputer.com.au

Phone   : +61 2 9955 2644
HelpDesk: +61 2 9955 2698
 

-----Original Message-----
From: Noname Noname [mailto:spphu@hotmail.com]
Sent: Sunday, August 24, 2003 1:02 PM
To: netfilter@lists.netfilter.org
Subject: iptables with iplimit option


Hi all

i'm trying to use iptables with iplimit option, i'm getting the below 
problem
can any one help what is the caused problem and how can I solve it?

[root@www root]# iptables -A INPUT -p tcp --syn --dport http -m iplimit 
--iplimit-above 4 -j REJECT
iptables: No chain/target/match by that name

thanks in advanced

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail




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

* Re: iptables with iplimit option
  2003-08-24  3:02 iptables with iplimit option Noname Noname
@ 2003-08-24 11:04 ` Ralf Spenneberg
  2003-08-24 17:14 ` Cornu Nicolas
  1 sibling, 0 replies; 4+ messages in thread
From: Ralf Spenneberg @ 2003-08-24 11:04 UTC (permalink / raw)
  To: Noname Noname; +Cc: Netfilter

Am Son, 2003-08-24 um 05.02 schrieb Noname Noname:
> Hi all
> 
> i'm trying to use iptables with iplimit option, i'm getting the below 
> problem
> can any one help what is the caused problem and how can I solve it?
> 
> [root@www root]# iptables -A INPUT -p tcp --syn --dport http -m iplimit 
> --iplimit-above 4 -j REJECT
> iptables: No chain/target/match by that name
You might not have the iplimit support compiled in your kernel/iptables
command.
Try removing one or the other option:
 iptables -A INPUT -m iplimit --iplimit-above 4 -j REJECT
 iptables -A INPUT -p tcp --syn --dport http -m iplimit -j REJECT
 iptables -A INPUT -p tcp --syn --dport http -j REJECT
 iptables -A INPUT -p tcp --syn --dport http 
And watch which option causes the error. Then check if you
configured/patched your kernel to support this option ;-)

Cheers,

Ralf
-- 
Ralf Spenneberg
RHCE, RHCX

Book: Intrusion Detection für Linux Server   http://www.spenneberg.com
IPsec-Howto				     http://www.ipsec-howto.org
Honeynet Project Mirror:                     http://honeynet.spenneberg.org


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

* Re: iptables with iplimit option
  2003-08-24  3:02 iptables with iplimit option Noname Noname
  2003-08-24 11:04 ` Ralf Spenneberg
@ 2003-08-24 17:14 ` Cornu Nicolas
  1 sibling, 0 replies; 4+ messages in thread
From: Cornu Nicolas @ 2003-08-24 17:14 UTC (permalink / raw)
  To: netfilter

unsuscribe
----- Original Message ----- 
From: "Noname Noname" <spphu@hotmail.com>
To: <netfilter@lists.netfilter.org>
Sent: Sunday, August 24, 2003 5:02 AM
Subject: iptables with iplimit option


> Hi all
>
> i'm trying to use iptables with iplimit option, i'm getting the below
> problem
> can any one help what is the caused problem and how can I solve it?
>
> [root@www root]# iptables -A INPUT -p tcp --syn --dport http -m iplimit
> --iplimit-above 4 -j REJECT
> iptables: No chain/target/match by that name
>
> thanks in advanced
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



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

end of thread, other threads:[~2003-08-24 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-24  3:02 iptables with iplimit option Noname Noname
2003-08-24 11:04 ` Ralf Spenneberg
2003-08-24 17:14 ` Cornu Nicolas
  -- strict thread matches above, loose matches on Subject: below --
2003-08-24 10:34 George Vieira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox