这篇文章主要介绍“linux系统安装VNC的过程”,在日常操作中,相信很多人在Linux系统安装VNC的过程问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”Linux系统安装VNC的过程”的疑惑有所帮助!接下来
这篇文章主要介绍“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/vncserversVNCSERVERS="1:root"以vnc使用用户登录系统,创建vnc密码,vncpasswd[root@localhost ~]$ vncpasswdPassWord: 输入密码Password must be at least 6 characters - try againPassword: 再次输入密码Verify:
启动服务一次,生成 /home/visitor/.vnc/xstartup
[root@localhost ~]$ vncserverNew 'localhost.localdomain:1 (visitor)' desktop is localhost.localdomain:1Starting applications specified in /home/visitor/.vnc/xstartupLog file is /home/visitor/.vnc/localhost.localdomain:1.log
[root@localhost ~]# /etc/init.d/vncserver start正在启动 VNC 服务器:1:rootNew 'localhost.localdomain:1 (visitor)' desktop is localhost.localdomain:1Starting applications specified in /home/visitor/.vnc/xstartupLog 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 restartiptables: 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的过程”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注编程网网站,小编会继续努力为大家带来更多实用的文章!
--结束END--
本文标题: Linux系统安装VNC的过程
本文链接: https://lsjlt.com/news/243554.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0