Access multiple PCs with one External ip with RDP

Mr wolfzrat 20 Reputation points
2023-02-10T12:59:43.9233333+00:00

Hello Microsoft community,

I need advise or to be pointed to the right direction.

I have 2 desktops at home,

I have one set with 3389 as the port for the firewall rule - PC1

I have the other one set with 3388 as the port for the firewall rule - PC2

I am using my external ip in RDP to access PC 1 and I can access it

(I port forwarded port 3390 and the ip for PC 1)

I did the same for port forwarding port 3388 and the ip for PC 2 - but no luck

The problem is when I try to access pc 2 using my external pc, I change the user name to the 2nd pc and put the password, I get a kick back saying the credentials dont match.

So I know im doing something wrong. But I cant figure it out :(

Here is what I want:
I want to access both pc's using the same external ip in RDP.
Im outside the network of the two pc's.

Please advise!

Thank you

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-02-10T18:51:26.64+00:00

    Then something else is broken or misconfigured. Try using the private address on LAN (PowerShell)

    Test-NetConnection -ComputerName "192.168.10.10" -Port 3390 -InformationLevel "Detailed"
    
    

    then when successful try again using the public facing address but from internet.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-02-10T15:09:33.66+00:00

    Try access them each by using the following format

    10.155.46.120:3390

    10.155.46.120:3388

    (sub your actual public facing ip address above)

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Mr wolfzrat 20 Reputation points
    2023-02-13T16:00:17.43+00:00

    Thank you for that Powershell command, This issue was on my end of the router side, it was misconfigured wrong, I had the wrong port. I put the correct port on my end for port fowarding and re-ran the command and it gave me and answer.

    I rdp using <External Ip>:Port number (eg 192.168.10.10:3387)
    and I was able to connect to the 2nd computer,

    I repeated the same steps for the first computer and worked.

    Thanks for the help.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.