Centos7开机之后连不上网ens33mtu 1500 qdisc noop state DOWN group default qlen 1000
昨天配置好的虛擬機,今天打開一看,X-Shell發現里不上了,進到虛擬機界面 ip addr查看信息,結果如下圖
在開機之后,發現網卡沒有啟動起來,進行了如下操作,還是不行
1、[root@es1 es]# ifup ens33
錯誤:激活連接失敗:No suitable device found for this connection.
2、[root@es1 es]# ?systemctl start network
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details
解決、先停止網卡,設置disable,然后啟動,發現網卡啟動了
[root@es1 es]# systemctl stop NetworkManager
[root@es1 es]# systemctl disable NetworkManager
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
[root@es1 es]# service network restart
至此,問題解決
?
總結
以上是生活随笔為你收集整理的Centos7开机之后连不上网ens33mtu 1500 qdisc noop state DOWN group default qlen 1000的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 八种基本类型的包装类你真的懂了?
- 下一篇: The bean 'xxxx.Feign