You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/plugins/ipv6.rst
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,15 @@ CloudStack has limited IPv6 support. It supports IPv6 for shared and isolated ne
20
20
21
21
Shared network
22
22
--------------
23
-
With IPv6 support, Instances in shared networks can obtain both IPv4 and IPv6 addresses from the DHCP
24
-
server. You can deploy Instances either in a IPv6 or IPv4 network, or in a
25
-
dual network environment. If IPv6 network is used, the Instance generates a
26
-
link-local IPv6 address by itself, and receives a stateful IPv6 address
27
-
from the DHCPv6 server.
23
+
When IPv6 is enabled, Instances deployed in a Shared Network can obtain both IPv4 and IPv6 addresses.
24
+
CloudStack supports the following deployment models:
25
+
- IPv4-only networks
26
+
- IPv6-only networks (with supported providers)
27
+
- Dual-stack networks (IPv4 + IPv6)
28
+
In an IPv6-enabled network:
29
+
- The Instance automatically generates a link-local IPv6 address.
30
+
- A stateful IPv6 address is assigned through a DHCPv6 server when configured.
31
+
Note: IPv6-only Shared Networks are not supported when using the Virtual Router provider. In such environments, IPv6 must be deployed in a dual-stack configuration.
28
32
29
33
IPv6 is supported only on KVM and XenServer hypervisors. The IPv6
0 commit comments