-
Notifications
You must be signed in to change notification settings - Fork 8
RDP from Linux
Henryk Paluch edited this page May 13, 2016
·
2 revisions
Even Linux users many times need to connect remotely to Windows(R) GUI using RDP protcol
(in case of Windows there exists client called mstsc.exe
).
Install rdesktop
command using
sudo apt-get install rdesktop
# sudo may ask for your password
rdesktop IP_ADDRESS_OF_WIN_SERVER
You can use ths command:
rdesktop disk:c=/my_linux_directory -r sound:local:alsa IP_ADDRESS_OF_WIN_SERVER
Your local disk should be than available as \\tsclient
network disk.
Note: For recent Windows (for example Windows Server 2012 R2) you need to share also your local SoundCard (!) to make disk sharing working (as shown in above example). Please see http://serverfault.com/questions/522991/rdesktop-to-windows-server-2012-from-ubuntu for more nformation
Copyright © Henryk Paluch. All rights reserved.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License