Date: Tue, 15 Feb 2000 13:53:38 -0800 From: "Fred J. Lomas" <aj@8hill.com> To: Ryan Thompson <freebsd@sasknow.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Natd Message-ID: <38A9CAE2.AFF3BE56@8hill.com> References: <Pine.BSF.4.10.10002151535130.63018-100000@sasknow.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Cool, that side is cool all that works , what I want to be able to do is come from the internet to my Internal LAN through a NT terminal server client and I want to be able to put my game server online which is on my NT box and setup a FTP server. so i guess I need to tell it when I come in through the WAN IP to forward it to the certain ports on the NT box, Im just not sure about how to do that I need to tell it to go from x.x.x.x to the internal LAN which is 192.168.101.12:27015 which is my game server am I making sense or just confusing my self more.... HAHA! thanks for your help too Ryan Thompson wrote: > > 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?38A9CAE2.AFF3BE56>