From: Ralf Spenneberg <lists@spenneberg.org>
To: Noname Noname <spphu@hotmail.com>
Cc: Netfilter <netfilter@lists.netfilter.org>
Subject: Re: iptables with iplimit option
Date: 24 Aug 2003 13:04:52 +0200 [thread overview]
Message-ID: <1061723091.1608.2.camel@kermit> (raw)
In-Reply-To: <BAY7-F298fdFsLowAQZ000006e9@hotmail.com>
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
next prev parent reply other threads:[~2003-08-24 11:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-24 3:02 iptables with iplimit option Noname Noname
2003-08-24 11:04 ` Ralf Spenneberg [this message]
2003-08-24 17:14 ` Cornu Nicolas
-- strict thread matches above, loose matches on Subject: below --
2003-08-24 10:34 George Vieira
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1061723091.1608.2.camel@kermit \
--to=lists@spenneberg.org \
--cc=netfilter@lists.netfilter.org \
--cc=spphu@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.