At 12:32 AM 10.16.2002 +0700, budsz wrote:
>On Tue, Oct 15, 2002 at 10:30:18AM -0500, Jack L. Stone wrote:
>>Designating the type "open" will make your system set up wide open and can
>>be useful when debugging the rc.firewall script and the kernel has been
>>compiled to "deny all". If you want to
Hi,
On Tuesday 15 October 2002 19:32, budsz wrote:
> What is the relation between firewall_type in /etc/rc.conf and the same
> statement; firewall_type in rc.firewall? Is it enough if i only define
> the firewall_type just once; In rc.firewall only?
If I'm not wrong, rc.firewall ist just a scrip
>
>
>Sorry, I mean is:
>What is the relation between firewall_type in /etc/rc.conf and the same
>statement; firewall_type in rc.firewall? Is it enough if i only define
>the firewall_type just once; In rc.firewall only?
>
>
rc.conf sets some variables, but does not actually set anything up (in
On Tue, Oct 15, 2002 at 10:30:18AM -0500, Jack L. Stone wrote:
>Designating the type "open" will make your system set up wide open and can
>be useful when debugging the rc.firewall script and the kernel has been
>compiled to "deny all". If you want to the rc.firewall to load and bee
>effective tho
At 10:18 PM 10.15.2002 +0700, budsz wrote:
>On Tue, Oct 15, 2002 at 10:23:43AM -0400, MikeM wrote:
>>The [Oo][Pp][Ee][Nn] syntax allows you to specify Open, oPen, OPen, opeN,
>>etc. in rc.conf to configure the type of firewall you want from the samples
>>provided in the base install.
>
>OK thx,
On Tue, Oct 15, 2002 at 10:23:43AM -0400, MikeM wrote:
>The [Oo][Pp][Ee][Nn] syntax allows you to specify Open, oPen, OPen, opeN,
>etc. in rc.conf to configure the type of firewall you want from the samples
>provided in the base install.
OK thx, So if I use firewall_type="" in /etc/rc.conf, wha
On 10/15/02 at 8:57 PM budsz wrote:
|Hi,
|
|I've already read some manual ipfw, firewall etc, but I can't found
|explanation some variable in /etc/rc.firewall for example:
|
|case ${firewall_type} in
|[Oo][Pp][Ee][Nn]
|Some rule
|;;
|*)
|Some rule
|;;
|esac
|
|
Hi,
I've already read some manual ipfw, firewall etc, but I can't found
explanation some variable in /etc/rc.firewall for example:
case ${firewall_type} in
[Oo][Pp][Ee][Nn]
Some rule
;;
*)
Some rule
;;
esac
I don't understand about [Oo][Pp][Ee][Nn], [Cc][Ll][