Failed to open/create the internal network Vagrant on Windows10
Open Network and Sharing Center and go to the Change adapter settings in the sidebar.
Right-click on the host-only adapter in the list of adapters and then Configure button -> Driver tab -> Update driver button.
Select Browse my computer ... and in the next dialog select Let me pick .... You should see the list with just host-only driver in it.
Select it and click next. After the driver is updated, please try using host-only network in a VM again.
There is a known issue with the new NDIS6 driver, you can install it to use the NDIS5 driver
Try reinstalling it with a parameter (Run as administrator)
> VirtualBox-5.0.11-104101-Win.exe -msiparams NETWORKTYPE=NDIS5
This worked for me.
Update: Newer versions made it easier to pick the NDIS driver from within the installation wizard - just pick NDIS5 when asked.
ref: https://www.virtualbox.org/manual/ch02.html#install-win-performing
I tried the above options, but in vain. Eventually I uninstalled docker-toolbox (1.11.x) and virtualbox(5.16.x) and CHECKED the following option in the docker-toolbox installer GUI (by default the NDIS5 option was unchecked)
Also the virtualadapter in network connections had "Bridge Networking Driver" option UNCHECKED and that worked fine for me
I found a solution
- Open Windows Network Connections
- Right click on VirtualBox Host only adapter that created
- Choose properties
- Check "VirtualBox NDIS6 Bridged Networking driver"
- disable and Enable the adapter