Created
February 2, 2010 04:19
-
-
Save PProvost/292357 to your computer and use it in GitHub Desktop.
How to tunnel through Putty with RDP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RDP Tunneling via Putty and SSH | |
| 1. Putty to the external address using ssh (e.g. yourmachine.dyndns.org) | |
| 2. Figure out the IP address of the machine inside your network that you want to connect to | |
| e.g. 192.168.1.110 | |
| 3. Open putty settings and add the following to the tunnels section | |
| Source: 3333 | |
| Destination:192.168.1.110:3389 | |
| Note: 3389 is the RDP port. You are forwarding from 3333 here to 3389 on that internal IP | |
| 4. Start RDP and connect to localhost:3333 | |
| DONE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment