Windows连接不上linux虚拟机的问题排查
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Windows连接不上虚拟机的问题排查
今天使用windows连接VMware上安装的linux虚拟机,一直连接不上,最后花了两个小时才解决了问题,这里记录一下,供日后参考。说明一下,我安装的linux是CentOS 7的系统
用windows的cmd命令ping 虚拟机,总是请求超时
但是在linux里面 ping www.baidu.com 是可以的
1、linux虚拟机需要采用桥接模式,不要选NAT模式
2、检查linux防火墙是否开启,需要确保防火墙是关闭状态
查看防火墙状态 systemctl status firewalld.service
关闭防火墙 systemctl stop firewalld.service
禁止开机时自动开启防火墙 systemctl disable firewalld.service
3、检查windows防火墙是否开启,需要确保防火墙是关闭状态
4、检查windows网络,确保VMware NetWork Adaptor 处于开启状态
做完以上检查,基本就可以解决问题了
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)