berngp / docker-zabbix

Docker Container running a Zabbix Server and Zabbix Web UI.
Other
160 stars 66 forks source link

Vagrant Up is unable to create the instance due DHCP incompatibilities #8

Closed berngp closed 10 years ago

berngp commented 10 years ago

After executing vagrat up with Vagrant 1.6.3 and VirtualBox 4.3.14r95030 generates the following 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
using the other host only network.
berngp commented 10 years ago

As documented in https://github.com/mitchellh/vagrant/issues/3083 and until there is a better way to manage the DHCP server embedded in Virtual Box, the following fixes the problem:

VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0