mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 20:00:16 +00:00
Updated FAQ (markdown)
parent
b6de576fe6
commit
e1a2576aec
1 changed files with 2 additions and 2 deletions
4
FAQ.md
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).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue