You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same issue after uninstalling WireGuard using the installation script and then attempting to reinstall it. What worked for me was:
1. Installing it as the root user.
2. Uninstalling it as the root user.
3. Reinstalling it as the superuser (though you could probably also install it as the root user, the installation instructions are a bit clearer for superuser).
Now, everything is working again. To avoid this problem in the future, I recommend always uninstalling WireGuard (if you’re using the script) as the root user rather than the superuser.
Hi there,
I receive the following error on Fedora Linux:
It seems to be the line
chmod 600 /etc/wireguard
.I fixed it through the following commands:
Not 100% sure if this is safe, thus not a pull request. In my opinion it should also protect the private key in wg0.conf or is there a difference?
The text was updated successfully, but these errors were encountered: