From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 13:59:23 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4A416A473 for ; Tue, 13 Jun 2006 13:59:23 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94EF743D48 for ; Tue, 13 Jun 2006 13:59:21 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id 71AE22E064; Tue, 13 Jun 2006 15:59:20 +0200 (CEST) Message-ID: <448EC4B2.8000706@locolomo.org> Date: Tue, 13 Jun 2006 15:59:14 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: regi@via-rs.net References: <28713720.541071150205688169.JavaMail.tomcat@peto> In-Reply-To: <28713720.541071150205688169.JavaMail.tomcat@peto> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: FreeBSD firewall, nat, kernel 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: Tue, 13 Jun 2006 13:59:23 -0000 regi@via-rs.net wrote: > Hi, > > I've just installed a FBSD 6.1 box and I want to install Firewall and NAT services. > The handbook Firewall chapter indicates to compile Firewall if you want NAT. > But, I could not find in the GENERIC file the IPFIREWALL options. > > Do you have an idea ? See the NOTES file for extra kernel options, /usr/src/sys/conf/NOTES You can choose to compile ipfirewall, ipfilter or packet-filter. At least pf can also be loaded as kernel module so you don't need to recompile. Cheers, Erik