From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 01:12:41 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE03C106566B for ; Mon, 2 Feb 2009 01:12:41 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 759058FC1F for ; Mon, 2 Feb 2009 01:12:41 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan-a.emsphone.com [199.67.51.107]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n120hkr2089628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Feb 2009 18:43:46 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n120hkkh056480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Feb 2009 18:43:46 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n120hiY4056479; Sun, 1 Feb 2009 18:43:44 -0600 (CST) (envelope-from dan) Date: Sun, 1 Feb 2009 18:43:44 -0600 From: Dan Nelson To: Brett Glass Message-ID: <20090202004344.GH75802@dan.emsphone.com> References: <200902012207.PAA29008@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902012207.PAA29008@lariat.net> X-OS: FreeBSD 7.1-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Sun, 01 Feb 2009 18:43:46 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: questions@freebsd.org Subject: Re: IPFW in-kernel NAT: How to compile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 01:12:42 -0000 In the last episode (Feb 01), Brett Glass said: > I'm building a machine using FreeBSD 7.1-RELEASE, and noticed that there > was now a kernel configuration option to enable in-kernel NAT in IPFW. > So, starting with a pristine system, I tried to rebuild the kernel with > this feature as I trimmed out the unneeded device drivers. But the build > failed -- and the error messages suggest that the problem had to do with > linking libalias into the kernel. > > libalias seems to be there, so I'm not sure what's wrong. Ideas? Do you have "options LIBALIAS" in your kernel config? -- Dan Nelson dnelson@allantgroup.com