Date: Thu, 31 May 2001 08:10:38 -0500 From: "Michael J. Turner" <mike@inethouston.net> To: <freebsd-questions@FreeBSD.ORG> Subject: Natd mapping Message-ID: <003001c0e9d3$17414a60$6404a8c0@daimon>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C0E9A9.2DA1D7E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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=3D"YES" natd_interface=3D"ed1" natd_flags=3D"-f /etc/natd.conf" ------=_NextPart_000_002D_01C0E9A9.2DA1D7E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Hi I have been trying to figure this = out forever.=20 Some people have got it</FONT></DIV> <DIV><FONT face=3DArial size=3D2>working but a friend and I cant get it = at all. I=20 have been trying to figure out</FONT></DIV> <DIV><FONT face=3DArial size=3D2>how to map certain ports from one nic = to the other=20 via. if i want to VNC</FONT></DIV> <DIV><FONT face=3DArial size=3D2>to my windows machine it has to go = through my=20 server then to my windows</FONT></DIV> <DIV><FONT face=3DArial size=3D2>machine. A easy way to solve that would = be to have=20 static ip. unfortunitly</FONT></DIV> <DIV><FONT face=3DArial size=3D2>I dont have one. Im trying to figure = out how to map=20 the ports from my internet</FONT></DIV> <DIV><FONT face=3DArial size=3D2>nic to my lan on my bsd machine. So i = could do=20 things like host a game or</FONT></DIV> <DIV><FONT face=3DArial size=3D2>VNC to my windows machine. I got this = off some=20 examples...</FONT></DIV> <DIV><FONT face=3DArial size=3D2>but i could put " natd sucks" in the = natd.conf and=20 it would'nt make a diffrence.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>if anyone could help me out i would = greatly=20 apperciate it. Thank you</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>natd.conf</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>redirect_port tcp 192.168.4.2:5800=20 5800<BR>redirect_port udp 192.168.4.2:5800 5800<BR>redirect_address = 192.168.4.1=20 24.240.235.35<BR>log no<BR>deny_incoming =20 no<BR>verbose = =20 no<BR>unregistered_only no<BR>interface ed1<BR>use_sockets = yes<BR>same_ports=20 yes<BR>dynamic yes<BR></FONT><FONT face=3DArial size=3D2></FONT></DIV> <DIV><FONT face=3DArial size=3D2>redirect_port tcp =20 192.168.4.2:5802 5802<BR>redircet_port udp =20 192.168.4.2:5802 5802<BR>redirect_port tcp =20 192.168.4.2:5902 5902<BR>redirect_port udp =20 192.168.4.2:5902 5902<BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>my rc.conf</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial=20 size=3D2>natd_enable=3D"YES"<BR>natd_interface=3D"ed1"<BR>natd_flags=3D"-= f=20 /etc/natd.conf"<BR></DIV></FONT></BODY></HTML> ------=_NextPart_000_002D_01C0E9A9.2DA1D7E0-- 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?003001c0e9d3$17414a60$6404a8c0>