From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: VPN Masq support in new kernel? Date: Mon, 20 Oct 2003 05:04:07 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3F9350A7.9010704@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Dave B In-Reply-To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Dave B wrote: > Hi, i was just wondering if anyone could tell me if VPN Masquerading > support would be built into the new 2.6 kernel or not. If not, do you > know where i can find a patch/module that's compatable with 2.6? > "VPN Masquerading" or NAT-Traversal is not really related to netfilter, however the 2.6 ipsec implementation has support for NAT-T. That only means you can make ipsec connections that are masqueraded, not that the box itself could do anything to make masquerading work for other clients using ipsec without NAT-T. Best regards, Patrick