Skip to content

Commit 7910223

Browse files
committed
New Article
1 parent 51f17e3 commit 7910223

File tree

9 files changed

+167
-223
lines changed

9 files changed

+167
-223
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
href: about-zone-redundant-vnet-gateways.md
7777
- name: VPN Gateway configuration settings
7878
href: vpn-gateway-about-vpn-gateway-settings.md
79+
- name: IPv6 configuration settings
80+
href: ipv6-configuration.md
7981
- name: Create & manage a VPN gateway
8082
items:
8183
- name: Create a VPN gateway
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: Configure IPv6 in dual stack
3+
titleSuffix: Azure VPN Gateway
4+
description: Learn how to configure IPv6 in dual stack for VPN Gateway.
5+
author: radwiv
6+
ms.service: azure-vpn-gateway
7+
ms.topic: how-to
8+
ms.date: 05/02/2025
9+
ms.author: radwiv
10+
---
11+
12+
# Configure IPv6 for VPN Gateway - Preview
13+
14+
You can use IPv6 in a dual-stack configuration for Azure VPN Gateway. This configuration allows seamless IPv6 traffic traversal within the VPN tunnel when connecting from on-premises or remote user devices to Azure VPN Gateway.
15+
16+
This article helps you configure IPv6 in dual stack for VPN Gateway using the Azure portal. Configuration steps are similar to the existing IPv4 configuration. You can also use PowerShell, or CLI for this configuration. If you use PowerShell or CLI, you can configure IPv6 addresses along with IPv4 addresses.
17+
18+
> [!IMPORTANT]
19+
> IPv6 in dual stack configuration is currently in PREVIEW.
20+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21+
22+
## Prerequisites
23+
24+
During Preview, you can opt in to configure IPv6 in dual stack. To opt in, send your subscription ID to **[email protected]** and request your subscription to be enabled for IPv6.
25+
26+
## Configure using the Azure portal
27+
28+
When you deploy VPN Gateway with IPv6 in dual stack mode, you can use the same steps as you would for an IPv4 deployment, but with IPv6 addresses. The following steps show how to configure IPv6 in dual stack mode using the Azure portal.
29+
30+
1. Create a virtual network with IPv4 and IPv6 address ranges.
31+
32+
:::image type="content" source="./media/ipv6-configuration/vnet-ipv6.png" alt-text="Diagram shows IPv6 configuration for Virtual Network." lightbox="./media/ipv6-configuration/vnet-ipv6.png":::
33+
34+
1. Create the gateway subnet with IPv4 and IPv6 address ranges.
35+
36+
:::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":::
37+
38+
1. Create the virtual network gateway and local network gateway using IPv6 configurations.
39+
40+
**Virtual network gateway**
41+
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":::
43+
44+
**Local network gateway**
45+
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":::
47+
48+
**Address pool**
49+
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":::
51+
52+
## Limitations
53+
54+
The following limitations apply to IPv6 in dual stack configuration for VPN Gateway:
55+
56+
* IPv6 support is available for new gateway deployments using VpnGw1-5 and VpnGw1AZ-5AZ SKUs.
57+
* A VPN gateway deployed in IPv6 dual stack mode can't be moved to an IPv4 only configuration.
58+
* 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.
60+
* Currently IPv6 for VPN in Virtual WAN isn't supported.
61+
* Currently User Defined Routes (UDR) with IPv6 using a virtual network gateway VPN as the next hop aren't supported.
62+
* IPv6 support is available for inner traffic only. Currently, support for IPv6 in the outer VPN tunnel isn't available.
63+
64+
## Next steps
65+
66+
For more information about VPN Gateway, see the [VPN Gateway FAQ](vpn-gateway-vpn-faq.md).
160 KB
Loading
97.4 KB
Loading
339 KB
Loading
61.9 KB
Loading
72 KB
Loading

articles/vpn-gateway/vpn-gateway-vpn-faq.md

Lines changed: 95 additions & 220 deletions
Large diffs are not rendered by default.

articles/vpn-gateway/whats-new.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what's new with Azure VPN Gateway such as the latest release
44
author: cherylmc
55
ms.service: azure-vpn-gateway
66
ms.topic: concept-article
7-
ms.date: 02/18/2025
7+
ms.date: 05/08/2025
88
ms.author: cherylmc
99
---
1010

@@ -39,7 +39,8 @@ You can also find the latest VPN Gateway updates and subscribe to the RSS feed [
3939

4040
| Type | Area | Name | Description | Date added | Limitations |
4141
|---|---|---|---|---|---|
42-
|SKU Consolidation | N/A | [VpnGw1-5 non-AZ VPN Gateway SKU](gateway-sku-consolidation.md) | VpnGw1-5 non-AZ SKU will be deprecated on 30 Sep 2026. View the announcement [here](https://azure.microsoft.com/updates/v2/vpngw1-5-non-az-skus-will-be-retired-on-30-september-2026) | Sep 2024 | N/A
42+
|IPv6 Preview | N/A | [VPN Gateway IPv6](ipv6-configuration.md) | Azure VPN Gateway supports IPv6 in dual stack. View the announcement [here](https://aka.ms/vpnipv6preview) | May 2025 | N/A |
43+
|SKU Consolidation | N/A | [VpnGw1-5 non-AZ VPN Gateway SKU](gateway-sku-consolidation.md) | VpnGw1-5 non-AZ SKU will be deprecated on 30 Sep 2026. View the announcement [here](https://azure.microsoft.com/updates/v2/vpngw1-5-non-az-skus-will-be-retired-on-30-september-2026) | Sep 2024 | N/A |
4344
| P2S VPN | P2S | [Azure VPN Client for Linux](#linux)| [Certificate](point-to-site-certificate-client-linux-azure-vpn-client.md) authentication, [Microsoft Entra ID ](point-to-site-entra-vpn-client-linux.md) authentication.| May 2024 | N/A|
4445
| P2S VPN | P2S | [Azure VPN Client for macOS](#macos) | Microsoft Entra ID authentication updates, additional features. | Sept 2024 | N/A|
4546
| P2S VPN | P2S | [Azure VPN Client for Windows](#windows) | Microsoft Entra ID authentication updates, additional features. | May 2024 | N/A|
@@ -63,4 +64,4 @@ You can also find the latest VPN Gateway updates and subscribe to the RSS feed [
6364
## Next steps
6465

6566
* [What is Azure VPN Gateway?](vpn-gateway-about-vpngateways.md)
66-
* [VPN Gateway FAQ](vpn-gateway-vpn-faq.md)
67+
* [VPN Gateway FAQ](vpn-gateway-vpn-faq.md)

0 commit comments

Comments
 (0)