Gateway [SOLVED]

Chuck Swiger cswiger at mac.com
Mon Aug 21 16:36:56 UTC 2006


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



More information about the freebsd-stable mailing list