Date: Tue, 15 Oct 2002 10:23:43 -0400 From: "MikeM" <myraq@mgm51.com> To: "budsz" <budsz@kumprang.or.id>, "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: About rc.firewall Message-ID: <200210151023430685.13684C4D@home.24cl.com> In-Reply-To: <20021015135723.GA1427@kumprang.or.id> References: <20021015135723.GA1427@kumprang.or.id>
next in thread | previous in thread | raw e-mail | index | archive | help
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 | |I don't understand about [Oo][Pp][Ee][Nn], [Cc][Ll][Ee][Nn][Tt], |[Ss][Ii][Mm][Pp][Ee]...etc, Why we should write like this..? what |this mean..?, How this work?, Would somebody give me some URL about |this or something else. | ============= 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210151023430685.13684C4D>