From: Tsuyoshi Takada <acroyear@gmx.ch>
To: netfilter@lists.netfilter.org
Subject: iptables limit-burst trouble
Date: Mon, 09 Jun 2003 11:22:21 +0900 [thread overview]
Message-ID: <20030609111735.C484.ACROYEAR@gmx.ch> (raw)
Hi,
I want to limit Web DoS attack.
I have set the following but it does not work well.
iptables -N flood-chk
iptables -A INPUT -p tcp --dport 80 --syn -j flood-chk
iptables -A flood-chk -m limit --limit 1/sec --limit-burst 2 -j RETURN
iptables -A flood-chk -j LOG --log-prefix "IPTABLES HTTP FLOOD-PACKET"
iptables -A flood-chk -j DROP
After I accessed to my web site,
I pushed reload button of my web browser repeatedly but
I was not denied by iptables.
Why?
regards,
--
Tsuyoshi Takada <acroyear@gmx.ch>
next reply other threads:[~2003-06-09 2:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-09 2:22 Tsuyoshi Takada [this message]
2003-06-10 3:04 ` iptables limit-burst trouble Tsuyoshi Takada
2003-06-10 4:35 ` Philip Craig
-- strict thread matches above, loose matches on Subject: below --
2003-06-10 3:25 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=20030609111735.C484.ACROYEAR@gmx.ch \
--to=acroyear@gmx.ch \
--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.