From 3d6b685e0b31f479daf285a153463d13799b42cd Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 23 Feb 2022 00:13:29 -0600 Subject: [PATCH] Update docs --- docs/ikev2-howto-zh.md | 2 +- docs/ikev2-howto.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md index b54f8b1..2ef74ac 100644 --- a/docs/ikev2-howto-zh.md +++ b/docs/ikev2-howto-zh.md @@ -797,7 +797,7 @@ sudo ikev2.sh --revokeclient [client name] 如果你的 VPN 客户端设备在成功连接到 IKEv2 后无法打开网站,请尝试以下解决方案: -1. 某些云服务提供商,比如 [Google Cloud](https://cloud.google.com),[默认设置较低的 MTU](https://cloud.google.com/network-connectivity/docs/vpn/concepts/mtu-considerations)。这可能会导致 IKEv2 VPN 客户端的网络问题。要解决此问题,尝试在 VPN 服务器上将 MTU 设置为 1500,然后重新连接 IKEv2 客户端: +1. 某些云服务提供商,比如 [Google Cloud](https://cloud.google.com),[默认设置较低的 MTU](https://cloud.google.com/network-connectivity/docs/vpn/concepts/mtu-considerations)。这可能会导致 IKEv2 VPN 客户端的网络问题。要解决此问题,尝试在 VPN 服务器上将 MTU 设置为 1500: ```bash # 将 ens4 替换为你的服务器上的网络接口名称 diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md index bbb7ad1..77ccc7e 100644 --- a/docs/ikev2-howto.md +++ b/docs/ikev2-howto.md @@ -799,7 +799,7 @@ Before continuing, you **must** restart the IPsec service. The IKEv2 setup on th If your VPN client device cannot open websites after successfully connecting to IKEv2, try the following fixes: -1. Some cloud providers, such as [Google Cloud](https://cloud.google.com), [set a lower MTU by default](https://cloud.google.com/network-connectivity/docs/vpn/concepts/mtu-considerations). This could cause network issues with IKEv2 VPN clients. To fix, try setting the MTU to 1500 on the VPN server, then re-connect the IKEv2 client: +1. Some cloud providers, such as [Google Cloud](https://cloud.google.com), [set a lower MTU by default](https://cloud.google.com/network-connectivity/docs/vpn/concepts/mtu-considerations). This could cause network issues with IKEv2 VPN clients. To fix, try setting the MTU to 1500 on the VPN server: ```bash # Replace ens4 with the network interface name on your server