Might try from PowerShell from both source and target. (but using the target address in both cases)
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Unable to link to server using Remote Desktop
Previously, it could be solved by rebooting
Now it doesn't work even after reboot
Remote connection keeps starting
You can connect to the server with Remote Desktop on Keitai.
All services related to Remote Desktop are enabled.
Windows Firewall is turned on.
Windows version: Windows 11 Home Edition Insider Preview 22H2
OS internal version 25276.1000
Experience Windows Feature Experience Pack 1000.25276.1000.0
Remote Windows Versions
Windows Server 2016 Standard 1607
OS Version 14393.1884
Might try from PowerShell from both source and target. (but using the target address in both cases)
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
Here are the test results
警告: TCP connect to (103.239.245.75 : 3389) failed
ComputerName : 103.239.245.75
RemoteAddress : 103.239.245.75
RemotePort : 3389
NameResolutionResults : 103.239.245.75
MatchingIPsecRules :
NetworkIsolationContext : Internet
IsAdmin : False
InterfaceAlias : WLAN
SourceAddress : 192.168.3.30
NetRoute (NextHop) : 192.168.3.1
PingSucceeded : True
PingReplyDetails (RTT) : 59 ms
TcpTestSucceeded : False
Looks Ok from here.
PS C:\ Test-NetConnection -ComputerName "103.239.245.75" -CommonTCPPort "RDP" -InformationLevel "Detailed" ComputerName : 103.239.245.75
RemoteAddress : 103.239.245.75
RemotePort : 3389
NameResolutionResults : 103.239.245.75
MatchingIPsecRules :
NetworkIsolationContext : Internet
IsAdmin : False
InterfaceAlias : Wi-Fi
SourceAddress : 192.168.49.140
NetRoute (NextHop) : 192.168.49.1
TcpTestSucceeded : True