From owner-freebsd-net@FreeBSD.ORG Mon Sep 18 17:46:18 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 3713216A403 for ; Mon, 18 Sep 2006 17:46:18 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7895243D7E for ; Mon, 18 Sep 2006 17:46:14 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so407007uge for ; Mon, 18 Sep 2006 10:46:13 -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=A38o0MJ2S/Q+X7djETLgXF0126Mg7GoCmaGABcnlkTtgDybqieXKj8gAvylTYvmGYMBZT6S45oisvM6JoTddbHi7iSnLCfzZZqihouGqkoRe3SPqy72en3A0SOl5L2JTSwsktdeccuB0jkrf0Sx1y2hRWjNkVXR7KDbBJQvCAY4= Received: by 10.66.221.6 with SMTP id t6mr7375425ugg; Mon, 18 Sep 2006 10:46:13 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Mon, 18 Sep 2006 10:46:12 -0700 (PDT) Message-ID: Date: Mon, 18 Sep 2006 13:46:12 -0400 From: "Scott Ullrich" To: "Bjoern A. Zeeb" In-Reply-To: <20060918174000.U2478@maildrop.int.zabbadoz.net> 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> <20060917125531.GA1611@jayce.zen.inc> <20060918145200.GA26025@zen.inc> <20060918145727.F2478@maildrop.int.zabbadoz.net> <20060918155235.GA26545@zen.inc> <20060918174000.U2478@maildrop.int.zabbadoz.net> Cc: freebsd-net@freebsd.org, VANHULLEBUS Yvan 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: Mon, 18 Sep 2006 17:46:18 -0000 On 9/18/06, Bjoern A. Zeeb wrote: > On Mon, 18 Sep 2006, Scott Ullrich wrote: > > > 1. Reinstalled kernel with NAT-T support > > you need to re-install the includes/header files too (which is part of > installworld). Okay, now that makes more sense. For the record, I am using FreeSBIE to build these images so this explains why this is not working now. Thanks for the hint, I'll give it a try.