tusc / wireguard-kmod

WireGuard for UDM series routers
https://www.wireguard.com/
352 stars 19 forks source link

UDM PRO SE > not surviving reboot #68

Closed lowrisk75 closed 1 year ago

lowrisk75 commented 1 year ago

I can't have WG to survives reboot, probably something I'm doing wrong but

at boot I have to go to cd /etc/split-vpn/wireguard/mullvad and sh run-vpn.sh

I did tried this a few time

curl -o /etc/systemd/system/run-vpn.service https://raw.githubusercontent.com/peacey/split-vpn/main/examples/boot/run-vpn.service
systemctl daemon-reload && systemctl enable run-vpn

but same issue when rebooting

turowicz commented 1 year ago

Check this: https://di-marco.net/blog/it/2022-02-02-wireguad_and_split_vpn_on_unifi_dream_machine_pro_se/#surviving-at-reboots

lowrisk75 commented 1 year ago

Check this: https://di-marco.net/blog/it/2022-02-02-wireguad_and_split_vpn_on_unifi_dream_machine_pro_se/#surviving-at-reboots

That's great, thank you so much.