OskarSonc
Hi,
My devices have arrived! I have tried setting up wireguard using the kernels netlink interface but it doesn't seem to work:
~ # ip link add dev wg0 type wireguard
Error: argument "wg0" is wrong: Unknown device
It's odd because CONFIG_WIREGUARD=y clearly exists, and I can see the headers have been included, but it might be that the ip command is too old to be able to use it. Is there a way to upgrade it to allow for wireguard-tools?
UPDATE:
The busybox ip command seems new enough to be able to create wireguard network interface, but I found that I can also just create a wireguard conf and import it with nmcli! Problem solved!