From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Netfilter" Subject: What's the best way to block these IP's? Date: Sat, 18 Jun 2005 11:46:37 -0500 Message-ID: <003001c57425$4bb210a0$45d4a8c0@martin> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org 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