• November 05, 2024, 02:29:42 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: How to setup multiple PCs for Remote Desktop  (Read 3485 times)

churin

  • Level 2 Member
  • **
  • Posts: 42
How to setup multiple PCs for Remote Desktop
« on: December 18, 2011, 08:37:10 AM »

I remember the Virtual Server instead of Port Forwarding can be setup for multiple PCs to be Remote Desktop accessible from the Internet, but I forget how. Could anyone help?
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: How to setup multiple PCs for Remote Desktop
« Reply #1 on: December 19, 2011, 10:46:21 AM »

I presume the Mfr of Remote Desktop would have some port number information that would be needed to use in VS? I know I use this on my LAN side however I don't use it from the WAN side.
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

nicknml

  • Level 3 Member
  • ***
  • Posts: 104
Re: How to setup multiple PCs for Remote Desktop
« Reply #2 on: December 22, 2011, 08:30:27 PM »

For windows it's a pain to change the default port numbers that some services listen on.  What you can do is on the virtual server page is assign different public port numbers for each PC and have it map to the default private port (the default port number that Remote Desktop uses) for each PC.  For Example:

Default port number for RDP: 3389

PC-A 192.168.0.105
PC-B 192.168.0.106
PC-C 192.168.0.107

PC-A public port 4000, private port 3389
PC-B public port 4001, private port 3389
PC-C public port 4002, private port 3389

When you connect to a PC from the outside simply specify it in the remote desktop client in the format of [PUBLIC IP ADDRESS]:[public port number]

Another option
If you have an old PC laying around you can run Linux on it and use ssh like a vpn to access your home network.  This option is more secure.
Logged