Saturday 7 March 2009

VNC Server

Installation

1. check package
#rpm -q vnc-server

2. install package vnc-server
#yum -y install vnc-server

3. check box service vnc-server
#ntsysv

4. restart service http
#service httpd reload

5. open port vnc
#vncserver :9

6. reboot system
#reboot

7. Client PC go to program vnc type ip and port
ex
192.168.1.6:9

8. If cannot connect vnc, you need to config following below
- (if login root) vi /root/.vnc/xstartup
- (if login user) vi /home/username/.vnc/xstartup
remove # exec /etc/x11/xinit/xinitrc save and reboot Server

9. Every time of reboot, you have to open port following no. 5

10. After finish of remote, using 'vncserver -kill :9' to closing port for security concern.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Google Search