-
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
Domain based routing not working #190
Comments
Can you please provide the output of:
|
openvpn3 config-manage --show --config CONFIG_NAME - did not use config import openvpn3-admin version --services
cat /etc/resolv.conf
openvpn3-admin init-config
openvpn3-admin netcfg-service --config-show
|
Okay, so initially this looks as expected. Good to have that ruled out. Can you try to manually set the default-route for the interface you want your DNS queries to go through? I believe this is the proper syntax for Ubuntu 20.04:
You might also need to change the The upcoming v21 release will set some of these values explicitly, where the |
Same situation here, but with Ubuntu 22.02. |
My organization switched to domain based routing, where the VPN is split tunnel and routing through the VPN for specific domains.
This appears to not work well with Linux, basically not working at all, traffic going around the VPN including the specific domains.
I am on ubuntu 20.04, using openvpn3 version 20
The text was updated successfully, but these errors were encountered: