Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winnfsd hangs with VPN enabled #112

Open
pyksid opened this issue Aug 11, 2017 · 1 comment
Open

winnfsd hangs with VPN enabled #112

pyksid opened this issue Aug 11, 2017 · 1 comment

Comments

@pyksid
Copy link

pyksid commented Aug 11, 2017

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 after vagrant 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 a ls in my virtualbox, nothing happen. I have to do a vagrant reload to make virtualbox works again.

Did you have a trick to keep virtualbox working with VPN enabled?

Thanks.

@cbj4074
Copy link
Contributor

cbj4074 commented Aug 11, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants