>> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message