Updated FAQ (markdown)

Orazio 2020-10-30 09:36:31 +01:00
parent b6de576fe6
commit e1a2576aec

4
FAQ.md

@ -26,12 +26,12 @@ $ pivpn -d
[...] [...]
``` ```
If your debug log shows some [ERR], accept the [Y/n], run `pivpn -u` again and verify that all checks pass. If not, stop here and look up the error (if you get any) among existing issues or open a new issue. If your debug log shows some [ERR], accept the [Y/n], run `pivpn -d` again and verify that all checks pass. If not, stop here and look up the error (if you get any) among existing issues or open a new issue.
*** ***
- Verify that the server is running. - Verify that the server is running.
- OpenVPN, restart the server with `sudo systemctl restart openvpn`, run `pivpn -u` and confirm that the snippet of the server log ends with `Initialization Sequence Completed`. - OpenVPN, restart the server with `sudo systemctl restart openvpn`, run `pivpn -d` and confirm that the snippet of the server log ends with `Initialization Sequence Completed`.
- WireGuard, restart the server with `sudo systemctl restart wg-quick@wg0`. Run `lsmod | grep wireguard` and confirm that you get at least this output (numbers don't matter). - WireGuard, restart the server with `sudo systemctl restart wg-quick@wg0`. Run `lsmod | grep wireguard` and confirm that you get at least this output (numbers don't matter).
``` ```