From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 16:55:05 2004 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 7261916A4CF for ; Fri, 30 Jan 2004 16:55:05 -0800 (PST) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB2E43D54 for ; Fri, 30 Jan 2004 16:54:59 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.160.236.34]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040131005459.VTER8186.out004.verizon.net@mac.com>; Fri, 30 Jan 2004 18:54:59 -0600 Message-ID: <401AFCBB.1010300@mac.com> Date: Fri, 30 Jan 2004 19:54:19 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ecrist@adtechintegrated.com References: <200401301846.52757.ecrist@adtechintegrated.com> In-Reply-To: <200401301846.52757.ecrist@adtechintegrated.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.160.236.34] at Fri, 30 Jan 2004 18:54:58 -0600 cc: freebsd-questions@freebsd.org Subject: Re: where am I supposed to put my rc.firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 00:55:05 -0000 Eric F Crist wrote: > I'm trying to add IPFW support. Where do I put my rc.firewall so that it gets > read at boot time? I've tried /usr/local/etc/rc.d and /etc but neither seems > to get read. Specify the location of your firewall script in /etc/rc.conf like so: firewall_enable='YES' firewall_type='/etc/ERICS_firewall' firewall_flags='-p /usr/bin/cpp' [ You might choose to use some other preprocessor... ] -- -Chuck