Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Connect to non-standard ports with MS Remote Desktop' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Connect to non-standard ports with MS Remote Desktop
Authored by: legacyb4 on Oct 15, '04 09:46:02PM

Microsoft is full of it, as usual.

For quite a while now, RDC has supported non-standard port calls which allows you to port forward to any number of Windows machines through a Linux box using SSH.

Simply set up your SSH tunnels with:

-L 13389:192.168.1.1:3389 (to machine 1)
-L 23389:192.168.1.2:3389 (to machine 2)
etc.

run multiple copies of RDC and connection to:

127.0.0.1:13389 (to machine 1)
127.0.0.1:23389 (to machine 2)
etc.

for as many connections that your bandwidth can support.



[ Reply to This | # ]