If your router is a linux box you could also use iptables:
#iptables -t nat -A PREROUTING -p tcp -d n.n.n.n --dport 3389 -j DNAT --to-destination x.x.x.x
*where: n.n.n.n is your public ip facing the internet;
x.x.x.x is the IP of your server.
I must warn you that you should consider using VPN for a more secure connection.
hth.
'Jopoy
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

