Subject: Re: new ipf rules "not supported by device"?
To: None <netbsd-help@netbsd.org>
From: Alan Post <apost@recalcitrant.org>
List: netbsd-help
Date: 02/07/2004 11:15:52
In article <Pine.NEB.4.58.0402070442180.1319@ReLink.NetWorkXXIII.Sytes.NET>, Mirko Thiesen wrote:
> On Fri, 6 Feb 2004, Dan Harrison wrote:
>>
>> >ipf has not been "enabled" -- read /etc/rc.d/ipf and see what it does.
>>
>> That file doesn't exist, but there's an ipfs, which seemd to do
>> something with ipf. Should I make a configuration for it, and if so,
> 
> I think Alan meant /etc/rc.d/ipfilter, not /etc/rc.d/ipf.

Yes, sorry about that.  In particular, the lines:

	echo "Enabling ipfilter."
	/sbin/ipf -E -Fa
	if [ -f /etc/ipf.conf ]; then
		/sbin/ipf -f /etc/ipf.conf
	fi