600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > VMware虚拟机不能联网的解决办法

VMware虚拟机不能联网的解决办法

时间:2018-09-11 23:34:08

相关推荐

VMware虚拟机不能联网的解决办法

Linux安装的centos系统,不能正常连接网络

1.编辑config文件

[root@localhost ~]# cd /etc/selinux[root@localhost selinux]# vi config

SELINUX=disabled

2.编辑ifcfg-ens33文件

[root@localhost ~]# /etc/sysconfig/network-scripts[root@localhost network-scripts]# vi ifcfg-ens33

ONBOOT=yes

3.重启网络服务

[root@localhost selinux]# systemctl restart network

4.关闭防火墙

```

[root@localhost selinux]# systemctl disable firewalld

Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.

Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。