Skip to content

Windows 10 + Vagrant + Virtualbox #485

@rbruhn

Description

@rbruhn

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

  1. Install Virtualbox 5 and Vagrant 1.7.4
  2. 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
  3. Vaprobash Vagrantfile: Comment line config.vm.network :private_network, ip: server_ip
  4. Comment line 64: b.use ClearNetworkInterfaces in action.rb (path ~\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.7.4\plugins\providers\virtualbox\action.rb)
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions