From 4795c730c9e3bd9699dc1b6809c157b4bad21792 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Thu, 6 Jul 2023 18:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=88=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.PVE初始化配置.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index 28dfe35..284e268 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -248,11 +248,9 @@ $ update-pciids 1. 如非特殊需求,通常情况下 PVE 系统无需使用 IPv6 网络。 -2. 根据实际测试,仅 PVE 纯内部网桥( `vmbr4` )可通过主路由获取公网 GUA IPv6 地址。 +2. 主路由未配置 ULA IPv6 网段时,例如本文演示地址 `fdac::/64` ,无需填写 `IPv6/CIDR` 参数。 -3. 主路由未配置 ULA IPv6 网段时,例如本文演示地址 `fdac::/64` ,无需填写 `IPv6/CIDR` 参数。 - -4. 通常情况下 IPv6 无需填写 `网关` 参数,IPv6 网关将通过 LLA IPv6 地址自动配置。 +3. 通常情况下 IPv6 无需填写 `网关` 参数,IPv6 网关将通过 LLA IPv6 地址自动配置。 ![最后的物理接口网桥](img/p02/pve_br_last_phyport_ipv6.jpeg)