meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:openvpn [2020/07/03 10:30] – niziak | linux:openvpn [2020/10/19 15:53] (current) – niziak | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| systemctl enable openvpn-client@config-name | systemctl enable openvpn-client@config-name | ||
| </ | </ | ||
| + | |||
| + | NOTE: `openvpn-client@` service doesn' | ||
| + | The result of failed openvpn daemon looks like: | ||
| + | <code bash> | ||
| + | systemctl status openvpn-client@config-name | ||
| + | ... | ||
| + | | ||
| + | Docs: man: | ||
| + | | ||
| + | | ||
| + | Main PID: 19630 (code=exited, | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | To make sure your VPN is running: | ||
| + | <code bash> | ||
| + | |||
| + | and enter following config: | ||
| + | |||
| + | < | ||
| + | [Service] | ||
| + | Restart=always | ||
| + | RestartSec=300 | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| ===== issue ===== | ===== issue ===== | ||