archlinux virtualbox net bridge net error

 在archlinux上,用virtualbox運行xp虛擬機,當網絡配置改爲 bridge的時候,遇到了這樣一個錯誤

arch Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).

這是因爲有一個模塊系統默認是沒有加載進來的。

lsmod | grep vbox

   If not load it manually:

insmod /lib/modules/2.6.32-ARCH/misc/vboxnetflt.ko

即,我們需要手動將vboxnetflt.ko模塊加載進來。


執行

    modprobe  vboxnetflt

    問題解決。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章