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
Last revisionBoth sides next revision
linux:openvpn [2020/10/19 15:50] niziaklinux:openvpn [2020/10/19 15:52] niziak
Line 9: Line 9:
 </code> </code>
  
-NOTE: `openvpn-client@` service doesn't contain `restart`. To make sure your VPN is running:+NOTE: `openvpn-client@` service doesn't contain `restart`.  
 +The result of failed openvpn daemon looks like: 
 +<code bash> 
 +systemctl status openvpn-client@config-name 
 +... 
 +   Active: activating (auto-restart) since Mon 2020-10-19 15:50:36 CEST; 15s ago 
 +     Docs: man:openvpn(8) 
 +           https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage 
 +           https://community.openvpn.net/openvpn/wiki/HOWTO 
 + Main PID: 19630 (code=exited, status=0/SUCCESS) 
 +... 
 +</code> 
 + 
 +To make sure your VPN is running:
 <code bash>systemctl edit openvpn-client@config-name</code> <code bash>systemctl edit openvpn-client@config-name</code>