Skip to content

Commit e71955d

Browse files
authored
Merge pull request #299562 from radwiv/IPv6
New Article
2 parents e6a68e2 + ecada7e commit e71955d

File tree

9 files changed

+78
-5
lines changed

9 files changed

+78
-5
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get answers to frequently asked questions about VPN Gateway connect
44
author: cherylmc
55
ms.service: azure-vpn-gateway
66
ms.topic: concept-article
7-
ms.date: 03/31/2025
7+
ms.date: 05/09/2025
88
ms.author: cherylmc
99
---
1010

@@ -166,6 +166,10 @@ Yes. You can use the Set Pre-Shared Key REST API and PowerShell cmdlet to config
166166

167167
You're limited to using preshared keys for authentication.
168168

169+
### Does Azure VPN Gateway support IPv6?
170+
171+
Yes. For additional information see [Configure IPv6 for VPN Gateway](ipv6-configuration.md).
172+
169173
### How do I specify which traffic goes through the VPN gateway?
170174

171175
For the Azure Resource Manager deployment model:

articles/vpn-gateway/whats-new.md

Lines changed: 5 additions & 4 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

@@ -26,11 +26,11 @@ You can also find the latest VPN Gateway updates and subscribe to the RSS feed [
2626
> [!NOTE]
2727
> Timelines are subject to change.
2828
29-
| Event | Customer impact| Anticipated timelines | Customer action/ prerequisites | Documentation | Annoucement Links |
29+
| Event | Customer impact| Anticipated timelines | Customer action/ prerequisites | Documentation | Announcement Links |
3030
|---|---|---|---|---|---|
3131
|Basic SKU public IP address migration - For all VPN SKU's except Basic SKU Gateway |- New [pricing changes](https://azure.microsoft.com/pricing/details/ip-addresses/).<br>- To qualify for successful migration, ensure you have the right IP address space and subnet size.<br>- Up to 10 minutes of downtime is expected during customer-controlled migration.<br>- Customers will have 3 months to migrate after the release of the migration tool.|- **Apr/May 2025**: Basic SKU public IP address-to-Standard SKU public IP address migration tool is available for for active-passive gateways.<br>- **Jul/Aug 2025**: Basic SKU public IP address-to-Standard SKU public IP address migration tool is available for for active-active gateways.<br>- **May 2025 to Sep 2025**: Customer-controlled migration can be initiated after tool availability.<br>- **Sep 2025**: Basic SKU public IP addresses are deprecated. |- Ensure you have the right IP address space and subnet size, check here.<br>- If your VPN gateway is using a Basic SKU public IP address, migrate it to a Standard SKU public IP address.<br> - If your VPN gateway is already using a Standard SKU public IP address, no action is required.|Available when the migration tool is released. |[Basic SKU public IP address retirement](https://azure.microsoft.com/updates?id=upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired) |
3232
|Basic SKU public IP address migration - For Basic SKU Gateway | Impact details to be updated by **May 15, 2025** | Migration plan for Basic IP address for Basic Gateway SKU’s will be published by **May 15, 2025** | Customer action to be updated by **May 15, 2025** | Available when the migration details are released | [Basic SKU public IP address retirement](https://azure.microsoft.com/updates?id=upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired) |
33-
|Non-AZ gateway SKU retirement |- New pricing for AZ gateway SKUs applied since Jan 2025.<br>- Non-AZ gateway SKUs will be migrated to AZ gateway SKUs with no downtime expected.<br>- Non-AZ gateway SKU creates to be blocked by May 2025. |- **Jan 2025**: New pricing for AZ gatway SKUs activated.<br> - **May 2025 to Sep 2026**: Non-AZ gateway SKU-to-AZ gateway SKU migration available.<br> - **Sep 2026**: Non-AZ gateway SKU retirement.|- If the VPN gateway is using a Basic public IP address SKU, migrate it to a Standard public IP address SKU.|[VPN Gateway SKU consolidation and migration](gateway-sku-consolidation.md)| [Non-AZ gateway SKU retirement](https://azure.microsoft.com/updates?id=vpngw1-5-non-az-skus-will-be-retired-on-30-september-2026)|
33+
|Non-AZ gateway SKU retirement |- New pricing for AZ gateway SKUs applied since Jan 2025.<br>- Non-AZ gateway SKUs will be migrated to AZ gateway SKUs with no downtime expected.<br>- Non-AZ gateway SKU creates to be blocked by May 2025. |- **Jan 2025**: New pricing for AZ gateway SKUs activated.<br> - **May 2025 to Sep 2026**: Non-AZ gateway SKU-to-AZ gateway SKU migration available.<br> - **Sep 2026**: Non-AZ gateway SKU retirement.|- If the VPN gateway is using a Basic public IP address SKU, migrate it to a Standard public IP address SKU.|[VPN Gateway SKU consolidation and migration](gateway-sku-consolidation.md)| [Non-AZ gateway SKU retirement](https://azure.microsoft.com/updates?id=vpngw1-5-non-az-skus-will-be-retired-on-30-september-2026)|
3434
|Gateway SKU retirement: Standard and High Performance SKUs.|- New Standard/High Perf SKU gateway creations blocked Nov 2023.<br> - Standard/High Perf SKU gateways will be migrated to VpnGw1/VpnGw2.<br> - No downtime is expected for migration.|- **May 2025 to Sep 2025**: Standard/HighPerf SKU migration.<br>- **Sep 2025**: Standard/HighPerf SKU retirement.| - No action required|[Working with VPN Gateway legacy SKUs](vpn-gateway-about-skus-legacy.md)|[Standard and HighPerf gateway SKU retirement](https://azure.microsoft.com/updates?id=standard-and-highperformance-vpn-gateway-skus-will-be-retired-on-30-september-2025)|
3535
|Classic VPN gateways retired|- Classic VPN gateways will be decommissioned.|- **Aug 2024**: Retirement<br>- **By Aug 2025**: Decommission|- Migrate your classic VPN gateway to an Azure Resource Manager gateway|[VPN Gateway classic to Resource Manager migration](vpn-gateway-classic-resource-manager-migration.md)|[Classic resource retirement](https://azure.microsoft.com/updates?id=cloud-services-retirement-announcement)|
3636

@@ -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|

0 commit comments

Comments
 (0)