Skip to content

Commit 28cf655

Browse files
authored
fix:添加IPV6子网检测的特殊情况说明
1 parent 08185e1 commit 28cf655

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/en/guide/pve/pve_qa.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,26 @@ systemctl restart networking.service
136136
cat /etc/iptables/rules.v4 | iptables-restore
137137
```
138138

139+
## 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.
140+
141+
Use the following command to test the actual subnet mask size on a clean machine that does not have Proxmox VE installed.
142+
143+
```shell
144+
curl -L https://raw.githubusercontent.com/spiritLHLS/ecs/main/archive/eo6s.sh -o eo6s.sh && chmod +x eo6s.sh && bash eo6s.sh
145+
```
146+
147+
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.
148+
149+
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.
150+
151+
virtfusion's customer service explanation for this situation:
152+
153+
```
154+
All of the blocks you get for IPv6 are 1 x /64 however you need to add and route them to the VPS.
155+
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.
156+
```
157+
158+
139159
## Adding a New Node to an Existing PVE Cluster (Create / Join Cluster)
140160

141161
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
241261
[aws](https://aws.amazon.com/lightsail/) EC2 servers
242262

243263
[Google cloud platform - GCP](https://console.cloud.google.com/) AMD servers
264+

0 commit comments

Comments
 (0)