We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261a820 commit c7f1942Copy full SHA for c7f1942
1 file changed
docs/en/guide/pve/pve_lxc.md
@@ -181,6 +181,9 @@ pct list | awk 'NR>1{print $1}' | xargs -I {} sh -c 'pct stop {}; pct destroy {}
181
rm -rf ct*
182
iptables -t nat -F
183
iptables -t filter -F
184
+ip6tables -t nat -F
185
+ip6tables -t filter -F
186
+rm -rf /usr/local/bin/ipv6_nat_rules.sh
187
service networking restart
188
systemctl restart networking.service
189
systemctl restart ndpresponder.service
@@ -233,12 +236,3 @@ The above command signifies the creation of a container with a pure IPV6 address
233
236
:::tip
234
237
Note that only CTIDs from 100 to 256 can be used here, no other numbers can be used.
235
238
:::
-
-#### Deletion Example
239
-```shell
240
-rm -rf ct*
241
-pct stop 152
242
-pct destroy 152
243
-systemctl restart ndpresponder.service
244
-```
0 commit comments