1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00

Add how to sovle error code 720

This commit is contained in:
DD 2019-09-20 15:40:20 +08:00 committed by GitHub
parent 4b526a1ece
commit bc9066c6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 泄漏"。要解决这个问题,你可以 <a href="https://www.neowin.net/news/guide-prevent-dns-leakage-while-using-a-vpn-on-windows-10-and-windows-8/" target="_blank">禁用智能多宿主名称解析</a>,或者配置你的因特网适配器以使用在你的本地网段之外的 DNS 服务器(比如 8.8.8.8 和 8.8.4.4)。在完成后<a href="https://support.opendns.com/hc/en-us/articles/227988627-How-to-clear-the-DNS-Cache-" target="_blank">清除 DNS 缓存</a>并且重启计算机。