On Thu, 15 Dec 2005 15:07:41 -0200
Valmir Filho <valmir@wbrnet.com.br> wrote:
> Doc,
>=20
> Readign FreeBSD's Hankbook, specifically the IPFW chapter
> (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw=
..html),
> i=B4ve found that the following:
>=20
> 25.6.3 /etc/rc.conf Options
>=20
> If you do not have IPFW ...
>=20
> firewall_enable=3D"YES"
>=20
> Set the script to run to activate your rules:
>=20
> firewall_script=3D"/etc/ipfw.rules"
>=20
>=20
> My observation is:
>=20
> Reading /etc/rc.firewall script i=B4ve found that the above line
> (firewall_script=3D"/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.
--=20
Tom Rhodes
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"