Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 19:39:20 -0500
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Valmir Filho <valmir@wbrnet.com.br>
Cc:        doc@FreeBSD.org
Subject:   Re: Handbook Errata
Message-ID:  <20051215193920.30a62045.trhodes@FreeBSD.org>
In-Reply-To: <9310191319.20051215150741@wbrnet.com.br>
References:  <9310191319.20051215150741@wbrnet.com.br>

index | next in thread | previous in thread | raw e-mail

On Thu, 15 Dec 2005 15:07:41 -0200
Valmir Filho <valmir@wbrnet.com.br> wrote:

> Doc,
> 
> Readign    FreeBSD's   Hankbook,   specifically   the   IPFW   chapter
> (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html),
> i´ve found that the following:
> 
> 25.6.3 /etc/rc.conf Options
> 
> If you do not have IPFW ...
> 
> firewall_enable="YES"
> 
> Set the script to run to activate your rules:
> 
> firewall_script="/etc/ipfw.rules"
> 
> 
> My observation is:
> 
> Reading  /etc/rc.firewall  script  i´ve  found  that  the  above  line
> (firewall_script="/etc/ipfw.rules") must be changed to "firewall_type"
> and not "firewall_script".

The 'firewall_type' option is different than the 'firewall_script'
option.  The first one allows you to use a predefined
configuration in /etc/rc.firewall.  The latter one,
'firewall_script' allows you to load a custom firewall ruleset.

-- 
Tom Rhodes


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051215193920.30a62045.trhodes>