View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#327
@uTMY

I use *nix machine to establish the tunnel. Our corporate network consist of many *nix machines(30+) and few Windowses(3-4).
I just start ssh on my N900 with -L option:
Code:
ssh -L 3389:<LAN_IP_windows>:3389 IP_unix
This command binds port 3389 on my N900 to port 3389 of the remote Windows machine on office LAN, with all communication flowing through the encrypted ssh tunnel established between N900 and remote *nix machine.

LAN_IP_windows: IP address of the Windows desktop on the LAN I want to remotely access.
IP_unix: real IP of a *nix machine connected to Internet and to the same LAN.

Then I just point Rdesktop on my N900 to localhost and I end up on the Windows desktop ;-)

Last edited by zlatko; 2010-09-04 at 16:35.
 

The Following User Says Thank You to zlatko For This Useful Post: