From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Azez Subject: return flow NAT table on POSTROUTING Date: Mon, 15 May 2006 15:50:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org I've observed on kernel 2.6.11.7 that return flows for SNAT'd connections do not pass through the NAT chain in the POSTROUTING table. They do however pass through the MANGLE chain in the POSTROUTING table. Is this to be expected? (Of course the original flow did pass through the NAT chain which is how the SNAT occurred). Sam