Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on "vagrant up": A host only network interface you're attempting to configure #12

Open
mrjones-plip opened this issue Jul 2, 2015 · 0 comments

Comments

@mrjones-plip
Copy link
Owner

Some times when you first try to vagrant up a guest, you get this error:

A host only network interface you're attempting to configure via DHCP
already has a conflicting host only adapter with DHCP enabled. The
DHCP on this adapter is incompatible with the DHCP settings. Two
host only network interfaces are not allowed to overlap, and each
host only network interface can have only one DHCP server. Please
reconfigure your host only network or remove the virtual machine

Fix is to run VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0

this should be added as an FAQ to the README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant