Comment on Anyone using WireGuard through plain systemd-networkd?
blurry@feddit.org 3 months ago
Yes I use wireguard only with systemd-networkd.
I followed the arch wiki and you need to ensure that the file permissions are correct, otherwise systemd will ignore them.
Copied from the wiki:
# chown root:systemd-network /etc/systemd/network/99-*.netdev # chmod 0640 /etc/systemd/network/99-*.netdev
Chais@sh.itjust.works 3 months ago
Do you notice anything wrong with my config? github.com/systemd/systemd/issues/30495
blurry@feddit.org 3 months ago
Have you tried to reduce your config to a minimum (like in the wiki) and add one additional part after step by step? F.e. the link and route parts? So you can maybe identify the block/line which breaks your config.
Chais@sh.itjust.works 3 months ago
The
ActivationPolicy
I added in an attempt to replicate whatwg-quick
produces, as I recall.blurry@feddit.org 3 months ago
Do you have a link where it is documented in systemd-networkd content?