I can compile and load the module (which is an issue on most distributions as they lack the necessary kernel headers), but bringing up the interface fails:
root@tinkerboard:/etc/wireguard# wg-quick up mullvad
[#] ip link add mullvad type wireguard
[#] wg setconf mullvad /dev/fd/63
[#] ip address add 10.99.0.23 dev mullvad
[#] ip link set mtu 1420 dev mullvad
[#] ip link set mullvad up
[#] wg set mullvad fwmark 51820
[#] ip -6 route add ::/0 dev mullvad table 51820
[#] ip -6 rule add not fwmark 51820 table 51820
RTNETLINK answers: Address family not supported by protocol
[#] ip link delete dev mullvad
root@tinkerboard:/etc/wireguard#
No idea what could be wrong there. The same configuration works fine on a VM running Ubuntu Desktop and on a Raspberry Pi with Raspbian.
Question
root
Trying to set Wireguard (www.wireguard.io).
I can compile and load the module (which is an issue on most distributions as they lack the necessary kernel headers), but bringing up the interface fails:
Link to comment
Share on other sites
19 answers to this question
Recommended Posts