Configuring RDP over the internet
Configuring RDP over the internet
I have a query about configuring RDP over the internet. My understanding of network systems is limited, so any suggestions on what to explore would be useful. My setup includes: 1) A modem from my ISP with poor WiFi range and speeds, using its own router; 2) A home router on 192.168.0.1 that I can control; 3) A second router on 192.168.1.1 serving all household devices; 4) Norton Internet Security installed but possibly allowing RDP; 5) Multiple Windows 10 Pro computers needing remote access. I want to connect these machines from outside my local network. I’m unsure if the issue lies with IP configuration or network routing, and I’d appreciate guidance on possible solutions such as port forwarding or alternative methods. Any resources you could recommend would be greatly appreciated.
It isn't correct. You must configure a port forwarding rule on your router to redirect port 3389 to the device you wish to reach from outside. With two routers involved, ensure the first one has its firewall turned off or is directing all traffic through the second router. In your case, access the configuration of the first router (196.168.0.1) and set incoming connections on ports 1 to 65535 for TCP and UDP to the second router (196.168.1.1). Outgoing traffic should remain unrestricted as most routers allow it by default. On the second router, forward port 3389 to the external IP you use for RDP. Once connected via your public IP in RDP, you should reach the client you’ve set up.
Avoid using RDP on the internet since it lacks strong security. RDP works best through a VPN or another protected connection like SSH.
RDP employs full encryption throughout the process. The main concerns arise when remote access is granted, potentially letting attackers gain admin rights on a server. However, for someone connecting to their personal computer from home, this risk is minimal as local admin accounts are typically used.
You can switch the port on the second device and configure two rules in your router. https://docs.microsoft.com/en-us/windows...ening-port Once connected, use xxx.xxx.xxx.xxx:3389 for machine one and xxx.xxx.xxx.xxx:anotherport for machine two. I think both systems should run Windows 10 Pro. It seems Home may block RDP access unless a user is already logged in.
Great, that's exactly what you were looking for. All systems are set to Windows 10 Pro. It seems RDP isn't available through Home settings.