On Aug 19, 2006, at 10:58 PM, SigmaX asdf wrote:
Found my problem. T[h]e firewall_type option is case sensitive -- and "OPEN"
is supposed to be lowercase.

The firewall_type option isn't case-sensitive, and hasn't been since early 4.x; see /etc/rc.firewall:

case ${firewall_type} in
[Oo][Pp][Ee][Nn])
        setup_loopback
        ${fwcmd} add 65000 pass all from any to any
        ;;

--
-Chuck

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to