Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wireguard support BPI-R3 #108

Closed
ghost opened this issue Aug 10, 2023 · 2 comments
Closed

Wireguard support BPI-R3 #108

ghost opened this issue Aug 10, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2023

One thing I'm missing for my BPI-R3 is Wireguard support and sadly, the DKMS Module does not seem to work either. I saw some closed Github Issues about Wireguard that where resolved. Would it be possible to add Wiregaurd back into the kernel?

@ghost ghost changed the title Wireguard support Wireguard support BPI-R3 Aug 10, 2023
@frank-w
Copy link
Owner

frank-w commented Aug 11, 2023

Which kernelversion donyou want to use (last lts = 6.1 or last stable =6.4)

Which options do you want to have enabled exactly?

@ghost
Copy link
Author

ghost commented Aug 11, 2023

Thanks for the quick reply.
To activate wireguard and wg-quick with nftables in the kernel i narrowed down the options to:

CONFIG_NET_CORE=y
CONFIG_WIREGUARD=y
CONFIG_IPV6=y
CONFIG_NET_UDP_TUNNEL=y
CONFIG_DST_CACHE=y
CONFIG_CRYPTO=y
CONFIG_CRYPTO_LIB_CURVE25519=y
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IP6_NF_RAW=m
CONFIG_IP_NF_RAW=m
CONFIG_NFT_FIB=m
CONFIG_NFT_FIB_IPV4=m
CONFIG_NFT_FIB_IPV6=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
NETFILTER_XT_TARGET_CT=y

@ghost ghost closed this as completed Aug 13, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant