Hi guys,
VirtualBox seems unable to find the host-only interface if the host has no physical network connection WiFi/Ethernet?. This bug might be related to #4637 and perhaps even to #4567.
When offline the virtual interface vanishes everywhere: in VirtualBox Settings, in VM-Settings, in CLI (see below)
VBox-Log:
00:00:00.449 NetworkAttachmentType_HostOnly: COMGETTER(HostInterface): NetworkAttachmentType_HostOnly: FindByName failed, rc (0x80004005)ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={0a51994b-cbc6-4686-94eb-d4e4023280e2} aComponent={Console} aText={Inexistent host networking interface, name 'vboxnet0' (VERR_INTERNAL_ERROR).
00:00:00.461 Unknown error creating VM (VERR_INTERNAL_ERROR)} aWarning=false, preserve=false
00:00:00.495 Power up failed (vrc=VERR_INTERNAL_ERROR, rc=NS_ERROR_FAILURE (0X80004005))
Bug triggered from CLI:
macrob:fespa robbie$ sudo ifconfig en1 up
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: vboxnet0
GUID: 786f6276-656e-4074-8000-007662000000
Dhcp: Disabled
IPAddress: 192.168.254.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:76:62:00:00:00
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
macrob:fespa robbie$ sudo ifconfig en0 down
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Context: "FindHostNetworkInterfacesOfType(HostNetworkInterfaceType_HostOnly, ComSafeArrayAsOutParam(hostNetworkInterfaces))" at line 320 of file VBoxManageList.cpp
macrob:fespa robbie$ sudo ifconfig en0 up
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: vboxnet0
GUID: 786f6276-656e-4074-8000-007662000000
Dhcp: Disabled
IPAddress: 192.168.254.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:76:62:00:00:00
MediumType: Ethernet
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Just tried it again with 3.0.4 - same error
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: vboxnet0
GUID: 786f6276-656e-4074-8000-007662000000
Dhcp: Disabled
IPAddress: 192.168.254.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:76:62:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Context: "FindHostNetworkInterfacesOfType(HostNetworkInterfaceType_HostOnly, ComSafeArrayAsOutParam(hostNetworkInterfaces))" at line 320 of file VBoxManageList.cpp
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Context: "FindHostNetworkInterfacesOfType(HostNetworkInterfaceType_HostOnly, ComSafeArrayAsOutParam(hostNetworkInterfaces))" at line 320 of file VBoxManageList.cpp
macrob:fespa robbie$ sudo ifconfig en0 up
macrob:fespa robbie$ VBoxManage list hostonlyifs
VirtualBox Command Line Management Interface Version 3.0.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: vboxnet0
GUID: 786f6276-656e-4074-8000-007662000000
Dhcp: Disabled
IPAddress: 192.168.254.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:76:62:00:00:00
MediumType: Ethernet
Status: Down
VBoxNetworkName: HostInterfaceNetworking-vboxnet0
Thanks for help!
robbie