Open pyksid opened 7 years ago
Unless your VPN is configured to allow split-tunneling, and you have enabled it, and then added the directive as noted in your OP, this is expected behavior.
You won't be able to reach any other resources on your LAN from within the VM, either.
For more info: https://superuser.com/questions/987150/virtualbox-guest-os-through-vpn/1035327#1035327
Hi,
With VPN enabled,
vagrant up
hangs while "Mounting NFS shared folders". If I stop VPN, shared folders are well mounted. If I try to reconnect VPN aftervagrant up
, I cannot access to my virtualbox.When I put into my Vagrantfile:
config.winnfsd.host_ip = LOCAL_IP_MY_LAPTOP
it works (shared folders are well mounted,
vagrant up
is OK), but the virtualbox hangs sometimes :/ For example, when I use phantomjs + selenium server. When I do als
in my virtualbox, nothing happen. I have to do avagrant reload
to make virtualbox works again.Did you have a trick to keep virtualbox working with VPN enabled?
Thanks.