From f0b0b9213ba74e5f2b1c85d560c7def9bb1adced Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 15 Aug 2021 00:46:41 -0500 Subject: [PATCH] Update docs --- README-zh.md | 4 ++-- README.md | 4 ++-- docs/clients-zh.md | 4 ++-- docs/clients.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README-zh.md b/README-zh.md index 9fd8b7c..2c753b3 100644 --- a/README-zh.md +++ b/README-zh.md @@ -65,7 +65,7 @@ wget https://git.io/vpnquickstart -O vpn.sh && sudo sh vpn.sh 一个专用服务器或者虚拟专用服务器 (VPS),全新安装以下操作系统之一: - Ubuntu 20.04 (Focal) 或者 18.04 (Bionic) -- Debian 10 (Buster)[\*](#debian-10-note) 或者 9 (Stretch) +- Debian 11 (Bullseye)[\*](#debian-10-note), 10 (Buster)[\*](#debian-10-note) 或者 9 (Stretch) - CentOS 8[\*\*](#centos-8-note) 或者 7 - Rocky Linux 8 - AlmaLinux OS 8 @@ -81,7 +81,7 @@ wget https://git.io/vpnquickstart -O vpn.sh && sudo sh vpn.sh 另外,你也可以使用预构建的 [Docker 镜像](https://github.com/hwdsl2/docker-ipsec-vpn-server/blob/master/README-zh.md)。高级用户可以在一个 [Raspberry Pi](https://www.raspberrypi.org) 上搭建 VPN 服务器。[[1]](https://elasticbyte.net/posts/setting-up-a-native-cisco-ipsec-vpn-server-using-a-raspberry-pi/) [[2]](https://www.stewright.me/2018/07/create-a-raspberry-pi-vpn-server-using-l2tpipsec/) -\* Debian 10 用户需要 [使用标准的 Linux 内核](docs/clients-zh.md#debian-10-内核)。 +\* Debian 11 或者 10 用户需要 [使用标准的 Linux 内核](docs/clients-zh.md#debian-10-内核)。 \*\* CentOS Linux 8 的支持将于 2021 年 12 月 31 日 [结束](https://wiki.centos.org/About/Product)。 diff --git a/README.md b/README.md index 82c28e9..b9b2eea 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ A pre-built [Docker image](https://github.com/hwdsl2/docker-ipsec-vpn-server) is A dedicated server or virtual private server (VPS), freshly installed with one of the following OS: - Ubuntu 20.04 (Focal) or 18.04 (Bionic) -- Debian 10 (Buster)[\*](#debian-10-note) or 9 (Stretch) +- Debian 11 (Bullseye)[\*](#debian-10-note), 10 (Buster)[\*](#debian-10-note) or 9 (Stretch) - CentOS 8[\*\*](#centos-8-note) or 7 - Rocky Linux 8 - AlmaLinux OS 8 @@ -81,7 +81,7 @@ This also includes Linux VMs in public clouds, such as [DigitalOcean](https://bl A pre-built [Docker image](https://github.com/hwdsl2/docker-ipsec-vpn-server) is also available. Advanced users can set up the VPN server on a [Raspberry Pi](https://www.raspberrypi.org). [[1]](https://elasticbyte.net/posts/setting-up-a-native-cisco-ipsec-vpn-server-using-a-raspberry-pi/) [[2]](https://www.stewright.me/2018/07/create-a-raspberry-pi-vpn-server-using-l2tpipsec/) -\* Debian 10 users should [use the standard Linux kernel](docs/clients.md#debian-10-kernel). +\* Debian 11 or 10 users should [use the standard Linux kernel](docs/clients.md#debian-10-kernel). \*\* Support for CentOS Linux 8 [will end](https://wiki.centos.org/About/Product) on December 31, 2021. diff --git a/docs/clients-zh.md b/docs/clients-zh.md index f029710..8daa21e 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -364,11 +364,11 @@ Android 设备在进入睡眠模式不久后也会断开 Wi-Fi 连接,如果 ### Debian 10 内核 -Debian 10 用户:运行 `uname -r` 以检查你的服务器的 Linux 内核版本。如果它包含 `cloud` 字样,并且 `/dev/ppp` 不存在,则该内核缺少 `ppp` 支持从而不能使用 IPsec/L2TP 模式。VPN 安装脚本会尝试检测此情形,并显示错误。 +Debian 11 或者 10 用户:运行 `uname -r` 以检查你的服务器的 Linux 内核版本。如果它包含 `cloud` 字样,并且 `/dev/ppp` 不存在,则该内核缺少 `ppp` 支持从而不能使用 IPsec/L2TP 模式。VPN 安装脚本会尝试检测此情形,并显示错误。 要解决此问题,你可以换用标准的 Linux 内核,通过安装比如 `linux-image-amd64` 软件包来实现。然后更新 GRUB 的内核默认值并重启服务器。最后重新运行 VPN 安装脚本。 -如果在 [Amazon EC2](https://aws.amazon.com/ec2/) 上使用 Debian 10,你必须首先换用标准的 Linux 内核,然后运行 VPN 安装脚本。 +如果在 [Amazon EC2](https://aws.amazon.com/ec2/) 上使用 Debian 11 或者 10,你必须首先换用标准的 Linux 内核,然后运行 VPN 安装脚本。 ### 其它错误 diff --git a/docs/clients.md b/docs/clients.md index 9eae971..a627633 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -363,11 +363,11 @@ Android devices will also disconnect Wi-Fi shortly after entering sleep mode, un ### Debian 10 kernel -Debian 10 users: Run `uname -r` to check your server's Linux kernel version. If it contains the word "cloud", and `/dev/ppp` is missing, then the kernel lacks `ppp` support and cannot use IPsec/L2TP mode. The VPN setup scripts try to detect this and show an error. +Debian 11 or 10 users: Run `uname -r` to check your server's Linux kernel version. If it contains the word "cloud", and `/dev/ppp` is missing, then the kernel lacks `ppp` support and cannot use IPsec/L2TP mode. The VPN setup scripts try to detect this and show an error. -To fix, you may switch to the standard Linux kernel by installing e.g. the `linux-image-amd64` package. Then update the default kernel in GRUB and reboot your server. Finally, re-run the VPN setup script. +To fix this issue, you may switch to the standard Linux kernel by installing e.g. the `linux-image-amd64` package. Then update the default kernel in GRUB and reboot your server. Finally, re-run the VPN setup script. -If using Debian 10 on [Amazon EC2](https://aws.amazon.com/ec2/), you must first switch to the standard Linux kernel before running the VPN setup script. +If using Debian 11 or 10 on [Amazon EC2](https://aws.amazon.com/ec2/), you must first switch to the standard Linux kernel before running the VPN setup script. ### Other errors