您好,登錄后才能下訂單哦!
這篇文章主要介紹“Linux系統安裝VNC的過程”,在日常操作中,相信很多人在Linux系統安裝VNC的過程問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Linux系統安裝VNC的過程”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
[root@localhost ~]# yum install tigervnc-server ###沒有配置yum源可以使用 rpm -ivh安裝 [root@localhost ~]# rpm -qc tigervnc-server /etc/sysconfig/vncservers [root@localhost ~]# chkconfig --level 35 vncserver on
[root@localhost ~]# vim /etc/sysconfig/vncservers VNCSERVERS="1:root" 以vnc使用用戶登錄系統,創建vnc密碼,vncpasswd [root@localhost ~]$ vncpasswd Password: 輸入密碼 Password must be at least 6 characters - try again Password: 再次輸入密碼 Verify:
啟動服務一次,生成 /home/visitor/.vnc/xstartup
[root@localhost ~]$ vncserver New 'localhost.localdomain:1 (visitor)' desktop is localhost.localdomain:1 Starting applications specified in /home/visitor/.vnc/xstartup Log file is /home/visitor/.vnc/localhost.localdomain:1.log
[root@localhost ~]# /etc/init.d/vncserver start 正在啟動 VNC 服務器:1:root New 'localhost.localdomain:1 (visitor)' desktop is localhost.localdomain:1 Starting applications specified in /home/visitor/.vnc/xstartup Log file is /home/student/.vnc/localhost.localdomain:2.log [確定]
[root@localhost ~]# vim /etc/sysconfig/iptables -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 [root@localhost ~]# service iptables restart iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ] iptables: Applying firewall rules: [ OK ]
PS: 有時因為網絡安全要求,不能使用常用端口,需要更改vnc服務的默認端口,按照以下步驟即可:
1。修改vnc的默認端口
[root@localhost ~]# vim /usr/bin/vncserver
注釋:修改如下兩行中默認的端口5900為你想要修改的端口 118:$vncPort = 5900 + $displayNumber;
274: if (!bind(S, pack(‘S n x12’, $AF_INET, 5900 + $n))) {
2.重啟vnc服務 [root@localhost ~]# /etc/init.d/vncserver restar
3.訪問vnc時,比如使用VNC viewer訪問,你訪問的端口比如是:
192.168.2.11:9701 而你在/etc/sysconfig/vncserver中配置的桌面端口是 1:root 那么在第1步中配置文件中修改的端口號就應該是 9701-1=9700
到此,關于“Linux系統安裝VNC的過程”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。