Date: Wed, 9 Jun 2004 20:16:47 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: asolomon15 <asolomon15@nyc.rr.com> Cc: freebsd-questions@freebsd.org Subject: Re: help setting up natd and ipfw on freebsd5.2.1 Message-ID: <20040609201222.H35804@wonkity.com> In-Reply-To: <40C7C07E.2090602@nyc.rr.com> References: <40C7C07E.2090602@nyc.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609201222.H35804>