1
0
mirror of synced 2024-11-25 14:26:09 +03:00

Update docs

This commit is contained in:
hwdsl2 2022-02-23 00:13:29 -06:00
parent a4e452e9df
commit 3d6b685e0b
2 changed files with 2 additions and 2 deletions

View File

@ -797,7 +797,7 @@ sudo ikev2.sh --revokeclient [client name]
如果你的 VPN 客户端设备在成功连接到 IKEv2 后无法打开网站,请尝试以下解决方案: 如果你的 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 ```bash
# 将 ens4 替换为你的服务器上的网络接口名称 # 将 ens4 替换为你的服务器上的网络接口名称

View File

@ -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: 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 ```bash
# Replace ens4 with the network interface name on your server # Replace ens4 with the network interface name on your server