From owner-freebsd-net@FreeBSD.ORG Fri Jun 3 10:35:07 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20400106567A for ; Fri, 3 Jun 2011 10:35:07 +0000 (UTC) (envelope-from folefole@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 57EBD8FC20 for ; Fri, 3 Jun 2011 10:35:05 +0000 (UTC) Received: by vws18 with SMTP id 18so1773162vws.13 for ; Fri, 03 Jun 2011 03:35:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=0Dq+ir1KNfBPsK8HPgqTEX3yiX+XSxptFs2Fwlt8Joo=; b=HO7cQVdXt5BVkIGz7sq4Q0HzJHkk9IygGIRPFRKtDhG6xUNLiilXnsc3UNfLwP7vQ7 Wx3vu0NKfLD6HeHuU9rI6BurKvrtBBorLdLya8XMSChNwETEHmLPKzt+KPXS6Sbqvyut lwpGRrYePHMdQX2fExR8+zpaBn6YLe6j0rrKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=u7xTzmJp9BC3GUofTfF81y6qvWdhQp5yKHqE/7X19hewjamwSNETnPzZpSvtEbkBeH vIcG1WZUJYJklWD3eTPySHuHb8YGElaTZsXYddDK7BvRnigJAEjYMgXU47mx/ikwpS1N W4bzOBlvG74QjGDR/PRtfLsdGG282AUP2k+e8= MIME-Version: 1.0 Received: by 10.52.99.5 with SMTP id em5mr785420vdb.24.1307095825367; Fri, 03 Jun 2011 03:10:25 -0700 (PDT) Sender: folefole@gmail.com Received: by 10.52.111.200 with HTTP; Fri, 3 Jun 2011 03:10:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Jun 2011 14:10:25 +0400 X-Google-Sender-Auth: nq7xItxajKEDv8h-EAk6kcgWj2g Message-ID: From: Oleg Fedorov To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: IPSec NAT-T patch for FreeBSD 7.3 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 10:35:07 -0000 If http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff patch is appropriate for FreeBSD 7.4-RELEASE too? Can I use the patch with ipsec-tools 0.8? 2010/3/25 Oleg Fedorov > > Many thanks! > > I successfully apply this patch > http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff on > FreeBSD 7.3-RELEASE and build custom kernel with IPSec NAT-T support. I > use ipsec-tools 0.7.3 and it works coorectly. > > Thanks again.