文章目录
问题描述
无法连接网络,无法连接shell
ping外网时显示未知的名称或服务ping不同
service network restart 失败
ifconfig中没有ens33
解决步骤
1、ifconfig 只有lo、virbr0,却没有ens33
ifconfig ens33 up2
2、上述命令执行后,ifconfig 是有ens33的了,但它里面没有ip
- 先执行下面步骤
systemctl stop NetworkManager systemctl disable NetworkManager
然后激活连接
ifup ens33
接着重启网络
service network restart
再次连接即可连接成功