From: "Jorge Agrelo" <jagrelo@novadevices.com>
To: netfilter@lists.netfilter.org
Subject: Limit module accept negation?
Date: Mon, 10 Jan 2005 20:08:43 -0500 [thread overview]
Message-ID: <41E2E0CB.18071.252B3E2C@localhost> (raw)
Can I replace this two rules
iptables -A INPUT -p tcp --syn -m limit --limit 1/s --limit-burst 4 -j ACCEPT
iptables -A INPUT -p tcp --syn -j DROP
For only this one? (Using negation)
iptables -A INPUT -p tcp --syn -m limit ! --limit 1/s --limit-burst 4 -j DROP
Thanks in advanced
**********************************
CTO: Eng. Jorge Agrelo O.
WEb: www.novadevices.com
E-Mail: jagrelo@novadevices.com
Phone: (593-2) 225-7711 ext. 105
Av. Brasil N45-08 y Condor, Quito Ecuador
**********************************
next reply other threads:[~2005-01-11 1:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-11 1:08 Jorge Agrelo [this message]
2005-01-12 14:20 ` Limit module accept negation? Samuel Jean
2005-01-14 0:08 ` Jorge Agrelo
2005-01-14 1:20 ` Samuel Jean
2005-01-14 1:24 ` Samuel Jean
2005-01-14 14:36 ` Jorge Agrelo
2005-01-14 15:06 ` Samuel Jean
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=41E2E0CB.18071.252B3E2C@localhost \
--to=jagrelo@novadevices.com \
--cc=netfilter@lists.netfilter.org \
/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.