I work with Windows 10. I created a Vagrant VM from an image. It's Ubuntu1401. My Vagrantfile has only these two lines
config.vm.box = "ubuntu1410" config.vm.network "public_network", type: "dhcp" The effect are almost as desired. The VM is publically accessible. I can ping to my Vagrant VM from all computers on my local physical network, except the PC I am running Vagrant (where VM located). I can also ping from the VM to all other PCs on my physical network, except the PC I am running Vagrant (where VM located). Can anybody tell me what I am doing wrong? What am I missing? -- 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/438a8d71-799f-4285-b055-f7a05ab4596e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
