From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 05:43:27 2004 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 83F7916A4FE for ; Wed, 11 Feb 2004 05:43:27 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA8F43D2F for ; Wed, 11 Feb 2004 05:43:27 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <20040211134327014002rm73e>; Wed, 11 Feb 2004 13:43:27 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id BC835F; Wed, 11 Feb 2004 08:43:26 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Loren M. Lang" References: <20040211130356.GA8118@alzatex.com> From: Lowell Gilbert Date: 11 Feb 2004 08:43:26 -0500 In-Reply-To: <20040211130356.GA8118@alzatex.com> Message-ID: <44wu6tspdt.fsf@be-well.ilk.org> Lines: 16 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 Mailing list Subject: Re: FreeBSD has Two Firewalls? 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: Wed, 11 Feb 2004 13:43:27 -0000 "Loren M. Lang" writes: > I'm trying to learn how to configure my firewall on FreeBSD and there > seems to be quite a few commands related to it. It looks like, though, > that FreeBSD has two different implentations of firewalls. One uses > ipfw to configure it and has natd for nat, the other uses ipf and has > ipmon, ipnat, ipfs for controlling it. Is this true? Pretty much. There are some more firewall implementations in the ports, as well. > Where are some good references for learning the packet filter on > FreeBSD? The FreeBSD Handbook and the manual are usually plenty.