raspberry pi - 6.1.19-
bjlockie opened this issue · 5 comments
nordvpnd[500]: 2023/03/16 17:12:32 [Error] TELIO: libtelio-build/libtelio/crates/telio-wg/src/adapter/linux_native_wg.rs:102 LinuxNativeWg: [GET01] Unable to get interface from WireGuard. Make sure it exists and you have permissions to access it.
Hi,
Could You share your kernel version? If it is older than 5.6 - Wireguard kernel module should be installed separately. On most distros one can just sudo apt install wireguard
to achieve that.
hmm, are You able to use regular WireGuard (via the wg-tools
) on that RPi?
e.g. executing these quick starting guides: https://www.wireguard.com/quickstart/
Wireguard seems to work:
$ sudo ip link add dev wg0 type wireguard
$ ip a 5: wg0: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN group default qlen 1000 link/none
I don't know how to test wireguard any more.
Wireguard was a good thing to look at.
It didn't even occur to me. :-)
I changed the technology to openvpn and it works. :-)
Is it worth trying to debug more?
The official kernerl of raspbianos is 6.1.19 now and wireguard works with nordvpn.