码迷,mamicode.com
首页 > Windows程序 > 详细

windows10图形化连接CentOS7

时间:2018-01-10 11:30:22      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:real   lan   .com   targe   lis   service   isa   成功   strong   

前提:CentOS已经安装图形化,安装教程可以百度

[root@localhost ~]# cat /etc/redhat-release 
CentOS Linux release 7.4.1708 (Core)

安装tigervnc-server

[root@localhost ~]# yum install -y tigervnc-server

设置vnc连接的密码,密码长度至少6位,很久提示完成密码输入

[root@localhost ~]# vncserver 

检查是否配置成功,端口从5901开始,每配置一次,端口号就加1,

[root@localhost ~]# netstat -lant | grep 5901
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 
tcp6 0 0 :::5901 :::* LISTEN

 

在windows安装vnc viewer

https://www.realvnc.com/en/connect/download/viewer/

安装好之后输入CentOS的IP和端口号
如192.168.1.2:5901
回车确认,如果连接失败,检查CentOS的firewalld是否关闭,关闭防火墙再次连接

[root@localhost ~]# systemctl stop firewalld
[root@localhost ~]# systemctl disable firewalld
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
[root@localhost ~]# setenforce 0

技术分享图片

 

windows10图形化连接CentOS7

标签:real   lan   .com   targe   lis   service   isa   成功   strong   

原文地址:https://www.cnblogs.com/rockley/p/8256881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!