You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Some times when you first try to
vagrant up
a guest, you get this error:Fix is to run
VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0
this should be added as an FAQ to the README.md
The text was updated successfully, but these errors were encountered: