Hello.
While trying to configure wireguard i, somehow, made "wg" record appearing after each reboot in "ip link show" output:
The bad thing is if i trying to start VPN via
and it works only after i do
I tried to find what can create that.
And the first thing i suspected is this service:
so i turned it off - it didnt helped.
Also i removed
My another thought was my VPN plugin for gnome installed
But i removed every networks i had in it, and nothing changed.
Can anybody told me where to look next?
Thanks.
While trying to configure wireguard i, somehow, made "wg" record appearing after each reboot in "ip link show" output:
4: wg: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/none
The bad thing is if i trying to start VPN via
wg-quick up sitWg
("sitWg" is the name of config in /etc/wireguard/ that i actually use) it says that:Warning: `/etc/wireguard/sitWg.conf' is world accessible
[#] ip link add sitWg type wireguard
[#] wg setconf sitWg /dev/fd/63
[#] ip -4 address add xx.xx.xx.xx/32 dev sitWg
[#] ip link set mtu 1420 up dev sitWg
RTNETLINK answers: Address already in use
[#] ip link delete dev sitWg
and it works only after i do
ip link delete wg
which removes that interface.I tried to find what can create that.
And the first thing i suspected is this service:
○ [email protected] - WireGuard via wg-quick(8) for wg
Loaded: loaded (/lib/systemd/system/[email protected]; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:wg-quick(8)
man:wg(8)
https://www.wireguard.com/
https://www.wireguard.com/quickstart/
https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8
https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8
so i turned it off - it didnt helped.
Also i removed
/lib/systemd/system/[email protected]
file - also didnt worked.My another thought was my VPN plugin for gnome installed
https://github.com/max-moser/network-manager-wireguard
.But i removed every networks i had in it, and nothing changed.
Can anybody told me where to look next?
Thanks.