VBox Failed to open/create the internal network after upgrading to ubuntu 13.10

Every thing was perfect I have 2 guest Virtual machines (ubuntu server 12.04 and Win 7) on ubuntu 13.04 but after upgrading host to 13.10 I can't start them with bridged network adaptator....

Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_INTNET_FLT_IF_NOT_FOUND). Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).


Código Resultado: NS_ERROR_FAILURE (0x80004005) Componente: Console

Interfaz: IConsole {db7ab4ca-2a3f-4183-9243-c1208da92392}

Vbox 4.2.12

May you help me ?

Vbox message error

Vbox network configuration


Solution 1:

Try loading the kernel module (network filter driver) manually :

sudo modprobe vboxnetflt

Solution 2:

There seems to be a problem with VirtualBox 4.2 and newer kernels. You could install 4.3 from the .deb or by adding their repo from https://www.virtualbox.org/wiki/Linux_Downloads .