今天运行VMware中的linux虚拟机(ubuntu 20.04)时,发现无法连接网络,无论使用桥接模式还是NAT模式都无法连接。

使用 ip a命令查询,结果如下
在这里插入图片描述
错误信息为ens33: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether 00:0c:29:28:1e:c3 brd ff:ff:ff:ff:ff:ff

百度查找以后,发现是虚拟机网卡问题,重启网卡后问题解决。

重启命令如下:

root@Ubuntu20:~# systemctl stop NetworkManager
root@Ubuntu20:~#  systemctl disable NetworkManager
Removed /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service.
Removed /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
root@Ubuntu20:~# service network-manager restart

重新使用ip a命令查询,网络恢复正常。
在这里插入图片描述

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐