From a6ebec329e79ee6e1060d521ee2b425fa3a6fbed Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 25 Oct 2025 02:55:04 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0pve=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2ipv6=E7=BD=91=E6=AE=B5=E7=9A=84qa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/guide/pve/pve_qa.md | 11 +++++++++++ docs/guide/pve/pve_qa.md | 12 ++++++++++++ 2 files changed, 23 insertions(+) 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 实例组成一个集群,需满足以下前提条件: