I have several CentOS virtual machines, and I need to set up a host-only network so that:
* the VMs can talk to each other
* the windows host can talk directly to each VM
* the VMs can reach the internet through the host via NAT
I have this exact same set up working beautifully on an OS X host at home, but this is for work so it has to be Windows.
Here's my problem, VirtualBox cannot seem to set up a host-only network interface. I go into the networking preferences and click the button to create a new host-only network, I get the "creating host only network interface" progress bar for a minute or two then I get this message:
Code: Select all
Failed to create teh host network interface.
Asserion failed: [!aGuid.isValid()] at 'D:\tinderbox\win-4.3\src\VBox\Main\src-server\HostNetworkInterfaceImpl.cpp' (74) in long_cdecl HostNetworkInterface::init(class com::Bstr,classcom::Bstr,class com::Guid,enum __MIDL____MIDL_itf_VirtualBox_0000_0000_0034)
Please contact the product vendor!.
Details:
Result Code:
E_FAIL (0x80004005)
Component:
HostNetworkInterface
Interface:
IHostNetworkInterface {f6e556f9-d598-409b-898c-8ba99d9b05ae}
I've been googling and poking at this for more than a week and can't seem to find a way around this. Crazy thing is it works perfectly on Mac OS X (even the same VMs!).
So I put it to you, forum gurus ... what is up? How can I fix this?