From owner-freebsd-questions Tue Jul 1 15:13:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25409 for questions-outgoing; Tue, 1 Jul 1997 15:13:53 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25393; Tue, 1 Jul 1997 15:13:46 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199707012213.PAA25393@hub.freebsd.org> Subject: Re: Saving the configuration of 'ipfw' To: bradh@iafrica.com (Brad Hendrickse) Date: Tue, 1 Jul 1997 15:13:46 -0700 (PDT) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Brad Hendrickse" at Jul 1, 97 11:10:41 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Brad Hendrickse wrote: > > > 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. > after configuring ipfw, execute "ipfw list > outputfile>" edit the outputfile, prepend "/sbin/ipfw add " to each line. you can then add the outputfile to the end of /etc/rc.ipfw jmb