Closed wwentland closed 9 years ago
reproduced with CentOS
I'm running into this on Fedora 22 as well. It appears from the documentation that using DHCP is set up by default, but the configuration uses a different syntax: https://github.com/pradels/vagrant-libvirt#networks. Still investigating...
Hi, I use the following Vagrantfile:
which results in the following error:
I'd like to use this so that I can use the same
Vagrantfile
for both Virtualbox and libvirt/qemu and have to set it as Virtualbox requires it for NFS (cf. http://docs.vagrantup.com/v2/synced-folders/nfs.html → Prerequisites).Versions in question are:
The
debian-jessie
box is built using packer using the following configuration:I am not sure if
config.vm.network "private_network", type: "dhcp"
is supposed to work at all though.Thank you for your outstanding work on this plugin!