Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
Set Remote Desktop setting on Windows first.
- Install FreeRDP.
[root@dlp ~]# yum -y install freerdp
- Start X and input command like follows.
[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
connected to 10.0.0.100:3389
Password: # the password of the user
# -g [screen resolution]connected to 10.0.0.100:3389
Password: # the password of the user
# -u [username]
# [destination hostname or IP address]
- Just connected to Windows.
No comments: