From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Coulson Subject: Re: SNAT for two interfaces not working Date: Wed, 28 Sep 2005 09:51:34 -0400 Message-ID: <433A9FE6.4030904@davidcoulson.net> References: <200509281547.23683@axl.clue.co.za> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200509281547.23683@axl.clue.co.za> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Sheldon Hearn Cc: netfilter@lists.netfilter.org Sheldon Hearn wrote: > So basically, the SYN+ACK is arriving back at the firewall, but the > firewall then ignores it. If I add logging, I see the packet hit > PREROUTING, but that's it. Disable return path filtering on the interfaces. echo 0 > /proc/sys/net/ipv4/conf/eth0/rp_filter David