1. Verify basic connectivity over the VPN
Run the following PowerShell commands while connected to the VPN:
Test-NetConnection <PCName> -Port 3389
Test-NetConnection <IPAddress> -Port 3389
I tried this both from the VPN and from the local network. From the VPN it fails both ways, from the local network it works.
2. Test using both hostname and IP address
- If one method works and the other does not, the issue may be related to DNS resolution over the VPN.
- RDP authentication can behave differently when connecting by IP address versus FQDN, especially when Network Level Authentication (NLA) is involved.
NLA is disabled completely.
3. Review Network Level Authentication (NLA)
- Windows 11 enables NLA by default.
- If the remote computer cannot validate credentials correctly when accessed through the VPN, the RDP session may fail before the desktop is presented.
- As a troubleshooting step, you may temporarily disable NLA to determine whether authentication is contributing to the issue.
Again NLA is disabled completely.
4. Verify Windows Firewall and security settings
- Confirm that the Remote Desktop firewall rules are enabled on the affected Windows 11 devices.
- Ensure that VPN client subnets are not being blocked by local firewall policies or third-party security software.
I have verified that the firewall rules are correct and as additional testing I disabled the firewall and tried as well as trying it with the firewall and antivirus disabled. Still not able to connect through RDP via VPN.
5. Review Event Viewer logs on the affected PCs
Please check the following logs for authentication or connectivity-related events:
- Applications and Services Logs → Microsoft → Windows → TerminalServices
- Applications and Services Logs → Microsoft → Windows → RemoteDesktopServices
- Windows Logs → System
- Windows Logs → Security
Nothing really showed up in the logs, however, I installed Wireshark and have packet captures showing the RDP traffic being sent to the client machine, but the machine never responds.
6. Review WatchGuard VPN routing and policies
Because RDP to servers works while RDP to Windows 11 workstations does not, it would be worthwhile to verify that:
- The workstation subnets are included in the VPN routes.
- No VPN policy is filtering RDP traffic to client operating systems.
- VPN clients receive the correct DNS servers and DNS suffixes.
- There have been no recent WatchGuard policy changes affecting workstation traffic.
I worked with Watchguard support and have confirmed that the traffic is passing through the firewall, but the Windows 11 computer does not respond.