Hello guys, I have the following 3 private networks on the same host:

VM1 - config.vm.network "private_network", ip: 192.168.0.2
VM2 - config.vm.network "private_network", ip: 192.168.1.2
VM3 - config.vm.network "private_network", ip: 192.168.2.2

How can achieve isolated networks? Currently I can ping VM2 from VM1.

I would like to achieve the following:
- host can reach VMs
- guests have internet connection
- guests cannot reach each other

Thanks in advance!

Erik Zilinsky

-- 
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/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
--- 
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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/771180ae-9033-4be0-84c6-f4487dc92d71n%40googlegroups.com.

Reply via email to