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/10/19 15:50] – niziak | linux:openvpn [2020/10/19 15:53] (current) – niziak | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| </ | </ | ||
| - | NOTE: `openvpn-client@` service doesn' | + | 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> | <code bash> | ||
| Line 19: | Line 32: | ||
| RestartSec=300 | RestartSec=300 | ||
| </ | </ | ||
| + | |||
| + | <code bash> | ||
| ===== issue ===== | ===== issue ===== | ||