From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 09:58:19 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 DD4B816A41F for ; Fri, 7 Oct 2005 09:58:19 +0000 (GMT) (envelope-from mark.r.cullen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4717643D46 for ; Fri, 7 Oct 2005 09:58:19 +0000 (GMT) (envelope-from mark.r.cullen@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so292772wra for ; Fri, 07 Oct 2005 02:58:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=WSrmAjDYhXmo9zbKiAFHJr+HzVeuAS9IG4HLuRIdKxqB0oO8jMn8Z4tEj6QQTOfwxbuakG+uygLqkbhBzx6pq2ceSSKnxINdwQA3sceavAcrtr3agfg9WXtmA9Iq6742901zUH28fGxfXw1En3AevIdux3Hh+Kk+hHL9pbrTlx8= Received: by 10.54.125.1 with SMTP id x1mr2068894wrc; Fri, 07 Oct 2005 02:58:17 -0700 (PDT) Received: from ?10.0.0.251? ( [88.96.18.86]) by mx.gmail.com with ESMTP id 7sm1167929wrl.2005.10.07.02.58.15; Fri, 07 Oct 2005 02:58:16 -0700 (PDT) Message-ID: <434646C9.9090105@gmail.com> Date: Fri, 07 Oct 2005 10:58:33 +0100 From: Mark Cullen User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Swiger References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Brian E. Conklin" , 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: Fri, 07 Oct 2005 09:58:20 -0000 Charles Swiger wrote: > 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. > You can have IPFW and IPF active at the same time, yes. > > 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. > Are there any particular reasons why you suggest switching from 4.11 to 5.4 if going from IPFW to IPF? Because I have just converted from IPFW2 to IPF on 4.11-STABLE... I did notice that IPF appears to be a rather old version. 3.something, where the latest version of IPF is 4.something. Is this the reason?