Share via

Remote Desktop does not communicate

Duchemin, Dominique 2,011 Reputation points
2022-07-27T22:49:11.34+00:00

Hello,

I have several Servers I could not reach using RDP.

  • I tried with and without using a jump box.
  • The Windows Firewall is OFF
  • The network firewall is opened as the flow is complete when checking it... The Network team has checked and rechecked...
  • The Credentials are working, as when using the vCenter to Log to the server it works...

225429-2022-07-27-15-55-04-viphrigreen1.png

Any idea?
Thanks,

Dom

Windows for business | Windows Server | User experience | Other
0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-07-27T22:54:13.317+00:00

    Might try from PowerShell from both source and target. (use target address in both cases)

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"  
    

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Duchemin, Dominique 2,011 Reputation points
    2022-08-02T15:27:44.703+00:00

    Hello,

    The issue was with a certificate expired...
    Under mmc > certificates > Computer > Remote Desktop > Certificates

    Thanks,
    Dom

    Was this answer helpful?

    0 comments No comments

  3. Duchemin, Dominique 2,011 Reputation points
    2022-07-28T04:28:53.707+00:00

    Hello,

    Server Rebooted.
    Still all RDP attempts failed.

    Thanks,
    Dom

    Was this answer helpful?

    0 comments No comments

  4. Duchemin, Dominique 2,011 Reputation points
    2022-07-27T23:14:43.777+00:00

    Hello,

    From the jumpbox to the client:

    ================================================================

    PS C:\Windows\system32> Test-NetConnection -ComputerName "10.16.96.17" -CommonTCPPort "RDP" -InformationLevel "Detailed"

    ComputerName : 10.16.96.17
    RemoteAddress : 10.16.96.17
    RemotePort : 3389
    NameResolutionResults : 10.16.96.17
    MatchingIPsecRules :
    NetworkIsolationContext : Private Network
    InterfaceAlias : Ethernet0
    SourceAddress : 10.16.101.101
    NetRoute (NextHop) : 10.16.101.1
    TcpTestSucceeded : True

    ==================================================================

    From the Client to the jumpbox:

    ==================================================================

    Test-NetConnection -ComputerName "10.16.101.101" -CommonTCPPort "RDP" -InformationLevel "Detailed"

    ComputerName : 10.16.101.101
    RemoteAddress : 10.16.101.101
    RemotePort : 3389
    NameResolutionResults : 10.16.101.101
    MatchingIPsecRules :
    NetworkIsolationContext : Private Network
    InterfaceAlias : Ethernet0
    SourceAddress : 10.16.96.17
    NetRoute (NextHop) : 10.16.96.1
    TcpTestSucceeded : True

    =================================================================

    Thanks,
    Dom

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.