ben-ba

Results 92 comments of ben-ba

@newkind to find the optimal mtu, maybe this script would be helpful. https://www.reddit.com/r/WireGuard/comments/po1w4m/optimal_wg_server_peer_mtu_finder_part_2/

> I use a tunnel between an openwrt router (Avm 1200 Repeater) and a Synology NAS (DS218+). > The openwrt router acts as client and if the ip of the...

@cchhat01 remove the Dns setting or use this solution; https://github.com/runfalk/synology-wireguard/issues/31#issuecomment-593861167

From the readme, this link is provided; https://kb.synology.com/en-global/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have so it is: V1000 - it is in included in the toolchain but have to build yourself, see instructions on the readme.

Have fun; zipped with `gzip *` so unzip it with `gzip -d *` tested with DS1817+ > sudo synopkg install WireGuard-avoton-1.0.20210606.spk Password: {"error":{"code":0},"results":[{"action":"install","beta":false,"betaIncoming":false,"error":{"code":0},"finished":true,"installReboot":false,"installing":true,"language":"enu","last_stage":"postreplace","package":"WireGuard","packageName":"WireGuard","pid":20951,"spk":"WireGuard-avoton-1.0.20210606.spk","stage":"installed_and_stopped","status":"stop","success":true,"username":""}],"success":true} user@dsm:/volume1$ sudo synopkg status WireGuard WireGuard package...

Looks like you missed, to run the start script first; `sudo /var/packages/WireGuard/scripts/start`

> > Looks like you missed, to run the start script first; > > `sudo /var/packages/WireGuard/scripts/start` > > To be clear, when I install the package it tries to start...

@mada199122 : the Readme.md mentioned this link; https://kb.synology.com/en-global/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have so you need a package for arch Broadwellnk, not Broadwell.

@erig303 after you run the script with `sudo /var/packages/WireGuard/scripts/start` once, you can start, stop, restart the package with the gui and Systemd, so now after `sudo synopkg stop Wireguard` and...