After a VPN connection ( to another location of my office ), my vagrant box is not reachable anymore via browser, even after closing the VPN connection.
VPNClient: CISCO AnyConnect Secure Mobile Client
$ vagrant reload
-> (doesn't work)The only way I get it work again is a reboot of my OS.
My System
OS: OS X 10.9.3
Vagrant: 1.6.3
Any ideas?
I have the same problem - the only solution I got so far is to:
$ sudo ifconfig vboxnet0 down
$ sudo ifconfig vboxnet0 up
Replace 192.168.59 with your guest network
sudo route -nv add -net 192.168.59 -interface $(VBoxManage showvminfo boot2docker-vm | grep -o -E 'vboxnet\d\d?')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With