From 5832cfc2a30ea5a0bbf323476611ae1c800d0cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Mon, 21 Nov 2022 13:54:00 +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: 狐狸Nomad <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 f3681a2..f6f4533 100644 --- a/2.PVE初始化配置.md +++ b/2.PVE初始化配置.md @@ -198,9 +198,9 @@ apt install intel-microcode (amd64-microcode) 在设置 PVE 的网络之前,需要对网络内部结构做一个规划。 在前篇的网络地址段规划时,我们有如下规划内容: -- PVE IP: `172.16.1.250/24` (IPv6地址: `fc00::fa/64` ) -- PVE 网关: `172.16.1.1` (IPv6地址: `fc00::1` ) -- PVE DNS: `172.16.1.1` (IPv6地址: `fc00::1` ) +- PVE IP: `172.16.1.250/24` (IPv6: `fc00::fa/64` ) +- PVE 网关: `172.16.1.1` (IPv6 网关将使用 `Link-Local Address` 自动配置) +- PVE DNS: `172.16.1.1` (IPv6 DNS: `fc00::1` ) 我们预计在 PVE 内部安装 RouterOS 用于主路由,2 个 Adguard Home 虚拟机用于提供内网的 DNS 服务以及去广告,且 RouterOS 需要能让 PVE 自身访问外网。