Skip to content

Commit a6ebec3

Browse files
committed
fix:添加pve的更换ipv6网段的qa
1 parent e3df9ba commit a6ebec3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/en/guide/pve/pve_qa.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,17 @@ All of the blocks you get for IPv6 are 1 x /64 however you need to add and route
155155
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.
156156
```
157157

158+
## Host IPv6 Subnet Change Requires Corresponding Configuration Updates
159+
160+
Three areas require updating:
161+
162+
```/etc/network/interfaces```
163+
164+
```/etc/systemd/system/ndpresponder.service```
165+
166+
```/usr/local/bin/``` Files containing IPv6 addresses
167+
168+
After completing the update, restart the host machine and proceed with the setup. You should then be able to use the new network segment.
158169

159170
## Adding a New Node to an Existing PVE Cluster (Create / Join Cluster)
160171

docs/guide/pve/pve_qa.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@ virtfusion的客服对于这种情况的说明:
183183
添加1个IPv6地址后,您需要ping网关(在控制面板的网络设置下),然后ping该IPv6地址,之后对添加的每个IPv6地址重复此操作。
184184
```
185185

186+
## 宿主机的IPV6网段更换需要对应更新配置
187+
188+
需要更新三个地方:
189+
190+
```/etc/network/interfaces```
191+
192+
```/etc/systemd/system/ndpresponder.service```
193+
194+
```/usr/local/bin/``` 中的带ipv6的文件
195+
196+
更新完毕后,重启宿主机再进行开设,应该就可以使用新的网段了
197+
186198
## 在现有的 PVE 中纳管新的 PVE(创建 / 加入集群)
187199

188200
为了将两个独立的 Proxmox VE 实例组成一个集群,需满足以下前提条件:

0 commit comments

Comments
 (0)