hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.27k stars 4.43k forks source link

"Base MAC address for eth0/NAT must be set" on "vagrant up" when box not present #337

Closed jnewland closed 13 years ago

jnewland commented 13 years ago

Multi-vm Vagrantfile follows:

https://gist.github.com/ad9d57b262161e825933

If the 'base' box isn't present in ~/.vagrant/boxes when running vagrant up, the box is downloaded and setup:

[jnewland-riak1] Provisioning enabled with chef_server...
[jnewland-riak1] Box base was not found. Fetching box from specified URL...
[jnewland-riak1] Downloading with Vagrant::Downloaders::HTTP...
[jnewland-riak1] Downloading box: http://files.vagrantup.com/lucid32.box
[jnewland-riak1] Extracting box...

Everything looks good, until:

There was a problem with the configuration of Vagrant. The error message(s)
are printed below:

vm:
* Base MAC address for eth0/NAT must be set. Contact box maintainer for more information.

Running vagrant destroy and vagrant up brings things up just fine.

Looks related to #308?

wfarr commented 13 years ago

I too saw this come up.

mitchellh commented 13 years ago

This is a duplicate of #308 :) I'll fix this before next release.