Date: Fri, 1 Jun 2001 22:39:47 +0100 From: Richard Smith <rdls@rdls.net> To: "Michael J. Turner" <mike@inethouston.net> Cc: freebsd-questions@freebsd.org Subject: Re: Natd mapping Message-ID: <20010601223946.A524@gaia.home.rdls.net> In-Reply-To: <003001c0e9d3$17414a60$6404a8c0@daimon>; from mike@inethouston.net on Thu, May 31, 2001 at 08:10:38AM -0500 References: <003001c0e9d3$17414a60$6404a8c0@daimon>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 31, 2001 at 08:10:38AM -0500, Michael J. Turner wrote: > > Hi I have been trying to figure this out forever. Some people have got it > working but a friend and I cant get it at all. I have been trying to figure out > how to map certain ports from one nic to the other via. if i want to VNC > to my windows machine it has to go through my server then to my windows > machine. A easy way to solve that would be to have static ip. unfortunitly > I dont have one. Im trying to figure out how to map the ports from my internet > nic to my lan on my bsd machine. So i could do things like host a game or > VNC to my windows machine. I got this off some examples... > but i could put " natd sucks" in the natd.conf and it would'nt make a diffrence. > if anyone could help me out i would greatly apperciate it. Thank you > > natd.conf > > redirect_port tcp 192.168.4.2:5800 5800 > redirect_port udp 192.168.4.2:5800 5800 > redirect_address 192.168.4.1 24.240.235.35 > log no > deny_incoming no > verbose no > unregistered_only no > interface ed1 > use_sockets yes > same_ports yes > dynamic yes > > redirect_port tcp 192.168.4.2:5802 5802 > redircet_port udp 192.168.4.2:5802 5802 > redirect_port tcp 192.168.4.2:5902 5902 > redirect_port udp 192.168.4.2:5902 5902 > > my rc.conf > > natd_enable="YES" > natd_interface="ed1" > natd_flags="-f /etc/natd.conf" > You don't indicate whether NAT is actually functioning at all. So do you have the necessary custom kernel and the firewall enabled in rc.conf? Rich. 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?20010601223946.A524>