You could also use NAT if you could access the router/gw. Most SOHO routers I have used have this. Look for something that says "DMZ ...." and key in the value of your local IP. If you no the ports being accessed, you could opt for the "virtual server ..." option.

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

Reply via email to