You are not logged in.
Pages: 1
To connect to my work machine from home we need to setup our connection to go through the RD Gateway server. This is trivial in the Remote Desktop Client for Windows, and as of yet I have found no Linux RDP clients which support doing so.
Windows instructions we were given:
https://i.imgur.com/59A3MK0.png
https://i.imgur.com/g3wWqVo.png
https://i.imgur.com/CrcYoB3.png
I have tried Remmina and MyRDP but I can't seem to get that working no matter what I do. Any suggestions?
Last edited by jasonwryan (2018-09-10 00:31:00)
Offline
Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code
Moving to NC...
Offline
Ah, wasn't aware of that CoC. Thanks for linking it, will definitely give it a look before posting this again!
Offline
xfreerdp (from the freerdp package) supports gateway connectivity.
I use a command like the following to connect:
xfreerdp /w:1366 /h:717 /u:USER /p:PASSWORD /d:DOMAIN /g:GATEWAY /v:SERVEROffline
Remmina supports it too (it was initially introduced by me)
Just look at the advanced settings of the RFP connection
Offline
Pages: 1