Home » » Langkah-langkah instalasi VNC Server pada CentOS

Langkah-langkah instalasi VNC Server pada CentOS

Munandar Ziswandi | Selasa, Maret 18, 2014 | 0 comments
Pada postingan saya kali ini, saya akan menjelaskan langkah-langkah instalasi VNC Server pada CentOS sebagai server, dan VNC Viewer sebagai Clientnya untuk kebutuhan remote server menggunakan GUI. Tapi untuk instalasi VNC Viewer saya tidak akan jelaskan karena sangat gampang untuk instalasinya. Mari kita langsung mulai saja,

1. [root@lab-rhcsa ~]# yum install vncserver
2. [root@lab-rhcsa ~]# yum install tigervnc-server

3. Seting password untuk VNC
[root@localhost ~]# vncpasswd
Password: ********
Verify: *******
 [root@lab-rhcsa ~]#

4. Tambah kan baris berikut pada /etc/sysconfig/vncserver
[root@lab-rhcsa ~]# vi /etc/sysconfig/vncserver
VNCSERVERS="1:root 2:nandar"
VNCSERVERARGS[2]="-geometry 1280x1024" 
VNCSERVERARGS[3]="-geometry 1280x1024"
[root@lab-rhcsa ~]#

5. Restart service VNC Server
[root@lab-rhcsa ~]# /etc/init.d/vncserver restart
[root@lab-rhcsa ~]# chkconfig vncserver on

6. Cek port yang digunakan oleh VNC untuk di allow pada firewall.
[root@lab-rhcsa ~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 0.0.0.0:5901                0.0.0.0:*                   LISTEN      1811/Xvnc           
tcp        0      0 0.0.0.0:5902                0.0.0.0:*                   LISTEN      3890/Xvnc           
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      1308/rpcbind        
tcp        0      0 0.0.0.0:6001                0.0.0.0:*                   LISTEN      1811/Xvnc           
tcp        0      0 0.0.0.0:6002                0.0.0.0:*                   LISTEN      3890/Xvnc           
tcp        0      0 192.168.122.1:53            0.0.0.0:*                   LISTEN      2111/dnsmasq        
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      1595/sshd           
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      1388/cupsd          
tcp        0      0 127.0.0.1:5432              0.0.0.0:*                   LISTEN      1626/postmaster     
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      1718/master         
tcp        0      0 0.0.0.0:57350               0.0.0.0:*                   LISTEN      1353/rpc.statd      
tcp        0      0 :::111                      :::*                        LISTEN      1308/rpcbind        
tcp        0      0 :::80                       :::*                        LISTEN      1754/httpd          
tcp        0      0 :::6001                     :::*                        LISTEN      1811/Xvnc           
tcp        0      0 :::6002                     :::*                        LISTEN      3890/Xvnc           
tcp        0      0 :::22                       :::*                        LISTEN      1595/sshd           
tcp        0      0 ::1:631                     :::*                        LISTEN      1388/cupsd          
tcp        0      0 ::1:5432                    :::*                        LISTEN      1626/postmaster     
tcp        0      0 ::1:25                      :::*                        LISTEN      1718/master         
tcp        0      0 :::38340                    :::*                        LISTEN      1353/rpc.statd      
[root@lab-rhcsa ~]# 

7. Setting IP Tables, tambahkan baris yang tercetak tebal. Kemudian save
[root@lab-rhcsa ~]# cat /etc/sysconfig/iptables
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6001 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6002 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5901 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5902 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited

COMMIT
[root@lab-rhcsa ~]# 

8. Langkah yang terakhir, buka VNC Viewer, bisa di download DISINI , dan coba akses menginputkan IP Server dan inputkan password dari VNC Server yang telah kita buat tadi. Selamat mencoba..!!
Contoh : 192.168.154.4:1 [IP Address]:[Nomor Desktop]




Share this article :

0 comments:

Posting Komentar

silahkan tuliskan komentar anda

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Berbagi Ilmu Itu Indah - All Rights Reserved
Template Modify by Munandar Ziswandi
Proudly powered by Blogger