Unable to use remote desktop

123 321 0 Reputation points
2023-01-15T03:58:53.35+00:00

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

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-01-15T04:02:24.61+00:00

    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"
    
    0 comments No comments

  2. 123 321 0 Reputation points
    2023-01-15T05:08:20.26+00:00

    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

    0 comments No comments

  3. Anonymous
    2023-01-15T13:37:05.88+00:00

    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
    
    

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.