same here - except 204 error
My error turned into a 204 error eventually.
Not sure if you've fixed it yet, but I was able to find a fix that worked for my machine:
- Change port forwarding on the router to 3391
- Change port for remote desktop to 3391 in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp - "PortNumber"
- Add exceptions in windows firewall by using firewall advanced settings - inbound rules - port. Specify 3391 and do this for UDP (I also repeated this process for TCP, but not sure if it's necessary)
- Turn remote desktop off and back on in system->remote desktop.
I also did the fClientDisableUDP trick, but this didn't seem to work until after I did the above steps.
It seemed like the default 3389 wasn't working for me, and neither was 3390, but someone somewhere else suggested port 3391 was working. I gave it a shot and it worked.