Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 19:54:19 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        ecrist@adtechintegrated.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: where am I supposed to put my rc.firewall?
Message-ID:  <401AFCBB.1010300@mac.com>
In-Reply-To: <200401301846.52757.ecrist@adtechintegrated.com>
References:  <200401301846.52757.ecrist@adtechintegrated.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric F Crist wrote:
> I'm trying to add IPFW support.  Where do I put my rc.firewall so that it gets 
> read at boot time?  I've tried /usr/local/etc/rc.d and /etc but neither seems 
> to get read.

Specify the location of your firewall script in /etc/rc.conf like so:

firewall_enable='YES'
firewall_type='/etc/ERICS_firewall'
firewall_flags='-p /usr/bin/cpp'

[ You might choose to use some other preprocessor... ]

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401AFCBB.1010300>