-
Notifications
You must be signed in to change notification settings - Fork 152
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
How to make openvpn3-linux client work with network manager? #46
Comments
A few details needs to be clarified here. OpenVPN 3 Linux does currently not have a direct integration with NetworkManager. We have just barely started discussing how that would be accomplished. The only interfaces we currently provide for OpenVPN 3 Linux are through the OpenVPN 3 Linux DOES integrate with The The |
Thanks @dsommers I guessed my issue was around the tunnel trying to syphoon all network traffic instead of just local IPs. Is that not the case here? Any ticket tracking |
It's really not that clear to me. You need to compare the routing tables and the DNS resolver settings after the VPN connection is established. Depending on the VPN configuration and what the OpenVPN server pushes of routing rules, are the two first places where "route all traffic via the VPN tunnel" is determined. Then the So, first identify where your Internet traffic is routed and if that is as expected, then check if the DNS resolver settings are as expected (typically checking |
Is there an update on this issue? |
In case anyone finds this useful, this issue tracks adding support for openvpn3 to the network manager openvpn plugin: https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/69 |
When I connect the VPN using
openvpn3 session-start --config client.ovpn
I am able to connect to the internet alongwith the VPN local IPs but when I connect usingnetwork-manager
, I am able to connect to the VPN local IPs but not able to connect to the internet. I have theupdate-systemd-resolve
setup and I am able to resolve DNS while connected to VPN to get that out of the way.network-manager
openvpn3
uses my wifi for all internet and tun0 only for certain IPs?The only difference that I could note was the
link
.System:
I have 2 openvpn versions (as mentioned in the output above)- any probable conflicts?
From what I can understand nmcli is not able to correctly setup routes that are pushed by VPN server?
Is there someway to correctly setup
network-manager
?The text was updated successfully, but these errors were encountered: