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

Signed-off-by: 秋刀狐狸 <9463297+callmer@user.noreply.gitee.com>
This commit is contained in:
秋刀狐狸
2022-09-06 09:01:18 +00:00
committed by Gitee
parent 3bb9c27428
commit a50b32e706
+3 -3
View File
@@ -193,9 +193,9 @@ apt install cpufrequtils
在设置 PVE 的网络之前,需要对网络内部结构做一个规划。
在前篇的网络地址段规划时,我们有如下规划内容:
- PVE IP172.16.1.250/24
- PVE 网关:172.16.1.1
- PVE DNS172.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 自身访问外网。