From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ming-Ching Tiew" Subject: Re: [OT] Was: ESP does not hit the nat table Date: Thu, 5 Aug 2004 12:36:01 +0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: <00f201c47aa5$b6157ab0$0100a8c0@newlife> References: <200408040949.39972.Antony@Soft-Solutions.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: 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" To: netfilter@lists.netfilter.org Did you patch the kernel using NAT-T patch ? And did you turn on the nat_traversal ? It happens to my system too where I have nat-t patch, but nat_traversal is disabled (default) in freeswan configuration, then I put in a rule like this :- iptables -t nat -I PREROUTING -p esp When I list the rule, I can't see any packet going thru' it. Regards.