Hello Robin Garrison
Did you change the default RDP listening port on the 2nd windows 11? You can check the current port by running the following PowerShell command:
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "PortNumber"
- When you connect to a computer through the Remote Desktop client, the Remote Desktop feature on your computer "hears" the connection request through a defined listening port (3389 by default).
If you change the port value, the next time you connect to this computer, you must type the new port. For example, if the new port is 3388, you would enter
192.168.1.2:3388
. - If you're using a firewall, make sure to configure your firewall to permit connections to the new port number. Then verify that there are no conflicting rules or other rules blocking the Remote Desktop traffic.
- Besides, are there any third-party security software or antivirus programs running on the machine where you're facing firewall issues? ---If the Answer is helpful, please click "Accept Answer" and upvote it.