fix:添加pve的更换ipv6网段的qa

This commit is contained in:
spiritlhl
2025-10-25 02:55:04 +00:00
parent e3df9bafa5
commit a6ebec329e
2 changed files with 23 additions and 0 deletions

View File

@@ -155,6 +155,17 @@ All of the blocks you get for IPv6 are 1 x /64 however you need to add and route
Once you add 1 IPv6 you need to ping the gateway (its in the panel under networking) and then ping the IPv6 address, then repeat for every IPv6 address you add.
```
## Host IPv6 Subnet Change Requires Corresponding Configuration Updates
Three areas require updating:
```/etc/network/interfaces```
```/etc/systemd/system/ndpresponder.service```
```/usr/local/bin/``` Files containing IPv6 addresses
After completing the update, restart the host machine and proceed with the setup. You should then be able to use the new network segment.
## Adding a New Node to an Existing PVE Cluster (Create / Join Cluster)

View File

@@ -183,6 +183,18 @@ virtfusion的客服对于这种情况的说明
添加1个IPv6地址后您需要ping网关在控制面板的网络设置下然后ping该IPv6地址之后对添加的每个IPv6地址重复此操作。
```
## 宿主机的IPV6网段更换需要对应更新配置
需要更新三个地方:
```/etc/network/interfaces```
```/etc/systemd/system/ndpresponder.service```
```/usr/local/bin/``` 中的带ipv6的文件
更新完毕后,重启宿主机再进行开设,应该就可以使用新的网段了
## 在现有的 PVE 中纳管新的 PVE创建 / 加入集群)
为了将两个独立的 Proxmox VE 实例组成一个集群,需满足以下前提条件: