Remote Desktop Connection (RDP) from Linux to Windows
by rajesh[ Edit ] 2009-11-02 09:57:36
RDP - Accessing Windows in Linux
To access a Windows machine remotely (Remote Desktop connection) from a Linux machine we have to use third party client server programs called vnc viewers.
Here we have to install vnc (Virtual Network Computing) server on the windows machine, and vnc client in linux machine
Steps:
- Download vnc server software (realvnc or tightvnc server)
- Install vncserver in windows machine
- Download vnc client in linux machine (realvnc or tightvnc)
- Install vnc client module in linux machine
- start vnc server in windows
- give proper permission in firewall if you are running a firewall
- start vnc client in linux and try connecting to vnc server
done....