From owner-freebsd-questions Thu Aug 27 01:21:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02988 for freebsd-questions-outgoing; Thu, 27 Aug 1998 01:21:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA02983 for ; Thu, 27 Aug 1998 01:21:48 -0700 (PDT) (envelope-from malte.lance@gmx.net) Received: from neuron.webmore.de (unverified [194.95.214.166]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 27 Aug 1998 10:21:51 +0200 Received: (from malte.lance@gmx.net) by neuron.webmore.de (8.8.8/8.8.8) id QAA01934; Tue, 25 Aug 1998 16:46:09 +0200 (CEST) From: Malte Lance MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 25 Aug 1998 16:46:08 +0200 (CEST) To: wwoods@cybcon.com Cc: FreeBSD Questions Subject: Re: Firewall....I am going NUTS!! In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13794.46786.889753.930290@neuron.webmore.de> Reply-To: malte.lance@gmx.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Woods writes: > OK, I have a firewall and every hour I export the rules list by doing: > > ipfw list > /fwlist > > On a reboot how do I get the contents of fwlist back into the > firewall...... /sbin/ipfw list | /usr/bin/awk '{ print "add " $0 }' >/fwlist should do the trick. Then just call "ipfw /fwlist" Malte. > > --------------------- > William Woods > Date: 20-Aug-98 / Time: 12:04:06 > goto to: http//www.freebsd.org. > --> FreeBSD 3.0 CURRENT <-- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message