Failed to open/create the internal network Vagrant on Windows10
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
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
-
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.