Linux Remote Desktop Connection configuration vnc

linux remote connectivity tools are generally used ssh, if you need to use a remote desktop connection, then you need to use vnc or rdp (directly using windows remote connection tools can be connected) Here we take a look at the linux vnc installation configuration

1.) Check vnc is installed (usually comes with installation)

  rpm -qa |grep vnc

         1.1) If you do not use yum installvnc-server installation (if not prompted source, download eple warehouse or third-party warehouse rpmforge-release)

2.) Configuration vnc 

vi /etc/sysconfig/vncservers

 

3.) Set vnc password link

vncpasswd

 

 

4.) linux firewall configuration

vi / etc / sysconfig / iptables (5901 arranged here corresponding vnc 1: root)

 

Then restart the firewall /etc/init.d/iptables restart or service iptables restart

 

 

5.) Start vncserver service service vncserver start

 

 

6) Test herein using vnc view: 1 corresponds to 5901   

 

 

 

7.) After the successful test, so start with the system vnc

chkconfig vncserver on



Guess you like

Origin www.cnblogs.com/gfgfe45/p/12147853.html
Recommended