Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 22:13:10 -0700
From:      Randy Bush <randy@psg.com>
To:        Joe Abley <jabley@automagic.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: starting ipfw
Message-ID:  <E150cZa-0006li-00@rip.psg.com>
References:  <E150aBy-0002kz-00@rip.psg.com> <20010517231813.A27636@buddha.home.automagic.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>> firewall_enable="YES"		# Set to YES to enable firewall functionality
>> firewall_script="/etc/ipfw.rules" # Which script to run to set up the firewall
> $firewall_script is a script which is sourced from rc.network, not a
> configuration file for ipfw. The default is /etc/rc.firewall.
> Since /etc/ipfw.rules is likely not something that can be sourced by
> sh, you are getting errors.

yup.  the following works.

    firewall_enable="YES"	# Set to YES to enable firewall functionality
    firewall_type="/etc/ipfw.rules" # Which script to run to set up the firewall
    firewall_flags="-q"		# Flags passed to ipfw when type is a file

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E150cZa-0006li-00>