Skip to content

Commit e6a7d41

Browse files
Merge pull request #299880 from radwiv/IPv6
Remove VPN IPv6 limitation from VNet overview
2 parents 70dc17d + 83a488e commit e6a7d41

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/virtual-network/ip-services/ipv6-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ IPv6 for Azure Virtual Network is a foundational feature set that enables custom
8989

9090
The current IPv6 for Azure Virtual Network release has the following limitations:
9191

92-
- VPN gateways currently support IPv4 traffic only, but they still can be deployed in a dual-stacked virtual network using Azure PowerShell and Azure CLI commands only.
93-
9492
- The Azure platforms, such as Azure Container Instances and Azure Container Apps, do not support IPv6 communication for containers
9593

9694
- IPv6-only Virtual Machines or Virtual Machines Scale Sets aren't supported, each NIC must include at least one IPv4 IP configuration.

articles/vpn-gateway/ipv6-configuration.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ When you deploy VPN Gateway with IPv6 in dual stack mode, you can use the same s
3535

3636
:::image type="content" source="./media/ipv6-configuration/gateway-subnet-ipv6.png" alt-text="Diagram shows IPv6 configuration for Virtual Network." lightbox="./media/ipv6-configuration/gateway-subnet-ipv6.png":::
3737

38-
1. Create the virtual network gateway and local network gateway using IPv6 configurations.
38+
1. Create the virtual network gateway and local network gateway using IPv4 and IPv6 configuration settings.
3939

4040
**Virtual network gateway**
4141

42-
:::image type="content" source="./media/ipv6-configuration/vng-vpn-config.png" alt-text="Diagram shows IPv6 configuration for Virtual Network." lightbox="./media/ipv6-configuration/vng-vpn-config.png":::
42+
:::image type="content" source="./media/ipv6-configuration/vng-vpn-config.png" alt-text="Diagram shows IPv6 configuration for Virtual network gateway." lightbox="./media/ipv6-configuration/vng-vpn-config.png":::
4343

4444
**Local network gateway**
4545

46-
:::image type="content" source="./media/ipv6-configuration/lng-vpn-ipv6-config.png" alt-text="Diagram shows IPv6 configuration for Virtual Network." lightbox="./media/ipv6-configuration/lng-vpn-ipv6-config.png":::
46+
:::image type="content" source="./media/ipv6-configuration/lng-vpn-ipv6-config.png" alt-text="Diagram shows IPv6 configuration for Local network gateway." lightbox="./media/ipv6-configuration/lng-vpn-ipv6-config.png":::
4747

4848
**Address pool**
4949

50-
:::image type="content" source="./media/ipv6-configuration/vng-vpn-p2s-ipv6-config.png" alt-text="Diagram shows IPv6 configuration for Virtual Network." lightbox="./media/ipv6-configuration/vng-vpn-p2s-ipv6-config.png":::
50+
:::image type="content" source="./media/ipv6-configuration/vng-vpn-p2s-ipv6-config.png" alt-text="Diagram shows Point-to-site IPv6 configuration for Virtual Network Gateway." lightbox="./media/ipv6-configuration/vng-vpn-p2s-ipv6-config.png":::
5151

5252
## Limitations
5353

@@ -56,7 +56,8 @@ The following limitations apply to IPv6 in dual stack configuration for VPN Gate
5656
* IPv6 support is available for new gateway deployments using VpnGw1-5 and VpnGw1AZ-5AZ SKUs.
5757
* A VPN gateway deployed in IPv6 dual stack mode can't be moved to an IPv4 only configuration.
5858
* IPv6 can be used with IPv4 in dual stack mode to set up VPN Gateway connectivity.
59-
* Point-to-Site VPN gateways using IKEv2 and OpenVPN protocols support IPv6. Point-to-Site VPN gateways don't support IPv6 when using IKEv1 and SSTP protocols.
59+
* Point-to-Site VPN gateways using IKEv2 and OpenVPN protocols support IPv6. Point-to-Site VPN gateways don't support IPv6 when using SSTP protocol.
60+
* Site-to-Site VPN gateways don't support IPv6 when using IKEv1 protocol.
6061
* Currently IPv6 for VPN in Virtual WAN isn't supported.
6162
* Currently User Defined Routes (UDR) with IPv6 using a virtual network gateway VPN as the next hop aren't supported.
6263
* IPv6 support is available for inner traffic only. Currently, support for IPv6 in the outer VPN tunnel isn't available.

0 commit comments

Comments
 (0)