From daf6ec76ae700697dfc3aaaad3d86f339a967205 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 11 Sep 2021 16:41:59 -0500 Subject: [PATCH] Update docs --- docs/clients-zh.md | 6 +++++- docs/clients.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 91e6913..f17efbf 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -392,7 +392,7 @@ service xl2tpd restart **Docker 用户:** 运行 `docker restart ipsec-vpn-server`。 -然后重启你的 VPN 客户端设备,并重试连接。如果仍然无法连接,可以尝试删除并重新创建 VPN 连接,按照本文档中的步骤操作。请确保输入了正确的 VPN 登录凭证。 +然后重启你的 VPN 客户端设备,并重试连接。如果仍然无法连接,可以尝试删除并重新创建 VPN 连接。请确保输入了正确的 VPN 登录凭证。 检查 Libreswan (IPsec) 和 xl2tpd 日志是否有错误: @@ -404,6 +404,10 @@ grep xl2tpd /var/log/syslog # CentOS/RHEL, Rocky Linux, AlmaLinux & Amazon Linux 2 grep pluto /var/log/secure grep xl2tpd /var/log/messages + +# Alpine Linux +grep pluto /var/log/messages +grep xl2tpd /var/log/messages ``` 检查 IPsec VPN 服务器状态: diff --git a/docs/clients.md b/docs/clients.md index b179322..ac3e2a6 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -391,7 +391,7 @@ service xl2tpd restart **Docker users:** Run `docker restart ipsec-vpn-server`. -Then reboot your VPN client device, and retry the connection. If still unable to connect, try removing and recreating the VPN connection, by following the instructions in this document. Make sure that the VPN credentials are entered correctly. +Then reboot your VPN client device, and retry the connection. If still unable to connect, try removing and recreating the VPN connection. Make sure that the VPN credentials are entered correctly. Check the Libreswan (IPsec) and xl2tpd logs for errors: @@ -403,6 +403,10 @@ grep xl2tpd /var/log/syslog # CentOS/RHEL, Rocky Linux, AlmaLinux & Amazon Linux 2 grep pluto /var/log/secure grep xl2tpd /var/log/messages + +# Alpine Linux +grep pluto /var/log/messages +grep xl2tpd /var/log/messages ``` Check the status of the IPsec VPN server: