歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux教程

找回在Ubuntu中弄丟了的網卡

VMware裡面安裝的Ubuntu找不到以太網卡eth0了,反而多出一個eth1,但是網絡就是不正常,局域網內彼此ping不通。

搜索了一下,解決方法如下:以root權限刪除 /etc/udev/rules.d/70-persistent-net.rules這個文件,然後重啟系統。

sudo rm /etc/udev/rules.d/70-persistent-net.rules

Copyright © Linux教程網 All Rights Reserved