Installing the Tun Serivce for Synology and VPN

DSM 7 Grab the tunnel service sudo curl -sL https://raw.githubusercontent.com/TRaSH-Guides/Synology-Templates/main/script/tun.service -o "/etc/systemd/system/tun.service" Enable the service sudo systemctl enable /etc/systemd/system/tun.service Run the service sudo systemctl start tun Check if running with sudo systemctl status tun Will look something like this: tun.service - Run tun at startup Loaded: loaded (/etc/systemd/system/tun.service; enabled; vendor preset: disabled) Active: inactive (dead) since Sat 2023-06-24 15:06:27 CEST; 1 months 2 days ago Main PID: 10931 (code=exited, status=0/SUCCESS) Attention: As the service does a simple task it will execute and quit, it won’t stay active....

June 23, 2023 · Gabe