From: "ITM CS Ruslan O. Nesterov" <ruslan@complexsystem.ru>
To: netfilter@lists.netfilter.org
Subject: Iptables -m limit problem
Date: Fri, 10 Jan 2003 11:32:16 +0300 [thread overview]
Message-ID: <6337869200.20030110113216@complexsystem.ru> (raw)
Hello netfilter list,
I want to limit connectionss to http port to maximum 2 persecond from
one host. I wrote the following line but it's not working :(
/usr/local/sbin/iptables -A ip_limit -p tcp --dport 80 -m limit --limit 2/second -j ACCEPT
/usr/local/sbin/iptables -A INPUT -j ip_limit
--
Best regards,
ITM mailto:ruslan@complexsystem.ru
reply other threads:[~2003-01-10 8:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=6337869200.20030110113216@complexsystem.ru \
--to=ruslan@complexsystem.ru \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox