EdgeOS Restart OpenVPN
Jump to navigation
Jump to search
While playing around with traffic shaping, I would run into issues where OpenVPN would not restart correctly. Looking at the running processes I found the below :
/usr/sbin/openvpn --daemon --verb 3 --writepid /var/run/openvpn-vtun0.pid --status /var/run/openvpn/status/vtun0.status 30 --config /config/auth/<your_Config_file>.ovpn --dev-type tun --dev vtun0
Killing the process and running the above worked really well.