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 Not Working DSM 7 #68

Open
yuljk opened this issue Aug 9, 2022 · 2 comments
Open

Wireguard Not Working DSM 7 #68

yuljk opened this issue Aug 9, 2022 · 2 comments

Comments

@yuljk
Copy link

yuljk commented Aug 9, 2022

Hi - I'm running the latest DSM 7 release and I'm trying to connect to Mullvad VPN via wireguard.

I've placed my downloaded config file in the correct location and renamed accordingly.

I get the following when starting the container..

[#] ip link add wg0 type wireguard
Unable to access interface: Protocol not supported
RTNETLINK answers: Operation not supported
[#] ip link delete dev wg0
Cannot find device "wg0"

and it never starts.

The container is running with the highest privileges and I have set the PUID and PGID to the administrator user (for testing)

Any ideas?

Many thanks

RTNETLINK answers: Operation not supported

@jpnoehre
Copy link

jpnoehre commented Nov 17, 2022

You need to install the Wireguard module in your DSM7 installation. DSM7 uses an old Linux kernel that doesn't have Wireguard support.

https://hub.docker.com/r/blackvoidclub/synobuild71

That docker image will build a .SPK package that will add Wireguard support to DSM7.

@jpnoehre
Copy link

jpnoehre commented Nov 17, 2022

There's also some prebuilt SPKs but I didn't have any luck with them on my Synology:

https://www.blackvoid.club/wireguard-spk-for-your-synology-nas/

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

2 participants