From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 00:12:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A238316A420 for ; Fri, 27 Jan 2006 00:12:37 +0000 (GMT) (envelope-from lashby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4E143D49 for ; Fri, 27 Jan 2006 00:12:35 +0000 (GMT) (envelope-from lashby@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so62156nfc for ; Thu, 26 Jan 2006 16:12:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cGwMyj+6kk4pWvAvFBnjFErAQuSnaZS4iefnSYMlH3o1Pl+PDMo1aeFTVfANwv6IpET0k9OyCxs4C1UsyZcHB6mdf9C3X8SVgmTtFiB7FmRWy/OT4E2RX8HUQPKW10TG5ZRrIgW8bUrCN8x7tNsq7xt5T4Q8avaxoJeZHGKPx10= Received: by 10.48.157.8 with SMTP id f8mr112779nfe; Thu, 26 Jan 2006 16:12:34 -0800 (PST) Received: by 10.48.220.5 with HTTP; Thu, 26 Jan 2006 16:12:34 -0800 (PST) Message-ID: <9cd98d120601261612p6ba20f14k12b36fd50a751d1f@mail.gmail.com> Date: Thu, 26 Jan 2006 18:12:34 -0600 From: Logan To: freebsd-questions@freebsd.org In-Reply-To: <20060126233439.62351.qmail@web52101.mail.yahoo.com> MIME-Version: 1.0 References: <20060126233439.62351.qmail@web52101.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd security Subject: Re: strange problem with ipfw and rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 00:12:37 -0000 On 1/26/06, gahn wrote: > > > I have strange probelm with rc.conf. I set up ipfw > (compiled into kernel) on freebsd-5.4 and it doesn't > seem to load ipfw rulesets (it uses default ruleset > 65335 locking out everything). I have to do "sh > /etc/ipfw.rules" in order to load the rulesets, once I > did that, I can access the box from remote locations > ... > firewall_script=3D"/etc/ipfw.rules" > firewall_type=3D"simple" > firewall_enable=3D"YES" firewall_type=3D"/etc/ipfw.rules" delete firewal_script=3D/etc/ipfw.rules", the default rc.conf already has t= he correct value for what you're trying to do.