On Fri, Dec 9, 2016 at 1:23 AM, Matthew Pounsett <[email protected]> wrote:

> Vagrant.configure("2") do |config|
>     config.vm.define "host01" do |host|
>         host.vm.box = "centos7"
>         host.vm.box_url = "file://~/src/vagrant/centos7.json"
>         host.vm.network "private_network", ip: "192.168.56.11"
>     end
> end
>

hello

Vagrant version?
host os?

Can you share a gist to the output of

VAGRANT_LOG=debug
vagrant up
?



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ex%3D5p1eadWLu8nbvELs%3Dep0-igo0OL8ak1fihns7CeJCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to