From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 14:27:07 2005 Return-Path: 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 1E31E16A4CF for ; Tue, 15 Mar 2005 14:27:07 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7643D46 for ; Tue, 15 Mar 2005 14:27:06 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4888 invoked from network); 15 Mar 2005 14:27:06 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Mar 2005 14:27:06 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C7BED82; Tue, 15 Mar 2005 09:27:05 -0500 (EST) Sender: lowell@be-well.ilk.org To: Andreas Davour References: <42326F4D.70008@daleco.biz> <200503120435.j2C4ZDr89213@fat_man.ascendency.net> <20050313112025.GI18080@alzatex.com> <20050314153532.GA825@Alex.lan> From: Lowell Gilbert Date: 15 Mar 2005 09:27:05 -0500 In-Reply-To: Message-ID: <448y4p7znq.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: IPFW or pf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 14:27:07 -0000 Andreas Davour writes: > I have read the handbook about firewalls, and compiled my kernel > without switching on any explicit support for pf. > > Now, when I ran the mergemaster it suddenly found a lot of references > to pf in my startup scripts. The startup scripts support pf, but do not require it. > Is pf some kind of mandatory part of the base system these days? I > thought it was some kind of alternative to IPFW, but now I'm no longer > so sure. It is a part of the base system. It is always present just like ipfw, but its use is not required. > Can someone tell me if it's ok to just use IPFW on my STABLE system, > or is there some other knobs in the kernelconfig I should toggle to > turn off pf support? You are fine the way you are. I recommend letting mergemaster update the default pf startup files, so that it won't ask about them next time, but it doesn't really matter if you're not using pf.