Skip to content

Instantly share code, notes, and snippets.

@antonioribeiro
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save antonioribeiro/db07ab8c6189ff69de86 to your computer and use it in GitHub Desktop.

Select an option

Save antonioribeiro/db07ab8c6189ff69de86 to your computer and use it in GitHub Desktop.
Vagrant Troubleshooting (Laravel Homestead)

If you do

vagrant up

and receive

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "create"]

You are probably having a permission issue, so go to

File -> Preferences -> Network -> Host-only Networks

Create Manually a new adapater like as follow and use the following IP address:

IPv4: 192.168.33.10 - Mask: 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment