it seems, Virtualbox (binary version) only supports NAT-networking for hosts (in my case). When I try to run the host with bridged networking, I get:
Code: Select all
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).Code: Select all
00:00:00.288 IntNet#0: szNetwork={HostInterfaceNetworking-wlp0s29u1u8} enmTrunkType=3 szTrunk={wlp0s29u1u8} fFlags=0x8001 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.288 VMSetError: /home/vbox/tinderbox/4.1-lnx64-rel/src/VBox/Devices/Network/DrvIntNet.cpp(1694) int drvR3IntNetConstruct(PDMDRVINS*, CFGMNODE*, uint32_t); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:00.288 VMSetError: Failed to open/create the internal network 'HostInterfaceNetworking-wlp0s29u1u8'
00:00:00.288 VMSetError: /home/vbox/tinderbox/4.1-lnx64-rel/src/VBox/Devices/Network/DevE1000.cpp(6030) int e1kConstruct(PDMDEVINS*, int, CFGMNODE*); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:00.288 VMSetError: Failed to attach the network LUN
00:00:00.288 PDM: Failed to construct 'e1000'/0! VERR_INTNET_FLT_IF_NOT_FOUND (-3600) - The networking interface to filter was not found.
00:00:00.315 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={1968b7d3-e3bf-4ceb-99e0-cb7c913317bb} aComponent={Console} aText={Failed to open/create the internal network 'HostInterfaceNetworking-wlp0s29u1u8' (VERR_INTNET_FLT_IF_NOT_FOUND).
00:00:00.315 Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)}, preserve=false
00:00:00.382 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005))

