From owner-freebsd-questions Tue Oct 15 7:23:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D5AF37B401 for ; Tue, 15 Oct 2002 07:23:45 -0700 (PDT) Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id A370643EB3 for ; Tue, 15 Oct 2002 07:23:44 -0700 (PDT) (envelope-from myraq@mgm51.com) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id 7F5B02B27E; Tue, 15 Oct 2002 10:23:43 -0400 (EDT) Message-ID: <200210151023430685.13684C4D@home.24cl.com> In-Reply-To: <20021015135723.GA1427@kumprang.or.id> References: <20021015135723.GA1427@kumprang.or.id> X-Mailer: Calypso Version 3.30.00.00 (1) Date: Tue, 15 Oct 2002 10:23:43 -0400 Reply-To: myraq@mgm51.com From: "MikeM" To: "budsz" , "FreeBSD-Questions" Subject: Re: About rc.firewall Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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