From owner-freebsd-questions@FreeBSD.ORG Wed May 11 13:59:29 2005 Return-Path: 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 988CC16A4CE for ; Wed, 11 May 2005 13:59:29 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4469643D62 for ; Wed, 11 May 2005 13:59:29 +0000 (GMT) (envelope-from nicholas.henry@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so362905nzk for ; Wed, 11 May 2005 06:59:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c6kLN37JRPvSqoYJFVuNDBbYttdNxPXUzc6sJ+SM0pFr02Z7jcCj4HzPLmP5vPN77NveRAO/t2f4MXFK+XqW+eYa9+LrxyWPGr/i4jqlo9sdBY3LqukaTB8OriuwgtTxc+FWS2r9AUCebAjPU3b0ri+Nb2fIxnKzLs5V8yk1A0s= Received: by 10.36.47.7 with SMTP id u7mr168574nzu; Wed, 11 May 2005 06:59:28 -0700 (PDT) Received: by 10.36.86.2 with HTTP; Wed, 11 May 2005 06:59:28 -0700 (PDT) Message-ID: Date: Wed, 11 May 2005 09:59:28 -0400 From: Nicholas Henry To: Alex Zbyslaw , freebsd-questions@freebsd.org In-Reply-To: <42820A1E.6090001@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050511122954.GA32377@orion.daedalusnetworks.priv> <42820A1E.6090001@dial.pipex.com> Subject: Re: firewall_enable: not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nicholas Henry List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 13:59:29 -0000 ipfw.rules is a shell script - and they do appear to be working correctly. Cheers, Nicholas On 5/11/05, Alex Zbyslaw wrote: > Nicholas Henry wrote: >=20 > >/etc/rc.conf:firewall_enable =3D"YES" > >/etc/rc.conf:firewall_script=3D"/etc/ipfw.rules" > >/etc/rc.conf:firewall_logging=3D"YES" > > > I don't have 5.X, but I believe that firewall_script is supposed to be a > shell script (like /etc/rc.firewall) whereas /etc/ipfw.rules is just a > set of firewall rules. You are trying to execute those rules, when they > are not meant to be. There should be a separate config variable (maybe > firewall_rules, but I can't confirm that) which you should be setting. >=20 > --Alex >=20 > PS If this works, then please let the list know >=20 >