You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
After some digging around I found this issue for another kernel. It appears CONFIG_NFT_FIB_IPV6 must be set.
withinboredom@Legion:~$ zcat /proc/config.gz | grep CONFIG_NFT_FIB_IPV6
# CONFIG_NFT_FIB_IPV6 is not set
The error looks like this:
withinboredom@Legion:~$ sudo wg-quick up ~/wsl-wg.conf
[#] ip link add wsl-wg type wireguard
[#] wg setconf wsl-wg /dev/fd/63
[#] ip -6 address add PREFIX::1005/128 dev wsl-wg
[#] ip link set mtu 1340 up dev wsl-wg
[#] wg set wsl-wg fwmark 51820
[#] ip -6 route add ::/0 dev wsl-wg table 51820
[#] ip -6 rule add not fwmark 51820 table 51820
[#] ip -6 rule add table main suppress_prefixlength 0
[#] nft -f /dev/fd/63
/dev/fd/63:5:93-106: Error: Could not process rule: No such file or directory
/dev/fd/63:6:69-84: Error: Could not process rule: No such file or directory
/dev/fd/63:7:71-77: Error: Could not process rule: No such file or directory
[#] ip -6 rule delete table 51820
[#] ip -6 rule delete table main suppress_prefixlength 0
[#] ip link delete dev wsl-wg