From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: Re: VPN question Date: 14 Oct 2003 06:44:27 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1066128266.1322.2.camel@valhalla> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: patrick kuah Cc: netfilter@lists.netfilter.org On Tue, 2003-10-14 at 06:19, patrick kuah wrote: > Hi all, > > I have configured a SNAT rule in my iptables but after configuring, i can't > VPN to my server which reside on another network. Do you see this traffic being dropped by your logs? > Do i need to add rule for VPN traffic to flow through the SNAT? If yes, what > are the rule? VPN is a generic term. What kind of VPN are you talking about? IPSec? PPTP? SSL? If you mean IPSec, you need to open UDP/500 to UDP/500 as well as protocol 50. You also want to make sure that IPSec/IKE is only negotiating ESP as a security service, not AH. HTH, C