From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 02:16:49 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 98A1416A4CE for ; Thu, 10 Jun 2004 02:16:49 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF4343D1F for ; Thu, 10 Jun 2004 02:16:49 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i5A2Gljo035817; Wed, 9 Jun 2004 20:16:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i5A2GlrG035814; Wed, 9 Jun 2004 20:16:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 9 Jun 2004 20:16:47 -0600 (MDT) From: Warren Block To: asolomon15 In-Reply-To: <40C7C07E.2090602@nyc.rr.com> Message-ID: <20040609201222.H35804@wonkity.com> References: <40C7C07E.2090602@nyc.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.3.8 (wonkity.com [127.0.0.1]); Wed, 09 Jun 2004 20:16:48 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: help setting up natd and ipfw on freebsd5.2.1 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: Thu, 10 Jun 2004 02:16:49 -0000 On Wed, 9 Jun 2004, asolomon15 wrote: > Then I add natd, gateway and firewall to my rc.conf file > gateway_enable="YES" > natd_enable="YES' > natd_interface="dc0" > firewall_enable="YES" > firewall_type="/etc/rc.firewall" The last line is wrong. You're mixing the name of the firewall script with the type. Later in your message you said you wanted an open firewall, so try this instead: firewall_type="OPEN" See the contents of /etc/rc.firewall to compare the different types of predefined firewall scripts. -Warren Block * Rapid City, South Dakota USA