diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 7268010..61f697d 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -406,17 +406,16 @@ grep pluto /var/log/secure grep xl2tpd /var/log/messages ``` -查看 IPsec VPN 服务器状态: +检查 IPsec VPN 服务器状态: ```bash ipsec status -ipsec verify ``` -显示当前已建立的 VPN 连接: +查看当前已建立的 VPN 连接: ```bash -ipsec whack --trafficstatus +ipsec trafficstatus ``` ## 使用命令行配置 Linux VPN 客户端 diff --git a/docs/clients.md b/docs/clients.md index a9e921e..931ebdd 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -405,17 +405,16 @@ grep pluto /var/log/secure grep xl2tpd /var/log/messages ``` -Check status of the IPsec VPN server: +Check the status of the IPsec VPN server: ```bash ipsec status -ipsec verify ``` -Show current established VPN connections: +Show currently established VPN connections: ```bash -ipsec whack --trafficstatus +ipsec trafficstatus ``` ## Configure Linux VPN clients using the command line diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md index 4384848..8892504 100644 --- a/docs/ikev2-howto-zh.md +++ b/docs/ikev2-howto-zh.md @@ -44,7 +44,7 @@ sudo bash /opt/src/ikev2.sh --auto 错误:"bash: /opt/src/ikev2.sh: No such file or directory". -如果你使用了较早版本的 VPN 安装脚本,这是正常的。请使用以下命令下载并运行 IKEv2 辅助脚本: +如果你使用了较早版本的 VPN 安装脚本,这是正常的。请下载并运行 IKEv2 辅助脚本: ``` wget https://git.io/ikev2setup -O /opt/src/ikev2.sh && sudo bash /opt/src/ikev2.sh --auto diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md index 4ecde33..98f5227 100644 --- a/docs/ikev2-howto.md +++ b/docs/ikev2-howto.md @@ -44,7 +44,7 @@ The script must be run usi Error: "bash: /opt/src/ikev2.sh: No such file or directory". -This is normal if you used an older version of the VPN setup script. Please download and run the IKEv2 helper script using this command: +This is normal if you used an older version of the VPN setup script. Please download and run the IKEv2 helper script: ``` wget https://git.io/ikev2setup -O /opt/src/ikev2.sh && sudo bash /opt/src/ikev2.sh --auto @@ -129,7 +129,7 @@ To customize IKEv2 or client options, run this script without arguments. Alternatively, you can manually create the VPN connection. Click here for instructions. If you specified the server's DNS name (instead of its IP address) during IKEv2 setup, you must enter the DNS name in the **Internet address** field. -1. (**Required** if you manually created the VPN connection) Enable stronger ciphers for IKEv2 with a one-time registry change. Download and import the `.reg` file below, or run the following from an elevated command prompt. Read more here. +1. (**This step is required** if you manually created the VPN connection) Enable stronger ciphers for IKEv2 with a one-time registry change. Download and import the `.reg` file below, or run the following from an elevated command prompt. Read more here. - For Windows 7, 8.x and 10 ([download .reg file](https://dl.ls20.com/reg-files/v1/Enable_Stronger_Ciphers_for_IKEv2_on_Windows.reg))