User Tools

Site Tools


services:remote-access:rdesktop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:remote-access:rdesktop [2013/07/16 11:27] – [Connecting from a MacOS X computer] glaubitzservices:remote-access:rdesktop [2016/10/28 11:38] (current) – [Connecting from a Linux computer using Remote Desktop Viewer] tomannecke
Line 34: Line 34:
  
 Again, click //Connect//. If the connection was successful, the familiar Windows login screen should appear and you are able to log in. Again, click //Connect//. If the connection was successful, the familiar Windows login screen should appear and you are able to log in.
 +
 +**If the connection was unsuccessful then try connecting using just your //username// (without the prefix //FU-BERLIN\// seen in the screenshot above) and input //FU-BERLIN// as the //Domain// if it is requested.**
  
 {{:services:remote-access:remote_desktop_viewer_linux_connected.png|}} {{:services:remote-access:remote_desktop_viewer_linux_connected.png|}}
 ===== Connecting from a Linux computer using the command line ===== ===== Connecting from a Linux computer using the command line =====
  
-To connect to a Windows computer through //Remote Desktop// (rdesktop) from Linux computer, you can use the command //rdesktop// which is readily available on the Linux computers at the department. If you want to use rdesktop on your Linux computer at home, you will probably have to install it first through your package manager (//sudo apt-get install rdesktop// on Ubuntu, for example).+To connect to a Windows computer through //Remote Desktop// from Linux computer, you can use the command //xfreerdp// which is readily available on the Linux computers at the department. If you want to use xfreerdp on your Linux computer at home, you will probably have to install it first through your package manager (//sudo apt-get install freerdp-x11// on Ubuntu, for example) or compile it from source (http://www.freerdp.com)
  
-Then run the rdesktop command like this:+Then run the xfreerdp command like this:
  
 <code> <code>
-glaubitz@z6:~> rdesktop -a16 -g1024x768 term.imp.fu-berlin.de+dreger@smart:~> xfreerdp --sec tls --plugin cliprdr -a 16 -g 1024x768 term.imp.fu-berlin.de
 </code> </code>
  
-The number after the option **a** specifies the color depth in bits while the two numbers after the **g** option specify the resolution to be used for the connection. If you would like to connect to Windows computer in full screen, use the option **f** instead, thus:+The number after the option **a** specifies the color depth in bits while the two numbers after the **g** option specify the resolution to be used for the connection. You can change this to any other resolution (e.g. 1200x900). If you want to connect to Windows computer in full screen, use the option **f** instead, thus:
  
 <code> <code>
-glaubitz@z6:~> rdesktop -a16 -f term.imp.fu-berlin.de+dreger@smart:~> xfreerdp --sec tls --plugin cliprdr -a 16 -f term.imp.fu-berlin.de
 </code> </code>
  
-The Windows computer which you want to connect to is the last parameter provided to //rdesktop//. In this case, it is **term.imp.fu-berlin.de**.+The Windows computer which you want to connect to is the last parameter provided to //xfreerdp//. In this case, it is **term.imp.fu-berlin.de**. The option **--sec tls** enforces an encrypted connection. The **cliprdr** plugin in necessary in order to make cut'n'paste work between Windows and your local Linux system.
  
 When the connection was successful, you should be prompted with the familiar Windows login screen where you can log in using your credentials from the Physics department. Don't forget to prepend your username with **FU-BERLIN\** in order to log in to the domain "FU-BERLIN". When the connection was successful, you should be prompted with the familiar Windows login screen where you can log in using your credentials from the Physics department. Don't forget to prepend your username with **FU-BERLIN\** in order to log in to the domain "FU-BERLIN".
Line 76: Line 78:
 To start the software, open **Finder** and navigate to your //Applications// folder: To start the software, open **Finder** and navigate to your //Applications// folder:
  
-{{:services:remote-access:mac_rdesktop_run_1.png|}}+{{:services:remote-access:mac_rdesktop_install_1.png|}}
  
 Double-clicking "Remote Desktop Connection" will open the //Remote Desktop Connection for Mac// application: Double-clicking "Remote Desktop Connection" will open the //Remote Desktop Connection for Mac// application:
services/remote-access/rdesktop.1373974020.txt.gz · Last modified: 2013/07/16 11:27 by glaubitz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki