0
votes

I just migrated my development machine from MacOS to Windows 10 due to increase .NET development along-side PHP development.

I am trying to install Laravel Homestead, the installation went ok, with Virtualbox first then Vagrant.

My issue is when I run vagrant up, I get an error when vagrant is trying to reset Network adapters and fails giving the error "cannot create host-only" adapter.

I have uninstalled and reinstalled vbox and vagrant multiple times but it always errors out at that specific point.

I narrowed it down to the homestead.rb file and commented out where vagrant tries to create ip bound network. Commenting it out allows vagrant to load the box fine, however, after ssh(ing) into the box, I grab the IP from "ifconfig" and put that in my host machine's hosts file, but trying to access the desired domain does not work.

I am running Virtual Box 5.2.6 and Vagrant 2.0.2 on a Windows 10 Home device with a 7th gen dual core i7.

  • I checked and ensured Virtualization is enabled in the BIOS.

Any ideas on how I can get Laravel Homestead running properly on Windows 10?

1

1 Answers

0
votes

Make sure you are running vagrant commands from an elevated command prompt (Run as Administrator)