update PVE系统安装.md.

This commit is contained in:
秋刀狐狸
2022-07-19 04:04:56 +00:00
committed by Gitee
parent 811af10fe0
commit d29c844c5c
6 changed files with 41 additions and 1 deletions
+41 -1
View File
@@ -92,4 +92,44 @@ PVE下载地址:https://www.proxmox.com/en/downloads
PVE此时处于未接入互联网的“离线”安装状态,因此不会从互联网中读取时区信息,我们需要手动修改时区。
在 “Contry” 处手动输入 “China”,下方的 “Time zone” 将自动变更为“Asia/Shanghai”。
![输入图片说明](img/pve_timezone.png)
![PVE时区](img/pve_timezone.png)
### PVE账户与邮箱
PVE最为关键的虚拟化层,建议使用强密码,包含大小写字母、数字以及特殊符号。
“Email” 必须为一个“合法”的邮箱地址,不然系统会判定邮箱地址不合法并拒绝继续安装。
![PVE邮箱设置](img/pve_email.png)
### PVE网络设置
PVE必须选择一个管理网口,默认情况下,PVE会使用编号较小的第一个网口作为管理网口。
而有的设备物理网口顺序与该页面显示的网口顺序 **不一致** ,因此此处保持默认的第一个网口。
当PVE完全安装好之后, **会在PVE提供的WEB页面中对该管理网口设置进行调整**
![PVE管理网口设置](img/pve_eth.png)
根据我们之前的规划,对PVE的管理IP(172.16.1.250)进行设置。
需要说明的是 “Hostname”,即PVE主机的名称,PVE将使用输入的“二级域名”的名称作为自己的名称。
演示内容输入的为 “hyper.fox.lab”,因此PVE获取的主机名称为 “hyper”。
我们规划未来主路由的IP地址为 172.16.1.1,因此我们网关和DNS地址均使用该地址。
- Hostname (FQDN)
- hyper.fox.lab
- IP Address (CIDR)
- 172.16.1.250/24
- Gateway
- 172.16.1.1
- DNS Server
- 172.16.1.1
![PVE管理IP地址](img/pve_ip.png)
### PVE参数确认与安装
最后会显示出当前PVE安装的配置清单,确认无误后即可开始安装。
![PVE安装确认](img/pve_install_confirm.png)
安装完成后,PVE会告知用户登录的IP地址和端口。
![PVE安装完成](img/pve_install_finish.png)
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB