Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 09:36:43 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        SigmaX asdf <fydernix@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Gateway [SOLVED]
Message-ID:  <6C13FDA0-DAE2-4470-8FF6-E7955C637249@mac.com>
In-Reply-To: <c04d7e300608192258h590a580aj2aeb04ec571898aa@mail.gmail.com>
References:  <c04d7e300608192258h590a580aj2aeb04ec571898aa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C13FDA0-DAE2-4470-8FF6-E7955C637249>