網路城邦
上一篇 回創作列表 下一篇   字體:
VM移機後啟動,找不到eth0網卡
2017/05/11 15:13:00瀏覽230|回應0|推薦0
Solve method:

1. Edit /etc/udev/rules.d/70-persistent-net.rules

2. record eth1 的 MAC address,例:08:00:27:9e:af:2c

3. Edit /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE="eth0" set DEVICE="eth1"

HWADDR= MAC address of eth1,Ex:08:00:27:9e:af:2c

4. service network restart

5.ifconfig
( 知識學習科學百科 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=wordred0227&aid=102460082