From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Batterbee Subject: Re: Newbie question about having multiple destination addresses in a chain entry Date: Mon, 06 Jan 2003 01:54:44 +1300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E182B14.6010402@aut.ac.nz> References: <3E181977.4020204@aut.ac.nz> <20030105124531.GJ16581@miggy.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3E181977.4020204@aut.ac.nz> 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"; format="flowed" To: Athan Cc: netfilter@lists.netfilter.org > > > I *think* your problem is that the NOTHING chain is empty, so at the >end of it it just returns to the calling chain. Why not just simply -j >ACCEPT on the rule in PREROUTING? That should stop it processing any >further down the PREROUTING for packets with that destination. > > > arghagh! I *KNEW* it would be something simple like that. I don't know how I managed to miss the target ACCEPT for so long! yes.. that does it nicely :) Thanks!