I use remote desktop to connect to another one of my machines that in a different physical location.
Because they are on different networks and different ISPs I tunnel the RDP connection through an SSH Tunnel using Putty.
Now here's a weird thing..
I have a machine on one network set up connected to a linux server using putty with remote port 3778 forwarded to 192.168.0.5:3389.
On the other network I connect to putty and redirect localhost:3778 to the remote localhost tunnel 3778 and it forwards the connection.
It connects with the traditional remote desktop connection just fine by connecting to localhost:3778 but when I try to use the Windows 8 remote desktop connection client to connect to localhost:3778 it does not respond. I have also tried using a different host name forwarded to localhost just in case there was some kind of block in place against rdp connections to localhost.
Any help would be appreciated!
MrChuck