From mboxrd@z Thu Jan 1 00:00:00 1970 From: "david" Subject: Re: Blocking IP Date: Thu, 29 Jul 2004 19:48:10 +0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: <005d01c4756a$4dd22f60$858310ac@suarapembaruan.com> References: <5.1.0.14.2.20040602145807.00b74bf8@pop3.netcologne.de> <001601c47565$8e0ba110$858310ac@suarapembaruan.com> <1091104096.9267.4.camel@les-home.futuresource.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Dear all, Thank's for your information, now all trafic from that ip already drop. Thank you. :) David Kandou ----- Original Message ----- From: "Les Mikesell" To: "david" Cc: Sent: Thursday, July 29, 2004 7:28 PM Subject: Re: Blocking IP > On Thu, 2004-07-29 at 07:14, david wrote: > > Dear all, > > > > My mail server received so many virus mails from ip 202.145.10.147 and after > > i look at gateway (linux) and i using iptraf i see so many traffic from > > 202.145.10.147. > > After that i try to block all traffic from 202.145.10.147 with command : > > #iptables -A INPUT -s 202.145.10.146 -j DROP > > > > but i still receiveall traffic from 202.145.10.146...... > > It might be as easy to block traffic with route as iptables: > route add -host 202.145.10.146 reject > should stop it (actually it stops your ability to respond > but for tcp that's enough). > > --- > Les Mikesell > les@futuresource.com > >