Public network in vagrant
问题 I Need to setup 2 vagrant machine with public network,so follow this link to https://www.vagrantup.com/docs/networking/public_network.html edit the Vagrantfile. But only one machine only have public static ip. another one not get public static ip. this is my vagrant machine configuration: Machine 1 Vagrant File: Vagrant.configure("2") do |config| config.vm.box = "man2" config.ssh.username = "vagrant" config.vm.hostname = "www.myhost.net" config.ssh.forward_agent = "true" config.vm.network