VM with Host-Only Network Won't Start
Re: VM with Host-Only Network Won't Start
VirtualBox un-installed, host rebooted, verified networking adapters were removed in the process (see screenshot 316-318*). Re-installed VirtualBox, found that the host-only adapter was added as usual (See screenshot 319-321*). Examination of the VirtualBox settings in File --> Preferences --> Network shows two host-only networks (Screenshot 322). Details of both show one as the correctly configured (automatically upon initial installation) host-only network (Screenshot 323 & 324), and the other incorrectly configured host-only network (Screenshot 325 & 326) which is only visible from this menu, not from Windows network adapters view, or ipconfig. Manually removed the bad adapter, saved, and closed Preferences. Re-opened Preferences to verify the bad adapter was gone and found that both were gone. Attempted to manually re-add one, did not configure DHCP at this time, saved, and closed Preferences. Re-opened Preferences to verify that the changes had taken, found that the changes had taken, HOWEVER, the 0.0.0.0 configured magically appearing host-only adapter is now back in the Network preferences in VirtualBox.
*Some irrelevant data was redacted.
Screenshots available but I can't post (need to be a member for 1 day) & the zip is too large. They are hosted in my dropbox and I can PM the public shared file link if anyone needs to see them.
*Some irrelevant data was redacted.
Screenshots available but I can't post (need to be a member for 1 day) & the zip is too large. They are hosted in my dropbox and I can PM the public shared file link if anyone needs to see them.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VM with Host-Only Network Won't Start
Do you still see only one in on the Windows side?
Post your VirtualBox.xml control file (as an attachment) You will need to zip it or change the extension to txt
Post your VirtualBox.xml control file (as an attachment) You will need to zip it or change the extension to txt
Re: VM with Host-Only Network Won't Start
Still only one on the Windows side. VirtualBox.xml zipped and attached as requested.Perryg wrote:Do you still see only one in on the Windows side?
Post your VirtualBox.xml control file (as an attachment) You will need to zip it or change the extension to txt
- Attachments
-
- VirtualBox.zip
- VirtualBox.xml
- (1.71 KiB) Downloaded 27 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VM with Host-Only Network Won't Start
Yours
Mine
The default values are what you see in my control file. If you look at your DHCP server you will see the configuration is incorrect but you have it disabled anyway. I have no clue why you see two in the preference section but I would set everything to default including the DHCP server settings and see if that helps. Other than that you would need to post a ticket at bugtracker and see what the DEVs have to say.
Edit: Also see chapter 12.6.6 Host-only networking adapters cannot be created in your VirtualBox user manual and see if that helps.
Code: Select all
<ExtraDataItem name="HostOnly/VirtualBox Host-Only Ethernet Adapter/IPAddress" value="192.168.25.1"/>
<ExtraDataItem name="HostOnly/VirtualBox Host-Only Ethernet Adapter/IPNetMask" value="255.255.255.0"/>
<DHCPServer networkName="HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter" IPAddress="0.0.0.0" networkMask="0.0.0.0" lowerIP="0.0.0.0" upperIP="0.0.0.0" enabled="0"/>Code: Select all
<ExtraDataItem name="HostOnly/vboxnet0/IPAddress" value="192.168.56.1"/>
<ExtraDataItem name="HostOnly/vboxnet0/IPNetMask" value="255.255.255.0"/>
<ExtraDataItem name="HostOnly/vboxnet0/IPV6NetMask" value="64"/>
<DHCPServer networkName="HostInterfaceNetworking-vboxnet0" IPAddress="192.168.56.100" networkMask="255.255.255.0" lowerIP="192.168.56.101" upperIP="192.168.56.254" enabled="1"/>Edit: Also see chapter 12.6.6 Host-only networking adapters cannot be created in your VirtualBox user manual and see if that helps.
Re: VM with Host-Only Network Won't Start
I'm going to set mine in a manner similar to yours (including DHCP because I actually need it, was just avoiding configuring it before only to remove variables in the problem) and post back with the results and a copy of the modified VirtualBox control file.
Re: VM with Host-Only Network Won't Start
Checked manual, 12.6.6 does not apply (nothing logged for sun_VBoxNetAdp in setupapi.dev.log).
Completely uninstalled VirtualBox and removed the /user/.VirtualBox directory and all contents to ensure nothing remained to conflict with the new installation. Re-installed. Ensured VirtualBox control file was set correctly, VM failed with reason:
---
Failed to open a session for the virtual machine Xubuntu Researcher.
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole {db7ab4ca-2a3f-4183-9243-c1208da92392}
---
VirtualBox.xml zipped and attached for review.
Completely uninstalled VirtualBox and removed the /user/.VirtualBox directory and all contents to ensure nothing remained to conflict with the new installation. Re-installed. Ensured VirtualBox control file was set correctly, VM failed with reason:
---
Failed to open a session for the virtual machine Xubuntu Researcher.
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole {db7ab4ca-2a3f-4183-9243-c1208da92392}
---
VirtualBox.xml zipped and attached for review.
- Attachments
-
- VirtualBox.zip
- VirtualBox.xml
- (1.02 KiB) Downloaded 9 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VM with Host-Only Network Won't Start
Did you read the suggestion I sent you to look at the users manual. See chapter chapter 12.6.6 Host-only networking adapters cannot be created.
Re: VM with Host-Only Network Won't Start
It was found that there is an open bug ticket for this exact issue (on a slightly earlier version, 4.2.8 I think) that has remained unresolved for several months with no activity on the ticket at all.
Re: VM with Host-Only Network Won't Start
Read it, 12.6.6 does not apply as the log file does not contain entries (nothing logged for sun_VBoxNetAdp in setupapi.dev.log) that indicate trouble in creating a host-only adapter.Perryg wrote:Did you read the suggestion I sent you to look at the users manual. See chapter chapter 12.6.6 Host-only networking adapters cannot be created.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VM with Host-Only Network Won't Start
If I had this issue I would still go through the motions, but that's just me. We know something is holding bad or corrupt data and you have eliminated VirtualBox so it must be something on the Windows side.
Re: VM with Host-Only Network Won't Start
I'm open to any workaround, so I'll go ahead and see what following through with 12.6.6 does. Will post back with results.
Re: VM with Host-Only Network Won't Start
Attempted workaround in 12.6.6, however, no INF cache file was found in %windir%\inf\. Did a file search from c:\ recursively through the entire disk and did not find the file. This was done on Win 8 Pro 64-bit, for the record.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VM with Host-Only Network Won't Start
Well I'm all out of ideas. It might be due to Win-8 as I don't have nor want one of those as host. Looks like you need to get the DEVs involved.
I would raise a ticket at bugtracker
I would raise a ticket at bugtracker
Re: VM with Host-Only Network Won't Start
***Issue Summary***
For anyone checking this thread, there has been a lot said; here's the summary:
Win 8 Pro host running Linux guests, unable to successfully launch a VM running a host-only network on the latest version of VirtualBox. Workarounds, such as re-installing, do not clear up the problem. There is an open ticket for a bug on this issue that is several months old with no activity on it.
For anyone checking this thread, there has been a lot said; here's the summary:
Win 8 Pro host running Linux guests, unable to successfully launch a VM running a host-only network on the latest version of VirtualBox. Workarounds, such as re-installing, do not clear up the problem. There is an open ticket for a bug on this issue that is several months old with no activity on it.
Re: VM with Host-Only Network Won't Start
With the issue unresolved and no workaround in sight on a three month old bug ticket, I moved my VM to VMware and tried it there. The VM does launch with working host-only networking in VMware Player. Unfortunately, I can't wait another three months for the devs to work on this, my lab should have been up and running this morning. I'm taking this lab to VMware.