Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2000 15:40:03 -0600 (CST)
From:      Ryan Thompson <freebsd@sasknow.com>
To:        "Fred J. Lomas" <aj@8hill.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Natd
Message-ID:  <Pine.BSF.4.10.10002151535130.63018-100000@sasknow.com>
In-Reply-To: <38A9A0CE.D29040A6@8hill.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Feb 2000, Fred J. Lomas wrote:

> Hi,
>        how do I go about editing my  natd every time i open it up it
> comes up all encrypted

Strange... You aren't trying to edit the binary in /sbin/natd, are you?
:-)

natd should be set up from /etc/rc.conf.  For example:

natd_enable="YES"
natd_interface="pn0"
natd_flags="-f /etc/natd.conf"

Example /etc/natd.conf:

# natd configuration settings
interface pn0
u
redirect_address 10.0.x.x w.x.y.z

Where 10.0.x.x is an internal network number, and w.x.y.z is the external
(public) IP.

Consult NATD(8) for more information.

--
  Ryan Thompson <ryan@sasknow.com>	50% Owner, Sysadmin
  SaskNow Technologies     		http://www.sasknow.com
  #106-380 3120 8th St E   		Saskatoon, SK  S7H 0W2



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?Pine.BSF.4.10.10002151535130.63018-100000>