Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2000 10:03:57 +0700
From:      Roger Merritt <mcrogerm@stjohn.ac.th>
To:        Jim Durham <durham@w2xo.pgh.pa.us>, "Shane Hagan" <shane_64@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: I did it!
Message-ID:  <3.0.6.32.20000828100357.008912f0@stjohn.stjohn.ac.th>
In-Reply-To: <Pine.BSF.4.21.0008271639380.87611-100000@w2xo.w2xo.pgh.pa. us>
References:  <F282065YLRJ7vnEJvg1000000cd@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 05:36 PM 8/27/00 +0000, you wrote:
>On Sat, 26 Aug 2000, Shane Hagan wrote:
<snip nice clear explanation>
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.6.32.20000828100357.008912f0>