gpopesc / wireguard-module-synology

for DSM 7.2
21 stars 4 forks source link

Help with running wireguard #5

Closed lpzrulez closed 3 weeks ago

lpzrulez commented 3 weeks ago

I followed the steps for my synology nas ds923+ but when I run sudo wg-quick up command it says command not found Also sudo wg command doesn’t run I installed the geminilake and it installed successfully Please help

gpopesc commented 3 weeks ago

With this project you install only binaries for synology in order to work wireguard. Further you need to install in docker additional application in order to make it work. I recommend you to install this : https://github.com/WeeJeWel/wg-easy. The command you mentioned will work in the container wg-easy, but it is better to use the interface of it.

lpzrulez commented 3 weeks ago

Thank you so very much