From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: PREROUTING in nat table isn't working as aspected Date: Mon, 10 Feb 2014 07:48:34 -0800 Message-ID: <20140210154834.GA6570@home> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Theo Belder Cc: netfilter@vger.kernel.org On Mon, Feb 10, 2014 at 01:52:42PM +0100, Theo Belder wrote: > ... So the redirect table > works for new connections. But for continuous existing traffic the > PREROUTING rule isn't working... Exactly as expected. > Do you have tips for redirecting traffic for an active traffic flood?? Clear the traffic from conntrack table by using the conntrack tool? Then the next packet which arrives WILL go through your PREROUTING rules. Phil