Really slow performance using Remote Desktop

Remote_desktop_connection_iconLately I’ve run into a problem while doing maintenance on a remote server.  When I connect to the remote server via rdesktop on my Fedora 11 desktop, The windows move extremely slow and it appears that the system is taking a long time to respond to my commands.

After doing much research, it looks like the problem is with the new RDPv6 that shipped with Windows Vista, and 7.  Apparently this server 2003 box was updated with this new RDP verison which has some new bandwidth negotiation features, that cause RDPv5 clients to perform horribly as I experienced today.

UPDATE – The version of RDP seems to have nothing to do with the slow performance I or others have experienced lately.  Just last week the same server which was horrendously laggy when using remote desktop, is now lag free and very responsive via remote desktop.  At this point I am guessing that it has something to do with saturated networks or bigfoot! (LOL), only mere mortals can guess why M$ servers decide to work.

To check your RDP version do the following:

1.  Got to Start -> Run

mstsc-run

2.  Type “mstsc” then press enter

3.  The Remote Desktop Connection Window will then appear

mstsc

4.  Right click on the title bar, then select about

mstsc-about

5.  In the about window look for “shell version” and that will tell you the RDP version number.  In this example below the RDP verion is 5.2.

mstsc-rdp 5

Solution:

The only way I was able to get around the ridiculously slow performance in rdesktop, was to use a windows machine with an updated RDP client. Once I used a up to date client, the performance issues dissapeared.  I’ve searched linux forums and other sites to see if rdesktop has been updated to RDPv6 but have not found anything yet.  I know this isn’t ideal but for now it seems to be the only way untill another solution is found.

References:

http://www.vistax64.com/vista-networking-sharing/79317-fixed-remote-desktop-connection-rdc-slow-no-connection-issue.html

http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp

Share

Redirect resources via rdesktop

I just found out the other day how to redirect local resources to the remote computer via rdesktop. It has proven useful in many occasions when I need to get a file to the remote workstation quickly without any fuss.

Here is the code:
rdesktop -g 1024×768 nameofcomputer -r disk:linux=/home/

Link to the forums:

http://overclockedtech.com/forums/index.php?topic=50.0

Share