From a50b32e70679b87de0297285bac6c9549ac2e4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= <9463297+callmer@user.noreply.gitee.com> Date: Tue, 6 Sep 2022 09:01:18 +0000 Subject: [PATCH] =?UTF-8?q?update=202.PVE=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋刀狐狸 <9463297+callmer@user.noreply.gitee.com> --- 2.PVE初始化配置.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2.PVE初始化配置.md b/2.PVE初始化配置.md index a262069..145d101 100644 --- a/2.PVE初始化配置.md +++ b/2.PVE初始化配置.md @@ -193,9 +193,9 @@ apt install cpufrequtils 在设置 PVE 的网络之前,需要对网络内部结构做一个规划。 在前篇的网络地址段规划时,我们有如下规划内容: -- PVE IP:172.16.1.250/24 -- PVE 网关:172.16.1.1 -- PVE DNS:172.16.1.1 +- PVE IP: `172.16.1.250/24` (IPv6地址: `FC00::FA/64` ) +- PVE 网关: `172.16.1.1` (IPv6地址: `FC00::1/64` ) +- PVE DNS: `172.16.1.1` (IPv6地址: `FC00::1/64` ) 我们预计在 PVE 内部安装 RouterOS 用于主路由,2 个 Adguard Home 虚拟机用于提供内网的 DNS 服务以及去广告,且 RouterOS 需要能让 PVE 自身访问外网。