-
Notifications
You must be signed in to change notification settings - Fork 72
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
Internet connection stops after turning on OpenVPN #164
Comments
Try this one gist, you have to allow for bridge100 usage of vpn (utun0 or utun1 ...) https://gist.github.com/mowings/633a16372fb30ee652336c8417091222 |
same here 😞 |
Any update on this? Can we possibly get this working without having to run a script after connecting to the VPN? |
Doesn't seem to help here :(
I tried to also enable "Firewall" under System Preferences -> Security and re-run the script, still says No ALTQ support in kernel and still no Internet :( -
These are my interfaces:
|
Same issue here |
Hi guys! I'm currently running some container that require remote connection with services such as databases or API that are only available through a VPN.
The current docker machine i'm running is the one based on the virtualbox drive and it works just fine when i connect to the VPN through the host OS (in this case OS X Sierra). I can also make the VPN work from the inside of the container running the OpenVPN as daemon and adjusting the IP routes. But when i switch to the docker machine created with xhyve the connection do not work on the container. I cannot even reach google.
I've tried both ways: a) connecting to VPN through the host OS and b) connecting to VPN from the inside of the container. Both are not working properly.
My guess is this is some issues with the network configuration devices on the docker machine itself?
Not sure how much info (dumps/outputs) would you guys need to debug it. So ping me with the ones needed to complement the report.
btw: this drive has a freaking good performance on my other projects! lot more lightweight and faster.
The text was updated successfully, but these errors were encountered: