From owner-freebsd-questions Sun Aug 27 20: 1:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 619F237B422 for ; Sun, 27 Aug 2000 20:01:26 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id JAA08889; Mon, 28 Aug 2000 09:56:42 +0700 (GMT) Message-Id: <3.0.6.32.20000828100357.008912f0@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 28 Aug 2000 10:03:57 +0700 To: Jim Durham , "Shane Hagan" From: Roger Merritt Subject: Re: I did it! Cc: freebsd-questions@freebsd.org In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05:36 PM 8/27/00 +0000, you wrote: >On Sat, 26 Aug 2000, Shane Hagan wrote: >back in /etc/rc.conf.. > >firewall_enable="YES >firewall_type="open" >natd_enable="YES" >natd_interface="edo" >gateway_enable="yes' > Hmmm. I just upgraded to 4.1-STABLE and discovered that elves have added a couple of lines to /etc/defaults/rc.conf, so this actually seems to need: gateway_enable="YES"` firewall_enable="YES" firewall_type="open" natd_enable="YES" natd_interface="ed1" forward_sourceroute="YES" # do source routing (only if gateway_enable is set t o "YES") accept_sourceroute="YES" # accept source routed packets to us The last two lines default to "NO", so you need to insert the changes in /etc/rc.conf. Without them natd stopped forwarding packets, and I wasn't even getting any error messages. -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message