Skip to content

Commit c98a043

Browse files
Merge pull request #278792 from cherylmc/patch-1
Add IKEv2 limitation
2 parents 4450eba + ad95ef8 commit c98a043

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/vpn-gateway/point-to-site-how-to-radius-ps.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to connect VPN clients securely to a virtual network usin
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 05/29/2024
8+
ms.date: 06/20/2024
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111

@@ -25,6 +25,11 @@ This type of connection requires:
2525
* A RADIUS server to handle user authentication. The RADIUS server can be deployed on-premises, or in the Azure virtual network (VNet). You can also configure two RADIUS servers for high availability.
2626
* The VPN client profile configuration package. The VPN client profile configuration package is a package that you generate. It contains the settings required for a VPN client to connect over P2S.
2727

28+
Limitations:
29+
30+
* If you are using IKEv2 with RADIUS, only EAP-based authentication is supported.
31+
* An ExpressRoute connection can't be used to connect to an on-premises RADIUS server.
32+
2833
## <a name="aboutad"></a>About Active Directory (AD) Domain Authentication for P2S VPNs
2934

3035
AD Domain authentication allows users to sign in to Azure using their organization domain credentials. It requires a RADIUS server that integrates with the AD server. Organizations can also use their existing RADIUS deployment.
@@ -35,10 +40,6 @@ Apart from Active Directory, a RADIUS server can also integrate with other exter
3540

3641
:::image type="content" source="./media/point-to-site-how-to-radius-ps/radius-diagram.png" alt-text="Diagram of RADIUS authentication P2S connection." lightbox="./media/point-to-site-how-to-radius-ps/radius-diagram.png":::
3742

38-
> [!IMPORTANT]
39-
> An ExpressRoute connection can't be used to connect to an on-premises RADIUS server.
40-
>
41-
4243
## <a name="before"></a>Before beginning
4344

4445
Verify that you have an Azure subscription. If you don't already have an Azure subscription, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details) or sign up for a [free account](https://azure.microsoft.com/pricing/free-trial).

0 commit comments

Comments
 (0)