mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
更新 PVE 初始化配置
This commit is contained in:
+9
-12
@@ -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 的 WEB 管理后台,打开网络管理页面,此时只有一个 `vmbr0` 。
|
||||
|
||||
Reference in New Issue
Block a user