From: "Netfilter" <netfilter@cjseng.com>
To: netfilter@lists.netfilter.org
Subject: What's the best way to block these IP's?
Date: Sat, 18 Jun 2005 11:46:37 -0500 [thread overview]
Message-ID: <003001c57425$4bb210a0$45d4a8c0@martin> (raw)
What's the best way to block these IP's?
:FORWARD ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -p tcp -s 61.0.0.0/32 -i eth1 -j DROP
-A INPUT -p tcp -s 66.0.0.0/32 -i eth1 -j DROP
-A INPUT -p tcp -s 80.0.0.0/32 -i eth1 -j DROP
-A INPUT -p tcp -s 82.0.0.0/32 -i eth1 -j DROP
-A INPUT -p tcp -s 211.0.0.0/32 -i eth1 -j DROP
-A INPUT -p tcp -s 213.0.0.0/32 -i eth1 -j DROP
or
-A INPUT -p tcp -s 218.0.0.0 -i eth1 -j DROP
-A INPUT -p tcp -s 219.0.0.0 -i eth1 -j DROP
-A INPUT -p tcp -s 219.0.0.0 -i eth1 -j DROP
thanks
next reply other threads:[~2005-06-18 16:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-18 16:46 Netfilter [this message]
2005-06-18 17:46 ` What's the best way to block these IP's? /dev/rob0
2005-06-18 18:02 ` Netfilter
2005-06-19 14:07 ` Jason Opperisano
2005-06-18 20:56 ` Cedric Blancher
-- strict thread matches above, loose matches on Subject: below --
2005-06-18 16:29 Netfilter
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='003001c57425$4bb210a0$45d4a8c0@martin' \
--to=netfilter@cjseng.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox