runfalk / synology-wireguard

WireGuard support for some Synology NAS drives
MIT License
920 stars 131 forks source link

DS214+ supported? #11

Closed mgoodings closed 5 years ago

mgoodings commented 5 years ago

I have a DS214+ running Linux 3.2.40, will this work?


Linux FoxStation 3.2.40 #24922 SMP Fri May 10 02:48:25 CST 2019 armv7l GNU/Linux synology_armadaxp_ds214+```
runfalk commented 5 years ago

No, unfortunately your kernel version is too old. You need at least 3.10, see #8.

vitrlink commented 1 year ago

Hello, i have the DS214+ and it works well with the Tailscale package The tailscale build is based on synology-wireguard, according to https://github.com/tailscale/tailscale-synology

I have DSM7 Linux nas 3.2.101 #41890 SMP Thu Jul 15 03:42:09 CST 2021 armv7l GNU/Linux synology_armadaxp_ds214+

runfalk commented 1 year ago

The tailscale build is based on synology-wireguard, according to https://github.com/tailscale/tailscale-synology

That's not quite right. The build process was based on this project. Tailscale uses a userland wireguard implementation so it doesn't depend on a certain kernel version.