Differences between revisions 27 and 28
Revision 27 as of 2021-12-12 07:14:59
Size: 2097
Editor: hgiger
Comment:
Revision 28 as of 2022-09-06 06:38:22
Size: 2134
Editor: stroth
Comment: Remove and update outdated information, add reference to win.start
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
= Overview = = Remote Desktop (RDP) Usage =
Line 9: Line 9:
= Drawbacks = == Drawbacks ==
Line 12: Line 12:
= Enabling Remote Desktop Connections = == Enabling Remote Desktop Connections ==
Line 15: Line 15:
= Connect to your managed Windows 10 client = == Connect to your managed Windows 10 client ==
Line 19: Line 19:
 1. Choose your favourite VPN client:
  * MS Windows command line: '''mstsc /v:YOUR-ETH-COMPUTER-NAME /f'''
  * MS Windows GUI: Start >> All Programs >> Accessories >> "Remote Desktop Connection" and enter YOUR-ETH-COMPUTER-NAME. After that you have to enter your credentials. Do it like this: d\<username> <<BR>>
  * OSX GUI: Install "'''Apple Remote Desktop'''" available at [[https://itshop.ethz.ch/|IT-Shop]]<<BR>>
  * Linux command line: '''xfreerdp --no-auth --sec tls -f -u YOUR-USER-NAME -d d -a 24 YOUR-COMPUTER-NAME'''
    If the command above does not work use this one '''xfreerdp +clipboard /size:SCREEN-RESOLUTION /u:YOUR-USER-NAME
/v:YOUR-COMPUTER-NAME-FULLQUALIFIED-DOMAINNAME '''

  * L
inux command line: rdesktop --help # this is an older client
  * Linux GUI: '''kdrc''', Remmina, Vinagre, grdesktop...
 1. Choose your favourite RDP client:
  * '''MS Windows command line''': '''mstsc /v:YOUR-ETH-COMPUTER-NAME /f'''
  * '''MS Windows GUI''': Start >> All Programs >> Accessories >> "Remote Desktop Connection" and enter YOUR-ETH-COMPUTER-NAME. After that you have to enter your credentials. Do it like this: d\<username>
  * '''macOS GUI''': "'''Apple Remote Desktop'''" available at [[https://itshop.ethz.ch/|IT-Shop]]
  * '''Linux''': Install the package `freerdp` and make sure it's at least version 2. Older versions won't be able to authenticate properly with the ETH Active Directory.
  Start `freerdp` from the terminal with the gollowing command: {{{#!highlight bash numbers=disable
xfreerdp /d:d /u:>ETH username> /v:<Destination PC>.d.ethz.ch
}}}
  
On a managed Linux client you can use the convenient wrapper `win.start` instead

Remote Desktop (RDP) Usage

The Remote Desktop feature on Windows allows a graphical connecting to a workstation. Working through a Remote Desktop Connection feels like working in front of a workstation.

Drawbacks

Most features such as sound forwarding and USB forwarding work but performance depends on the network connection to the workstation. If you use a slow Internet connection, expect delays when refreshing screens etc.

Enabling Remote Desktop Connections

Remote Desktop is turned off per default and needs to be turned on by ISG. If you require a Remote Desktop connection, please request it via email to support@. Remote Desktop will be enabled for your main login and on one workstation only.

Connect to your managed Windows 10 client

In order to connect to an ISG.EE managed Windows 10 workstation or Terminal Server, you will have to connect to ETH via VPN first. VPN allows you to create a secure connection between your pc at home and ETH.

  1. Install and run the ETH VPN Client (Cisco AnyConnect)

  2. Choose your favourite RDP client:
    • MS Windows command line: mstsc /v:YOUR-ETH-COMPUTER-NAME /f

    • MS Windows GUI: Start >> All Programs >> Accessories >> "Remote Desktop Connection" and enter YOUR-ETH-COMPUTER-NAME. After that you have to enter your credentials. Do it like this: d\<username>

    • macOS GUI: "Apple Remote Desktop" available at IT-Shop

    • Linux: Install the package freerdp and make sure it's at least version 2. Older versions won't be able to authenticate properly with the ETH Active Directory. Start freerdp from the terminal with the gollowing command:

      xfreerdp /d:d /u:>ETH username> /v:<Destination PC>.d.ethz.ch
      

      On a managed Linux client you can use the convenient wrapper win.start instead


CategoryWNCL

Workstations/Windows/RemoteDesktopUsage (last edited 2023-10-16 13:33:09 by alders)