meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:openvpn [2020/07/03 10:30] niziaklinux:openvpn [2020/10/19 15:50] niziak
Line 7: Line 7:
 systemctl status openvpn-client@config-name systemctl status openvpn-client@config-name
 systemctl enable openvpn-client@config-name systemctl enable openvpn-client@config-name
 +</code>
 +
 +NOTE: `openvpn-client@` service doesn't contain `restart`. To make sure your VPN is running:
 +<code bash>systemctl edit openvpn-client@config-name</code>
 +
 +and enter following config:
 +
 +<code>
 +[Service]
 +Restart=always
 +RestartSec=300
 </code> </code>