- 主機是Windows 7
- 訪客是Ubuntu 12.04
在 VirtualBox 升級之前一切正常。
現在,在啟動時,該 ubuntu 實例會一直等待網絡,當它最終啟動時,ifconfig 僅顯示 lo 介面。
奇怪的是,另一個具有相同配置的實例 ubuntu 14.04 仍然正常工作。
/etc/網路/接口
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 10.90.90.4
network 10.90.90.0
broadcast 10.90.90.255
netmask 255.255.255.0
metric 1
有什麼幫助嗎?
==編輯==
忘了說,升級後 eth0 和 eth1 確實出現在 ifconfig 上,儘管它們沒有 RUNNING 標誌,在我在 vbox 配置視窗中重新生成 mac 位址後停止顯示。
答案1
我認為重新產生網卡的MAC位址現在已經改變了介面名稱,編輯這個檔案「/etc/udev/rules.d/70-persistent-net.rules」你應該會看到eth0和eth1,在這裡調整MAC位址用Virtual BOX新生成的。可能還有 eth5 和 eth6,從檔案中刪除它們。