From bc9066c6fce31031d83530cef4b05151390c3e79 Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 20 Sep 2019 15:40:20 +0800 Subject: [PATCH] Add how to sovle error code 720 --- docs/clients-zh.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 046788d..c550aad 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -205,6 +205,7 @@ Fedora 28 (和更新版本)和 CentOS 7 用户可以使用更高效的 [IPse * [Windows 错误 628 或 766](#windows-错误-628-或-766) * [Windows 10 正在连接](#windows-10-正在连接) * [Windows 10 升级](#windows-10-升级) +* [Windows 10 无法连接到???](#Windows 10 无法连接到???) * [Windows 8/10 DNS 泄漏](#windows-810-dns-泄漏) * [macOS VPN 流量](#macos-vpn-流量) * [iOS/Android 睡眠模式](#iosandroid-睡眠模式) @@ -274,6 +275,20 @@ Fedora 28 (和更新版本)和 CentOS 7 用户可以使用更高效的 [IPse 在升级 Windows 10 版本之后 (比如从 1709 到 1803),你可能需要重新按照上面的 [Windows 错误 809](#windows-错误-809) 中的步骤修改注册表并重启。 +### Windows 10 无法连接到??? + +![show can not connect](images/can_not_connect.png) + +1. 首先在**事件查看器**中确定是否报 720 错误 +![check erroe code 720](images/windows_error_code_720.png) + +2. 删除之前添加的VPN连接 + +3. 在**设备管理器**的**网络适配器**中**卸载**以 WAN 开头的项 +![del wan prefix](images/del_wan_prefix.png) + +4. **重启**后重新添加VPN设置 + ### Windows 8/10 DNS 泄漏 Windows 8.x 和 10 默认使用 "smart multi-homed name resolution" (智能多宿主名称解析)。如果你的因特网适配器的 DNS 服务器在本地网段上,在使用 Windows 自带的 IPsec VPN 客户端时可能会导致 "DNS 泄漏"。要解决这个问题,你可以 禁用智能多宿主名称解析,或者配置你的因特网适配器以使用在你的本地网段之外的 DNS 服务器(比如 8.8.8.8 和 8.8.4.4)。在完成后清除 DNS 缓存并且重启计算机。