1. Connect using putty
Putty http://www.putty.org/
2. Connect via VNC
Vnc_viewer http://www.realvnc.com/download/viewer/
Rpm-q Tigervnc-server//Check whether the installation
Find/-name ' *vnc-server* '//Lookup Vncserver
Yum Install Tigervnc tigervnc-server-y//install Vncserver server and client side
Vncserver//Start the program and set the password
Iptables-i input-p TCP--dport 5901-j ACCEPT//Open Firewall
Iptables-i input-p TCP--dport 5801-j ACCEPT
With VNC connectivity, this method is simple and fast, and most Linux distributions will have a VNC installation package installed.
Windows users can connect via Vnc_viewer.
Execute the vncserver command on Linux, will ask to fill in the password, not less than 6 bit can be completed after completion will be prompted to open an account successfully and have a connected hostname and connection number, on Windows directly enter the IP 192.168.0.109:5901 and connection number can be connected.
Note: Linux must be open to run level 5,vnc with Port 5901. Close method: Vncserver-kill:1 1 is the connection number.