From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:45:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D3516A468 for ; Thu, 2 Aug 2007 16:45:14 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id DA8E913C4A7 for ; Thu, 2 Aug 2007 16:45:13 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DAD9151934 for ; Thu, 2 Aug 2007 12:45:12 -0400 (EDT) Date: Thu, 2 Aug 2007 17:45:10 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802174510.60e7ef04@gumby.homeunix.com.> In-Reply-To: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> References: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Firewall rules / Proper directory 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, 02 Aug 2007 16:45:14 -0000 On Thu, 2 Aug 2007 12:36:51 -0400 (EDT) "Tuc at T-B-O-H.NET" wrote: > Hi, > > I'm developing firewall rules for a machine, and I'm wondering > what the standard is for putting my version of an ipfw > "firewall_script"? > > I'd normally drop it onto /usr/local/etc somewhere, but > my /u/l/e is an NFS filesystem, and according to rcorder it starts > ipfw WAY before the nfsclient. I don't want to stomp > on /etc/rc.firewall, I like having it as a reference and one less > thing to have to worry about mergemaster overwriting. cp /etc/rc.firewall /etc/my.firewall add to rc.conf: firewall_script="/etc/my.firewall"