问题
Cent OS 8开机启动后网卡未正常启动,未显示网络连接,无网络连接选项
排查
[admin@localhost ~]$ ifconfig
讯享网
发现没有ens33网卡
讯享网[admin@localhost ~]$ ifconfig docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 02:42:da:73:b2:35 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 52:54:00:fe:d7:fc txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [admin@localhost ~]$
查看网卡信息
[admin@localhost ~]$ nmcli

发现网卡NetworkManager(NM)没有被托管,disabled表示未托管,enabled为已托管

![]()
解决方法
讯享网[admin@localhost ~]$ nmcli n on

重启NetworkManager
[admin@localhost ~]$ systemctl restart NetworkManager


版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/41949.html