From 9417d26afda6cdad9aa098eb05e38d5646e8bfb2 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 10 May 2018 00:11:59 -0500 Subject: [PATCH] Update docs - Improve Chromebook troubleshooting section --- docs/clients-zh.md | 6 +++--- docs/clients.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 2bef225..ae4a105 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -19,7 +19,7 @@ * [Windows 错误 809](#windows-错误-809) * [Windows 错误 628](#windows-错误-628) * [Android 6 及以上版本](#android-6-及以上版本) - * [Chromebook](#chromebook) + * [Chromebook 连接问题](#chromebook-连接问题) * [其它错误](#其它错误) * [额外的步骤](#额外的步骤) @@ -408,9 +408,9 @@ REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSe ![Android VPN workaround](images/vpn-profile-Android.png) -### Chromebook +### Chromebook 连接问题 -Chromebook 用户: 如果你无法连接,请参见 这个 Issue。请注意,这个解决方案可能会导致你的其它设备无法连接到 VPN。编辑 VPN 服务器上的 `/etc/ipsec.conf`。找到 `phase2alg=...` 并将它替换为 `phase2alg=aes_gcm-null`。保存修改并运行 `service ipsec restart`。 +Chromebook 用户: 如果你无法连接,请参见 这个 Issue。编辑 VPN 服务器上的 `/etc/ipsec.conf`。找到这一行 `phase2alg=...` 并在结尾加上 `,aes_gcm-null` 。保存修改并运行 `service ipsec restart`。 ### 其它错误 diff --git a/docs/clients.md b/docs/clients.md index 5fc3b2e..a0fd24b 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -19,7 +19,7 @@ After settin * [Windows Error 809](#windows-error-809) * [Windows Error 628](#windows-error-628) * [Android 6 and above](#android-6-and-above) - * [Chromebook](#chromebook) + * [Chromebook issues](#chromebook-issues) * [Other errors](#other-errors) * [Additional steps](#additional-steps) @@ -407,9 +407,9 @@ If you are unable to connect using Android 6 or above: ![Android VPN workaround](images/vpn-profile-Android.png) -### Chromebook +### Chromebook issues -Chromebook users: If you are unable to connect, refer to this issue. Please note that this fix may break VPN connectivity from your other devices. Edit `/etc/ipsec.conf` on the VPN server. Find `phase2alg=...` and replace it with `phase2alg=aes_gcm-null`. Save the file and run `service ipsec restart`. +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`. ### Other errors