From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: Use mangle to DROP/ACCEPT Date: Sat, 03 Nov 2007 00:13:23 +0100 Message-ID: <472BAF13.4030702@rtij.nl> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Srinivas Murthy Cc: netfilter@vger.kernel.org Srinivas Murthy wrote: > Hi, > Is it ok to use the "mangle" table to insert rules that can > DROP/ACCEPT pkts in the PREROUTE chain? > > I cannot use "filter" since that is registered in the INPUT chain and > I want these rules in the PREROUTE chain. > There was a recent thread about this on the netfilter-devel list. Yes it's OK to drop in mangle, but not all matches work in mangle. HTH, M4