更新 PVE 创建模板虚拟机

This commit is contained in:
CallMeR
2023-06-27 22:32:10 +08:00
parent 5c71c12916
commit e64d6f9b7f
5 changed files with 10 additions and 8 deletions
+10 -8
View File
@@ -216,20 +216,21 @@ Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0'
|参数|值|说明| |参数|值|说明|
|--|--|--| |--|--|--|
|用户|fox|新系统的管理员账户| |用户|`fox`|新系统的管理员账户|
|密码|********|使用强密码| |密码|`********`|使用强密码|
|DNS域|fox.local|内网域名(可选)| |DNS域|`fox.local`|内网域名(可选)|
|DNS服务器|`172.16.1.1 127.0.0.1`|本机DNS服务器,用空格隔开| |DNS服务器|`172.16.1.1`|本机 DNS 服务器|
|SSH公钥||使用秘钥登录服务器,暂不使用| |SSH公钥|`无`|使用秘钥登录服务器,暂不使用|
|Upgrade packages|`是`|启动时更新软件包,保持默认即可|
|IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=auto`|模板的 IP 设置| |IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=auto`|模板的 IP 设置|
**额外说明:** **额外说明:**
1. 修改 `Cloud-Init` 参数时,需要在虚拟机关机情况下修改才会生效。 1. 修改 `Cloud-Init` 参数时,需要在虚拟机关机情况下修改才会生效。
2. `DNS服务器` 设置部分,如果先设置了 `127.0.0.1` 作为 DNS 服务器,后续其他 DNS 的 IP 地址将被忽略 2. `DNS服务器` 参数支持输入多个 IPv4 / IPv6 地址,使用空格隔开
此时内网没有其他 DNS 服务器,因此将 `DNS服务器` 设置为 `172.16.1.1 127.0.0.1` IP 之间用空格隔开 3. 当前 `DNS服务器` 参数为主路由 LAN 口 IPv4 地址,确保虚拟机能正常联网
![CI网络配置](img/p04/vm_ci_dns.jpeg) ![CI网络配置](img/p04/vm_ci_dns.jpeg)
@@ -245,7 +246,8 @@ Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0'
|参数|值|说明| |参数|值|说明|
|--|--|--| |--|--|--|
|DNS服务器|`172.16.1.1 fdac::1 127.0.0.1`|本机DNS服务器,用空格隔开| |DNS域|`fox.local`|内网域名(可选)|
|DNS服务器|`172.16.1.1 fdac::1`|本机 DNS 服务器|
|IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=fdac::fa/64`|模板的 IP 设置| |IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=fdac::fa/64`|模板的 IP 设置|
`DNS服务器` 参数中需要加入主路由 LAN 口 ULA IPv6 地址。 `DNS服务器` 参数中需要加入主路由 LAN 口 ULA IPv6 地址。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 108 KiB