Using Remote Desktop to connect to different computers behind same IP

2

1

I'm trying to connect my computer from home to two computers in my office. The office has a router and I already forward the port for computer A. I can successfully connect to my computer A at my home by using static ip address. However, I am not sure how to connect to computer B since both computers use the same static IP address that is given by my ISP.

For example, at my home computer's Remote Connection box, I type 7x.8x.1xx.2xx. That IP address is for both computers.

I'm not sure how to distinguish the computer A and computer B. Any thoughts?

Rouge

Posted 2012-02-25T14:47:22.043

Reputation: 127

1

Possible duplicate of Remote desktop to multiple windows machines on a LAN with dynamic IP

– Ƭᴇcʜιᴇ007 – 2016-04-18T00:46:58.717

You may want to try something like Teamviewer Link" http://www.teamviewer.com/en/index.aspx

– N4TKD – 2012-02-25T15:12:25.347

Answers

4

  1. You can configure the port which each remote desktop is listening to. Change the port here for computer A and B:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
    
  2. Forward the ports to the corresponding computers.

  3. When you are connecting just specify the port: 7x.8x.1xx.2xx:23678

mynkow

Posted 2012-02-25T14:47:22.043

Reputation: 168

I prefer doing port remapping on the router so the clients don't need touched. – afrazier – 2012-02-26T12:59:44.673