-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Description
I wanted to post this in case anyone had issues with Vaprobash and Windows 10.
Eldair's post helped me get it running.
https://laracasts.com/discuss/channels/general-discussion/windows-10-vagrant-virtualbox-homestead
- Install Virtualbox 5 and Vagrant 1.7.4
- In Virtualbox preferences -> network -> host-only networks create Host-Only adapter and add the IP address you are using in the Vagrantfile: IPv4 192.168.22.10, Mask 255.255.0.0
- Vaprobash Vagrantfile: Comment line config.vm.network :private_network, ip: server_ip
- Comment line 64: b.use ClearNetworkInterfaces in action.rb (path ~\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.7.4\plugins\providers\virtualbox\action.rb)
- Run vagrant up
Be sure to select the correct host-only network in the Vaprobash box: settings -> network -> adapter 2 and select Host-only network
Metadata
Metadata
Assignees
Labels
No labels