Difference between revisions of "EdgeOS Restart OpenVPN"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "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 : <pre>/usr/sb...")
 
(No difference)

Latest revision as of 12:05, 9 April 2017

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.