diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 8e496ef..c1b26c6 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -20,6 +20,7 @@ * [Windows 错误 628](#windows-错误-628) * [Android 6 及以上版本](#android-6-及以上版本) * [Chromebook 连接问题](#chromebook-连接问题) + * [Windows 10 升级](#windows-10-升级) * [其它错误](#其它错误) * [额外的步骤](#额外的步骤) @@ -214,6 +215,7 @@ Windows Phone 8.1 及以上版本用户可以尝试按照 参见) ![Android VPN workaround](images/vpn-profile-Android.png) @@ -222,6 +224,10 @@ Windows Phone 8.1 及以上版本用户可以尝试按照 这个 Issue。编辑 VPN 服务器上的 `/etc/ipsec.conf`。找到这一行 `phase2alg=...` 并在结尾加上 `,aes_gcm-null` 。保存修改并运行 `service ipsec restart`。 +### Windows 10 升级 + +在升级 Windows 10 版本之后 (比如从 1709 到 1803),你可能需要重新按照 [Windows 错误 809](#windows-错误-809) 中的步骤修改注册表并重启。更多信息请参见 这个 Issue。 + ### 其它错误 如果你遇到其它错误,请参见以下链接: diff --git a/docs/clients.md b/docs/clients.md index 1f18504..6172e99 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -20,6 +20,7 @@ After settin * [Windows Error 628](#windows-error-628) * [Android 6 and above](#android-6-and-above) * [Chromebook issues](#chromebook-issues) + * [Windows 10 upgrades](#windows-10-upgrades) * [Other errors](#other-errors) * [Additional steps](#additional-steps) @@ -214,6 +215,7 @@ To fix this error, please follow these steps: If you are unable to connect using Android 6 or above: 1. Tap the "Settings" icon next to your VPN profile. Select "Show advanced options" and scroll down to the bottom. If the option "Backward compatible mode" exists, enable it and reconnect the VPN. If not, try the next step. +1. Edit `/etc/ipsec.conf` on the VPN server. Find the line `phase2alg=...` and append `,aes256-sha2_256` at the end. Save the file and run `service ipsec restart`. If still unable to connect, try the next step. 1. Edit `/etc/ipsec.conf` on the VPN server. Find `sha2-truncbug=yes` and replace it with `sha2-truncbug=no`. Save the file and run `service ipsec restart`. (Ref) ![Android VPN workaround](images/vpn-profile-Android.png) @@ -222,6 +224,10 @@ If you are unable to connect using Android 6 or above: Chromebook users: If you are unable to connect, refer to this issue. Edit `/etc/ipsec.conf` on the VPN server. Find the line `phase2alg=...` and append `,aes_gcm-null` at the end. Save the file and run `service ipsec restart`. +### Windows 10 upgrades + +After upgrading Windows 10 version (e.g. from 1709 to 1803), you may need to re-apply the fix for [Windows Error 809](#windows-error-809) and reboot. Refer to this issue for more information. + ### Other errors If you encounter other errors, refer to the links below: