Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Linux rdesktop ERROR: send: Connection reset by peer  (Read 17480 times)

0 Members and 1 Guest are viewing this topic.

Varghese

  • Guest
Linux rdesktop ERROR: send: Connection reset by peer
« on: March 30, 2015, 02:21:23 am »
When you connect to a windows server from Linux computer, Sometimes rdesktop dies with RECV Connection reset by peer error:
Code: [Select]
ERROR: send: Connection reset by peer
ERROR: Connection closed

Here is the solution for this issue:

1) Login to the Windows server from any other windows computer.

2) Open System properties and select 'Remote' tab. That can be done as follows:
      Run > SystemPropertiesRemote.exe

In Windows 2012
3)  Deselect "Allow connections only from computers running Remote Desktop with Network Level Authentication"

In Windown 2008 R2
3) Select "Allow connections from computers running any version of Remote Desktop (less secure)

 If the above method failed try following method as well

Open your server manager. That can be done as follows:
   Start > Administrative Tools > Remote Destkop Services > Remote Desktop Session Host Configuration.

In there, under the connections window, find the connection name like "RDP-Tcp".

Right-click on the connection name (RDP-Tcp) and click properties.

In the properties window, click on the "General" tab. In the general tab, under the Security section, inside the "Security Layer" drop-down menu, change the selection from "SSL (TLS 1.0)" to "RDP Security Layer".

Cheers  :)