diff --git a/docs/en/guide/pve/pve_qa.md b/docs/en/guide/pve/pve_qa.md index 0d3051c4ba..10305d4c86 100644 --- a/docs/en/guide/pve/pve_qa.md +++ b/docs/en/guide/pve/pve_qa.md @@ -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) diff --git a/docs/guide/pve/pve_qa.md b/docs/guide/pve/pve_qa.md index 6d901546a5..e2332f22cd 100644 --- a/docs/guide/pve/pve_qa.md +++ b/docs/guide/pve/pve_qa.md @@ -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 实例组成一个集群,需满足以下前提条件: