Slow Windows Remote Desktop

Status
Not open for further replies.

jarlaxe

Active Member
79
2010
2
0
Hi everyone,

I recently purchased a windows remote desktop from a kimsufi reseller. It is the most basic plan which can be seen on the kimsufi website:

Code:
http://www.kimsufi.co.uk/

It's the Kimsufi 2G one.

Anyway, I am experiencing some lag. It's not horrible, but it is annoying. Is this because of my internet connection?

I have a fast connection with speeds that are about 14mbps. My ping tests are OK too.

The server itself is not very powerful. However, it lagged from the moment I first started to use it when it had no applications/processes running so I don;t believe it is a problem with the server.

I should point out one important point. That I live in New Zealand, and the server is in France. When I purchased the server I asked whether this would cause lag and was told it wouldn't. Is this true?

Thanks,

---------- Post added at 07:15 AM ---------- Previous post was at 06:59 AM ----------

Update: My pingtest to a French server is a little over 300ms
 
10 comments
The TCP/IP tweaks posted here may help to sort this issue. Run this in both client and the server: http://pastebin.com/ghYYYvGT

Code:
Tweaks to be ran from the cmd line
[ Only for Windows with 6.x kernel (Windows Vista, 7, 2008) ]:

netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global congestionprovider=ctcp
netsh int tcp set global rss=enabled
netsh int tcp set global chimney=enabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled

Tweaks to be placed in a registry file and then added to system registry
[ For 5.x (XP, 2003) and 6.x ]:

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxUserPort"=dword:0000fffe
"TcpTimedWaitDelay"=dword:0000001e
"StrictTimeWaitSeqCheck"=dword:00000001
"DefaultTTL"=dword:00000040
"EnableTCPA"=dword:00000001
"Tcp1323Opts"=dword:00000001
"TCPMaxDataRetransmissions"=dword:00000007
"SynAttackProtect"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
"LocalPriority"=dword:00000004
"HostsPriority"=dword:00000005
"DnsPriority"=dword:00000006
"NetbtPriority"=dword:00000007
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000
 
Are Kimsufi worth it as RDP?I currently have two RDP's and both have their issues.I read in another thread that you have to pay for Windows Licence?Like the OP stated the site is 16G a good offer?
 
Status
Not open for further replies.
Back
Top