Hi,

OS X: 0.11.6 (El Capitan)
Virtual Box: 5.1.10
Vagrant: 1.9.1

Vagrant File
----------------

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
  # Every Vagrant development environment requires a box. You can search for
  # boxes at https://atlas.hashicorp.com/search.
  config.vm.box = "bento/centos-7.1"

  # Create a private network, which allows host-only access to the machine
  # using a specific IP.
  config.vm.network "private_network", ip: "192.168.33.10"
end

----------------

Was initially able to ping the box from the host without any problems.
However, I have since created a second box and am now unable to ping either 
box, regardless of the IP address I use. 
I even destroyed the second box and provisioned the original box from 
scratch, but no longer able to ping the box.

Am able SSH into the box and everything seems fine otherwise...

Any help would be greatly appreciated,

// sidney




-- 
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/867d9303-52df-4d0e-b146-a314bb40cc11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to