GitHub user weizhouapache added a comment to the discussion: how do you configure ipv6 for a private gateway?
> @weizhouapache could you give a litte more detail to your description of the > restriction? > > It sounds like you are describing a network, with uses "ROUTED" mode for IPv6 > and "NATTED" mode for IPv4, which, according to the documentation, should not > be supported - it's either "ROUTED" or "NATTED" for both, IPv4 and IPv6. > > But probably i just misunderstand your description or i am missing the > obvious? IPv6 supports only ROUTED mode. Please refer to https://docs.cloudstack.apache.org/en/latest/plugins/ipv6.html#isolated-network-and-vpc-network-tier The options are - NATTED: NATTED IPv4 only. - NATTED Dual-Stack: NATTED IPv4 and ROUTED IPv6 (**only supports static routing**, which was introduced in #5786 ) - ROUTED: both IPv4 and IPv6 (optional) are ROUTED (support both static and dynamic routing, introduced in #9470) The missing is - NATTED Dual-Stack: NATTED IPv4 and ROUTED IPv6 (**Dynamic Routing**) GitHub link: https://github.com/apache/cloudstack/discussions/11777#discussioncomment-14605898 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
