From owner-freebsd-net@FreeBSD.ORG Fri Sep 15 20:55:09 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C39116A40F for ; Fri, 15 Sep 2006 20:55:09 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C67543D55 for ; Fri, 15 Sep 2006 20:55:03 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so220480uge for ; Fri, 15 Sep 2006 13:55:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tNS09p+hS3oZCj/X4IxxnTZ6o/s/UllA3GXRkYBmWnsRVCCnFyfzDgeq/MW5/JpPbOyGWWHUZ/ZWPDoEHRct4uLCISr+SJhagdPy5rEL8ake91ozGiMcZiks6pHrLNdsmhqTGyi+7mV0uaNGhyld2wtpYwjtsAFEoJhR5DUB9MI= Received: by 10.67.105.19 with SMTP id h19mr5626165ugm; Fri, 15 Sep 2006 13:55:01 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Fri, 15 Sep 2006 13:55:01 -0700 (PDT) Message-ID: Date: Fri, 15 Sep 2006 16:55:01 -0400 From: "Scott Ullrich" To: "Larry Baird" In-Reply-To: <20060915165246.A92818@gta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060914093034.A83805@gta.com> <20060915091430.A45488@gta.com> <20060915165246.A92818@gta.com> Cc: freebsd-net@freebsd.org Subject: Re: FAST_IPSEC NAT-T support 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, 15 Sep 2006 20:55:09 -0000 On 9/15/06, Larry Baird wrote: > Just to be sure I understand the issue. You have a kernel built > with the FAST_IPSEC NAT-T patches but without the IPSEC_NAT_T option. > Your VPNs work but you are unable to dump your SAD entries. No, I have it built with options IPSEC_NAT_T and FAST_IPSEC. builder# cat pfSense.6 | grep IPSEC options FAST_IPSEC options IPSEC_NAT_T IPSEC works correctly but setkey shows the error. # setkey -D Invalid extension type Invalid extension type Invalid extension type Invalid extension type Invalid extension type Invalid extension type Invalid extension type Invalid extension type Invalid extension type # Scott