How to use secure remote desktop

Imagine this: After reading our blog about how to get the latest TV Series, you’re having one minor problem. The show you want only available at 9am during office hour, but you want to download it immediately so that you can watch it when you go back home. How?

You need remote desktop. You can enable port-forwarding and enable your remote desktop on your machine. But the best way is using tunneling, because its my way :) and its secure…

Things you need:

The steps are:
Please click the image to enlarge.

  1. Enable your Remote Desktop on your host machine (at home)
    image
    Explanation:
    By enabling this you can access your computer remotely.
     
  2. Run Putty on remote machine (any machine, this case machine in my office).
    - Host Name: your router ip
    - Port: 443
    - Protocol: SSH
     image
    Explanation:
    We use SSH for better and secure connection, and we use port 443 for SSL support.
     
  3. Go to Connection > SSH > Tunnels
    - Source port: 3390
    - Destination: host computer internal IP :3389
    - Click Add
    - Click Open
     image
    Explanation:
    The function of this task is to connect your connection to your home machine remote desktop service (port 3389). Then provide this connection to your office machine to use (port 3390)
     
  4. You will be connected to your router
    - Login as: root
    - Password: your router admin password
    image
    Explanation:
    When you telnet to your router, username is always root even if you have your own customize username when you login to web console.
     
  5. This is the screen after you successfullly login to your router.
    image
    Explanation:
    From here you can ping your host (remote pc) with its internal IP address, this is to check whether or not you machine indeed is turn on and accessible.
  6. On your remote machine (office machine) go to Start > All Programs > Accessories > Communication > Remote Desktop Connection
    - Computer: localhost:3390
    image
    Explanation:
    Remember step 3? Well, since the service is provided already once we connect through Putty; we can use localhost (our current office machine) with the provided port which is 3390.
     
  7. Voila… you should be connected to your home machine, just login as per you are there.
    image

Last 5 posts by Valiant

1 Trackback(s)

  1. Oct 22, 2007: from Ghillie Suits » How to use secure remote desktop

Post a Comment