From cc41053e8590f21a369044b6471b2f836f7a248d Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 18:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PVE=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.PVE初始化配置.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index 0db7ad5..2bc01df 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -126,8 +126,6 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us ``` -如果修改了 CT Templates 地址,需要重启 PVE 服务器才能生效。 - ### 1.4.镜像同步 更换完成系统源之后,需要同步系统源数据。 @@ -173,7 +171,6 @@ apt install intel-microcode (amd64-microcode) ## 更新 PCI 数据库 update-pciids - ``` ## 3.配置 PVE 网络 @@ -184,7 +181,15 @@ update-pciids 访问 PVE 的 WEB 管理界面,对 PVE 的网络进行一些调整。 -根据内部网络地址规划,有如下内容。 +根据 **网络设备** 规划, PVE 中有如下虚拟机。 + +|系统|作用|说明| +|--|--|--| +|RouterOS|主路由|PPPoE 拨号上网| +|Debian12|Linux 服务器|内网 DNS 服务器| +|OpenWrt|旁路由|内网插件服务| + +根据 **内部网络地址** 规划,有如下地址段规划。 |地址类型|作用|值|说明| |--|--|--|--| @@ -201,14 +206,6 @@ update-pciids 2. 根据实际测试,仅 PVE 纯内部网桥( `vmbr4` )可通过主路由获取 IPv6 地址。 -因此,根据网络设备规划, PVE 中虚拟机有如下内容。 - -|系统|作用|说明| -|--|--|--| -|RouterOS|主路由|PPPoE 拨号上网| -|Debian12|Linux 服务器|内网 DNS 服务器| -|OpenWrt|旁路由|内网插件服务| - ![PVE网络规划](img/p02/pve_net_schematization.png) 初次登录 PVE 的 WEB 管理后台,打开网络管理页面,此时只有一个 `vmbr0` 。