From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 21:56:16 2005 Return-Path: X-Original-To: freebsd-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 890DB16A420 for ; Thu, 6 Oct 2005 21:56:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AA243D49 for ; Thu, 6 Oct 2005 21:56:15 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id j96LuFQk016843; Thu, 6 Oct 2005 14:56:15 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j96LuD6F008089; Thu, 6 Oct 2005 14:56:14 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Thu, 6 Oct 2005 17:56:14 -0400 To: "Brian E. Conklin" X-Mailer: Apple Mail (2.734) Cc: freebsd-questions@freebsd.org Subject: Re: Converting from IPFW to IPFILTER 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: Thu, 06 Oct 2005 21:56:16 -0000 On Oct 6, 2005, at 5:44 PM, Brian E. Conklin wrote: > I am getting ready to switch a FreeBSD 4.11 machine from IPFW to > IPFILTER for better FTP and NAT support. Hmm. Is there something natd doesn't handle for your case...? > I currently have IPFW compiled into the kernel. > Do I need to recompile a kernel without IPFW before I can > enable IPF? > Can I just set IPFW to allow everything by default? > Thanks in advance for your advice. If you're going to switch to using IPF, you might want to consider upgrading or reinstalling the OS to 5.4 instead of 4.11. -- -Chuck