From owner-freebsd-questions Tue Jul 1 14:48:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA23921 for questions-outgoing; Tue, 1 Jul 1997 14:48:19 -0700 (PDT) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA23915 for ; Tue, 1 Jul 1997 14:48:16 -0700 (PDT) Received: (from mdtancsa@localhost) by granite.sentex.net (8.8.5/8.6.9) id RAA07777; Tue, 1 Jul 1997 17:55:37 -0400 (EDT) From: Mike D Tancsa Message-Id: <199707012155.RAA07777@granite.sentex.net> Subject: Re: Saving the configuration of 'ipfw' In-Reply-To: from Brad Hendrickse at "Jul 1, 97 11:10:41 pm" To: bradh@iafrica.com (Brad Hendrickse) Date: Tue, 1 Jul 1997 17:55:35 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi there, as you can tell from the subject, I'm wanting to know if it's > possible to save the configuration of 'ipfw'. Each time I reboot, I find I > have to reconfigure it. You can put the rules in rc.firewall Make sure that in either /etc/sysconfig or /etc/rc.conf (depending on which version of FreeBSD you are running), you change the line fire_wall="NO" to firewall="YES" ---Mike