Hi all, I'm trying to get bridged networking working in VirtualBox 3 from Ports on 8.0-RC1 amd64. I saw this similar thread, but I have the vboxnetflt kernel module (the other thread's solution) loaded to no effect.
I'm also a member of the vboxusers group and have /proc mounted. VirtualBox detects my NIC re0 and shows it as available in the GUI, but when I select it for bridged networking and start a VM I get the following:
I tried running VBox as root and got the same result.
Having double-checked pkg-message I'm afraid I must be missing something very obvious. Any pointers in the right direction would be greatly appreciated.
Code:
[root@Emi#virtualbox]kldstat
Id Refs Address Size Name
1 40 0xffffffff80100000 d20428 kernel
2 1 0xffffffff80e21000 18f8f8 zfs.ko
3 2 0xffffffff80fb1000 3808 opensolaris.ko
4 1 0xffffffff80fb5000 23e78 snd_hda.ko
5 2 0xffffffff80fd9000 75628 sound.ko
6 1 0xffffffff8104f000 5278 atapicam.ko
7 3 0xffffffff81055000 41e88 vboxdrv.ko
8 2 0xffffffff81097000 6968 vboxnetflt.ko
9 2 0xffffffff8109e000 14d28 netgraph.ko
10 1 0xffffffff810b3000 2658 vboxnetadp.ko
11 2 0xffffffff81223000 1c554 linux.ko
12 1 0xffffffff81240000 a8ca fuse.ko
13 1 0xffffffff8124b000 3a03 linprocfs.ko
I'm also a member of the vboxusers group and have /proc mounted. VirtualBox detects my NIC re0 and shows it as available in the GUI, but when I select it for bridged networking and start a VM I get the following:
Code:
Failed to start the virtual machine Windows 7 Pro x64.
Failed to open/create the internal network 'HostInterfaceNetworking-re0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Unknown error creating VM (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Console
Interface:
IConsole {0a51994b-cbc6-4686-94eb-d4e4023280e2}
I tried running VBox as root and got the same result.
Having double-checked pkg-message I'm afraid I must be missing something very obvious. Any pointers in the right direction would be greatly appreciated.