rpd over https using a linux client

Posted by Nils on Super User See other posts from Super User or by Nils
Published on 2010-10-10T14:02:01Z Indexed on 2011/01/07 4:55 UTC
Read the original article Hit count: 291

Filed under:
|
|

My employer switched from vpn and rdp to using what our admin calls "rdp over https". Since that switch I find myself unable to connect to the "new" rdp server.

I think the progress is as follows:

  • A rdp gateway-server is connected via tls
  • the requested sever (different from the gateway-server) is then connected through the tls connection.

In windows mstsc-settings the server name is the "internal network name" of the machine I wish to connect. And on the last tab (in German it is called "leistung" - could be activity) I go to the "connection from everywhere" settings and set the gateway-server under gateway-server.

Now:
Is there any way to use this scenario under linux (apart from a virtual machine running Windows)?
I am interested in

  • free ideas (e.g. is it possible to create a tls tunnel and connect through that using freerdp/rdesktop?)
  • non-free ideas. As long as they work I'll worry about the costs later.

Free ideas would be better :-)

© Super User or respective owner

Related posts about linux

Related posts about remote-desktop