From f2872197b1bd98bd16e82df42c48b2f6ed58837f Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Mon, 29 Mar 2021 15:07:41 -0500 Subject: [PATCH] Update docs --- README-zh.md | 3 +-- README.md | 3 +-- docs/clients-zh.md | 9 +++++++++ docs/clients.md | 17 +++++++++++++---- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/README-zh.md b/README-zh.md index 6c9277c..62b28ee 100644 --- a/README-zh.md +++ b/README-zh.md @@ -29,7 +29,7 @@ IPsec VPN 可以加密你的网络流量,以防止在通过因特网传送时 ## 快速开始 -首先,在你的 Linux 服务器[\*](#quick-start-note) 上全新安装以下系统之一。 +首先,在你的 Linux 服务器\* 上全新安装以下系统之一。 使用以下命令快速搭建 IPsec VPN 服务器: @@ -67,7 +67,6 @@ wget https://git.io/vpnsetup-amzn -O vpn.sh && sudo sh vpn.sh && sudo bash /opt/ 如需了解其它安装选项,以及如何配置 VPN 客户端,请继续阅读以下部分。 - \* 一个专用服务器或者虚拟专用服务器 (VPS)。OpenVZ VPS 不受支持。 ## 功能特性 diff --git a/README.md b/README.md index b39f367..944357f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ We will use Libreswan as th ## Quick start -First, prepare your Linux server[\*](#quick-start-note) with a fresh install of one of the following OS. +First, prepare your Linux server\* with a fresh install of one of the following OS. Use this one-liner to set up an IPsec VPN server: @@ -67,7 +67,6 @@ Your VPN login details will be randomly generated, and displayed on the screen w For other installation options and how to set up VPN clients, read the sections below. - \* A dedicated server or virtual private server (VPS). OpenVZ VPS is not supported. ## Features diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 7501a2e..324f15a 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -219,6 +219,7 @@ Fedora 28(和更新版本)和 CentOS 8/7 用户可以使用 [IPsec/XAuth](cl *其他语言版本: [English](clients.md#troubleshooting), [简体中文](clients-zh.md#故障排除).* * [Windows 错误 809](#windows-错误-809) +* [Windows 错误 789 或 691](#windows-错误-789-或-691) * [Windows 错误 628 或 766](#windows-错误-628-或-766) * [Windows 10 正在连接](#windows-10-正在连接) * [Windows 10 升级](#windows-10-升级) @@ -259,6 +260,14 @@ Fedora 28(和更新版本)和 CentOS 8/7 用户可以使用 [IPsec/XAuth](cl REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSec /t REG_DWORD /d 0x0 /f ``` +### Windows 错误 789 或 691 + +> 错误 789:L2TP 连接尝试失败,因为安全层在初始化与远程计算机的协商时遇到一个处理错误。 + +> 错误 691:由于指定的用户名和/或密码无效而拒绝连接。下列条件可能会导致此情况:用户名和/或密码键入错误... + +对于错误 789,点击 [这里](https://documentation.meraki.com/MX/Client_VPN/Troubleshooting_Client_VPN#Windows_Error_789) 查看故障排除信息。对于错误 691,你可以尝试删除并重新创建 VPN 连接,按照本文档中的步骤操作。请确保输入了正确的 VPN 登录凭证。 + ### Windows 错误 628 或 766 > 错误 628:在连接完成前,连接被远程计算机终止。 diff --git a/docs/clients.md b/docs/clients.md index 4011101..0be6c1f 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -217,8 +217,9 @@ First check Error 809: The network connection between your computer and the VPN server could not be established because the remote server is not responding. This could be because one of the network devices (e.g, firewalls, NAT, routers, etc) between your computer and the remote server is not configured to allow VPN connections. Please contact your Administrator or your service provider to determine which device may be causing the problem. @@ -258,7 +259,15 @@ Although uncommon, some Windows systems disable IPsec encryption, causing the co REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSec /t REG_DWORD /d 0x0 /f ``` -### Windows Error 628 or 766 +### Windows error 789 or 691 + +> Error 789: The L2TP connection attempt failed because the security layer encountered a processing error during initial negotiations with the remote computer. + +> Error 691: The remote connection was denied because the user name and password combination you provided is not recognized, or the selected authentication protocol is not permitted on the remote access server. + +For error 789, click [here](https://documentation.meraki.com/MX/Client_VPN/Troubleshooting_Client_VPN#Windows_Error_789) for troubleshooting information. For error 691, you may try removing and recreating the VPN connection, by following the instructions in this document. Make sure that the VPN credentials are entered correctly. + +### Windows error 628 or 766 > Error 628: The connection was terminated by the remote computer before it could be completed.