diff --git a/02.PVE初始化配置.md b/02.PVE初始化配置.md index e883d8a..92f96bc 100644 --- a/02.PVE初始化配置.md +++ b/02.PVE初始化配置.md @@ -2,7 +2,7 @@ 在上一篇文章 [01.PVE系统安装](./01.PVE系统安装.md) 中,从刚装好的 PVE 系统中获取了系统的一些参数。 -![PVE系统信息](img/p01/pve_sys_info.jpeg) +![PVE系统信息](img/p01/pve_sys_info.jpg) 此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `trixie` 。 @@ -216,7 +216,7 @@ $ journalctl --update-catalog 接下来将修改 PVE 网络配置,在修改完成前, **请不要点击 “应用配置”** ,否则会导致 PVE 无法访问。 -![PVE默认网桥](img/p02/pve_net_default.jpeg) +![PVE默认网桥](img/p02/pve_net_default.jpg) ### 3.1.修改 vmbr0 @@ -232,7 +232,7 @@ $ journalctl --update-catalog 点击左上角的 `创建` 选项,选择 `Linux Bridge` 。 -![创建物理接口网桥](img/p02/pve_br_create.jpeg) +![创建物理接口网桥](img/p02/pve_br_create.jpg) 桥接端口填写顺序的第二个网卡名称,演示中为 `nic1` ,在备注处填写 `lan1` ,并点击 `创建` 。 @@ -274,7 +274,7 @@ $ journalctl --update-catalog 在 PVE 内部网络设置完成后,将如图所示。 -![PVE网桥最终设置显示](img/p02/pve_net_preview.jpeg) +![PVE网桥最终设置显示](img/p02/pve_net_preview.jpg) ## 4.配置 PVE DNS diff --git a/img/p02/pve_br_create.jpeg b/img/p02/pve_br_create.jpeg deleted file mode 100644 index 0b71ace..0000000 Binary files a/img/p02/pve_br_create.jpeg and /dev/null differ diff --git a/img/p02/pve_br_create.jpg b/img/p02/pve_br_create.jpg new file mode 100644 index 0000000..60c9a77 Binary files /dev/null and b/img/p02/pve_br_create.jpg differ diff --git a/img/p02/pve_net_default.jpeg b/img/p02/pve_net_default.jpeg deleted file mode 100644 index 95cff01..0000000 Binary files a/img/p02/pve_net_default.jpeg and /dev/null differ diff --git a/img/p02/pve_net_default.jpg b/img/p02/pve_net_default.jpg new file mode 100644 index 0000000..884ef1e Binary files /dev/null and b/img/p02/pve_net_default.jpg differ diff --git a/img/p02/pve_net_preview.jpg b/img/p02/pve_net_preview.jpg new file mode 100644 index 0000000..f2663ef Binary files /dev/null and b/img/p02/pve_net_preview.jpg differ