EdgeOS Restart OpenVPN

From Michael's Information Zone
Revision as of 11:05, 9 April 2017 by Michael.mast (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.