diff --git a/README-zh.md b/README-zh.md index 2f6709d..affbb89 100644 --- a/README-zh.md +++ b/README-zh.md @@ -36,7 +36,7 @@ ## 系统要求 -一个新创建的 Amazon EC2 实例,使用这些 AMI: (详细步骤点这里) +一个新创建的 Amazon EC2 实例,使用这些 AMI: (详细步骤点这里) - Ubuntu 16.04 (Xenial), 14.04 (Trusty) or 12.04 (Precise) - Debian 8 (Jessie) EC2 Images - CentOS 7 (x86_64) with Updates @@ -94,15 +94,16 @@ sudo sh vpnsetup_centos.sh ## 下一步 -配置你的计算机或其它设备使用 VPN 。请参见: 配置 IPsec/L2TP VPN 客户端。 +配置你的计算机或其它设备使用 VPN 。请参见: -**NEW:** 新增支持更高效的 `"Cisco IPsec"` 模式: 配置 IPsec/XAuth VPN 客户端。 +配置 IPsec/L2TP VPN 客户端 +配置 IPsec/XAuth VPN 客户端 开始使用自己的专属 VPN ! :sparkles::tada::rocket::sparkles: ## 重要提示 -**Windows 用户** 在首次连接之前需要修改一次注册表,以解决 VPN 服务器和客户端与 NAT (比如家用路由器)的兼容问题。另外如果遇到 `Error 628` ,请打开 VPN 连接属性的"安全"选项卡,并确保仅选中 "CHAP" 选项。 +**Windows 用户** 在首次连接之前需要修改一次注册表,以解决 VPN 服务器和客户端与 NAT (比如家用路由器)的兼容问题。另外请打开 VPN 连接属性的"安全"选项卡,并确保仅选中 "CHAP" 选项。 **Android 6 (Marshmallow) 用户** 请参考此文档中的注释: 配置 IPsec/L2TP VPN 客户端。 @@ -126,7 +127,7 @@ sudo sh vpnsetup_centos.sh ## 另见 -- [Docker 上的 IPsec VPN 服务器](https://github.com/hwdsl2/docker-ipsec-vpn-server) +- [IPsec VPN Server on Docker](https://github.com/hwdsl2/docker-ipsec-vpn-server) ## 作者 diff --git a/README.md b/README.md index 02fe100..a078aac 100644 --- a/README.md +++ b/README.md @@ -94,17 +94,18 @@ If unable to download via `wget`, you may alternatively open Configure IPsec/L2TP VPN Clients. +Get your computer or device to use the VPN. Please refer to: -**NEW:** The faster `"Cisco IPsec"` mode is also supported: Configure IPsec/XAuth VPN Clients. +Configure IPsec/L2TP VPN Clients +Configure IPsec/XAuth VPN Clients Enjoy your very own VPN! :sparkles::tada::rocket::sparkles: ## Important Notes -For **Windows users**, a one-time registry change is required if the VPN server and/or client is behind NAT (e.g. home router). Also, if you see `Error 628`, go to the "Security" tab of VPN connection properties and make sure only "CHAP" is selected. +For **Windows users**, a one-time registry change is required if the VPN server and/or client is behind NAT (e.g. home router). In addition, open the "Security" tab of VPN connection properties and make sure only "CHAP" is selected. -**Android 6 (Marshmallow) users**: Please see notes in Configure IPsec/L2TP VPN Clients. +**Android 6 (Marshmallow) users**: Please see notes in Configure IPsec/L2TP VPN Clients. If you wish to add, edit or remove VPN user accounts, refer to Manage VPN Users. diff --git a/docs/manage-users-zh.md b/docs/manage-users-zh.md index 4ec26fb..8caa54a 100644 --- a/docs/manage-users-zh.md +++ b/docs/manage-users-zh.md @@ -35,4 +35,9 @@ openssl passwd -1 "" ``` -在完成修改之后,需要重启服务器。 +在完成修改之后,运行以下命令或者重启服务器。 + +```bash +service ipsec restart +service xl2tpd restart +``` diff --git a/docs/manage-users.md b/docs/manage-users.md index 33c61c7..55d7fba 100644 --- a/docs/manage-users.md +++ b/docs/manage-users.md @@ -35,4 +35,9 @@ Passwords in this file are salted and hashed. This step can be done using e.g. t openssl passwd -1 "" ``` -When finished making changes, reboot your server. +When finished making changes, run these commands or reboot your server. + +```bash +service ipsec restart +service xl2tpd restart +```