Hello, I am trying to setup Vagrant with homestead/Laravel. When I set it up I get this error:
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'laravel/homestead' is up to date... ==> default: Clearing any previously set network interfaces... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "ipconfig", "VirtualBox Host-Only Ethernet Adapter #3", "--ip", "192.168.10.1", "--netmask", "255.255.255.0"] Stderr: VBoxManage.exe: error: The host network interface with the given name co uld not be found VBoxManage.exe: error: Details: code E_INVALIDARG (0x80070057), component Host, interface IHost, callee IUnknown VBoxManage.exe: error: Context: "FindHostNetworkInterfaceByName(name.raw(), hif. asOutParam())" at line 218 of file VBoxManageHostonly.cpp VBoxManage.exe: error: Could not find interface 'VirtualBox Host-Only Ethernet A dapter #3' This is on Windows 10. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
