How can I use Wireguard (and start it on boot)? #53
Unanswered
parse-flower
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed wireguard-tools with transactional-update.
Then I found this VPN thing in Gnome's NetworkManager GUI, which aggressively prevents entering any wireguard configurations.
Then I put it in /etc/wireguard, which starts up fine with wg-quick.
Then I added it to systemd: "systemctl enable wg-quick@azaleawg".
Starting this always yields "unshare failed: Operation not permitted".
No amount of workarounds line RestrictNamespaces=no have any effect.
How can this be done?
Beta Was this translation helpful? Give feedback.
All reactions