From 28cf655a0b35b67cf19b8d52ba2dcba5c3be8e69 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:59:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0IPV6=E5=AD=90?= =?UTF-8?q?=E7=BD=91=E6=A3=80=E6=B5=8B=E7=9A=84=E7=89=B9=E6=AE=8A=E6=83=85?= =?UTF-8?q?=E5=86=B5=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/guide/pve/pve_qa.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/en/guide/pve/pve_qa.md b/docs/en/guide/pve/pve_qa.md index 2d281aa60f..0d3051c4ba 100644 --- a/docs/en/guide/pve/pve_qa.md +++ b/docs/en/guide/pve/pve_qa.md @@ -136,6 +136,26 @@ systemctl restart networking.service cat /etc/iptables/rules.v4 | iptables-restore ``` +## Detect whether the merchant has falsely declared the IPV6 subnet size, resulting in the inability to set up virtual machines/containers with independent IPV6 addresses. + +Use the following command to test the actual subnet mask size on a clean machine that does not have Proxmox VE installed. + +```shell +curl -L https://raw.githubusercontent.com/spiritLHLS/ecs/main/archive/eo6s.sh -o eo6s.sh && chmod +x eo6s.sh && bash eo6s.sh +``` + +If the test result is 128, it proves that the merchant has falsely labelled the subnet size, and only one IPV6 address cannot be additionally allocated to virtual machines/containers. + +Another situation is that the merchant only gives permission to add, but does not actually give the complete IPV6 subnet to the machine. A typical example is virtfusion, which requires adding IPV6 IPs one by one in the background. In this case, it is also impossible to open. + +virtfusion's customer service explanation for this situation: + +``` +All of the blocks you get for IPv6 are 1 x /64 however you need to add and route them to the VPS. +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. +``` + + ## Adding a New Node to an Existing PVE Cluster (Create / Join Cluster) To form a cluster from two independent Proxmox VE instances, the following prerequisites must be met: @@ -241,3 +261,4 @@ wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com [aws](https://aws.amazon.com/lightsail/) EC2 servers [Google cloud platform - GCP](https://console.cloud.google.com/) AMD servers +