I'm using vagrant to provision some pretty basic VM's and everything is 
working with the following network setup:

    node.vm.network "private_network", ip: "10.0.1.100"

When I connect to my company VPN, though, I can no longer access the VM via 
its IP address.

Is there a different vagrant setting I need to access it properly?  I had 
thought that "private_network" meant that all communication between the 
host and guest VM would go directly to one another, but it looks like it 
trying to access it through the VPN first which obviously won't work.


-- 
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/3909c319-6293-4368-b2e4-9e16d1277229%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to