From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Volf Date: Tue, 04 Apr 2006 07:00:43 +0000 Subject: Re: [LARTC] Not routing for 1 host? Message-Id: <4432199B.3090607@inv.cz> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Joost Kraaijeveld wrote: > Hi, > > I want to stop routing for 1 particular host in my network. I thought that this would do it: > > iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP > iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP > > But that still shows traffic. What is the corract way to do that? Hello, maybe iptables -I FORWARD -d aaa.bbb.ccc.ddd -j DROP iptables -I FORWARD -s aaa.bbb.ccc.ddd -j DROP Martin _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc