update 2.PVE初始化配置.md.

Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com>
This commit is contained in:
狐狸Nomad
2022-11-21 13:54:00 +00:00
committed by Gitee
parent 956dc1bf48
commit 5832cfc2a3
+3 -3
View File
@@ -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 自身访问外网。