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: articles/vpn-gateway/ikev2-openvpn-from-sstp.md
+11-30Lines changed: 11 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to transition to OpenVPN protocol or IKEv2 from SSTP to o
5
5
author: cherylmc
6
6
ms.service: azure-vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 05/15/2024
8
+
ms.date: 08/08/2024
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -23,9 +23,8 @@ Point-to-site VPN can use one of the following protocols:
23
23
24
24
* IKEv2 VPN, a standards-based IPsec VPN solution. IKEv2 VPN can be used to connect from Mac devices (macOS versions 10.11 and above).
25
25
26
-
>[!NOTE]
27
-
>IKEv2 and OpenVPN for P2S are available for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) only. They are not available for the classic deployment model. The Basic gateway SKU does not support IKEv2 or OpenVPN protocols. If you are using the Basic SKU, you will have to delete and recreate a production SKU virtual network gateway.
28
-
>
26
+
> [!NOTE]
27
+
> IKEv2 and OpenVPN for P2S are available for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) only. They are not available for the classic deployment model. The Basic gateway SKU does not support IKEv2 or OpenVPN protocols. If you are using the Basic SKU, you will have to delete and recreate a production SKU virtual network gateway.
29
28
30
29
## <aname="migrate"></a>Migrating from SSTP to IKEv2 or OpenVPN
31
30
@@ -43,9 +42,8 @@ To add IKEv2 to an existing gateway, go to the "point-to-site configuration" tab
43
42
44
43
:::image type="content" source="./media/ikev2-openvpn-from-sstp/add-tunnel-type.png" alt-text="Screenshot that shows the Point-to-site configuration page with the Tunnel type drop-down open, and IKEv2 and SSTP(SSL) selected." lightbox="./media/ikev2-openvpn-from-sstp/add-tunnel-type.png":::
45
44
46
-
>[!NOTE]
45
+
>[!NOTE]
47
46
> When you have both SSTP and IKEv2 enabled on the gateway, the point-to-site address pool will be statically split between the two, so clients using different protocols will be assigned IP addresses from either sub-range. Note that the maximum amount of SSTP clients is always 128, even if the address range is larger than /24 resulting in a bigger amount of addresses available for IKEv2 clients. For smaller ranges, the pool will be equally halved. Traffic Selectors used by the gateway may not include the point-to-site address range CIDR, but the two sub-range CIDRs.
48
-
>
49
47
50
48
### Option 2 - Remove SSTP and enable OpenVPN on the Gateway
51
49
@@ -63,9 +61,8 @@ If you're using Windows 10 or later, you can also use the [Azure VPN Client](poi
63
61
64
62
### What are the client configuration requirements?
65
63
66
-
>[!NOTE]
67
-
>For Windows clients, you must have administrator rights on the client device in order to initiate the VPN connection from the client device to Azure.
68
-
>
64
+
> [!NOTE]
65
+
> For Windows clients, you must have administrator rights on the client device in order to initiate the VPN connection from the client device to Azure.
69
66
70
67
Users use the native VPN clients on Windows and Mac devices for P2S. Azure provides a VPN client configuration zip file that contains settings required by these native clients to connect to Azure.
71
68
@@ -74,9 +71,8 @@ Users use the native VPN clients on Windows and Mac devices for P2S. Azure provi
74
71
75
72
The zip file also provides the values of some of the important settings on the Azure side that you can use to create your own profile for these devices. Some of the values include the VPN gateway address, configured tunnel types, routes, and the root certificate for gateway validation.
76
73
77
-
>[!NOTE]
78
-
>[!INCLUDE [TLS version changes](../../includes/vpn-gateway-tls-change.md)]
79
-
>
74
+
> [!NOTE]
75
+
> [!INCLUDE [TLS version changes](../../includes/vpn-gateway-tls-change.md)]
80
76
81
77
### <aname="gwsku"></a>Which gateway SKUs support P2S VPN?
82
78
@@ -85,8 +81,7 @@ The following table shows gateway SKUs by tunnel, connection, and throughput. Fo
> The Basic SKU has limitations and does not support IKEv2, or RADIUS authentication. See the [VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md#gwsku) article for more information.
89
-
>
84
+
> The Basic SKU has limitations and does not support IKEv2, or RADIUS authentication.
90
85
91
86
### <aname="IKE/IPsec policies"></a>What IKE/IPsec policies are configured on VPN gateways for P2S?
92
87
@@ -129,22 +124,8 @@ The following table shows gateway SKUs by tunnel, connection, and throughput. Fo
129
124
| AES256 | SHA1 | GROUP_NONE |
130
125
131
126
### <aname="TLS policies"></a>What TLS policies are configured on VPN gateways for P2S?
0 commit comments