-
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
Only one dhcp-option is persisted in config through reboot #213
Comments
Can you provide the output of That said, using |
Sure, here is the
And the
Thanks for the |
The v21 should definitely work fine with |
I'm actually having the exact same issue with the Here is the config I'm getting before the reboot with a
And here is the one I'm getting after a reboot :
But actually I cannot even get it to work before rebooting, my resolvectl shows no dns configuration at all for the vpn interface :
Is that the expected configuration to have for dns ? :
Also is there a way to set the dns-scope to tunnel without using the
to set the dns provided only for the vpn resources. However I got it to work by pushing from the server the options with the |
Thx! I had a quick look at the code, and I believe I see a potential bug in the handling of That said, the I strongly recommend moving over to using |
Hi,
I'm trying to use persistent config import to manage my connection to the VPN
However it seems that only one dhcp option is persisted through a reboot.
When I import my config, I have the following with a
openvpn3 config-dump --config my-config
:If I connect to it everything works fine, but if I reboot and I do a config dump after the reboot I get :
Only the last
dhcp-option
is kept, which disable the dns query.The text was updated successfully, but these errors were encountered: