Skip to content

Commit 0f40878

Browse files
Merge pull request #226730 from cherylmc/p2s-about
P2s about
2 parents bc00f38 + 40d3959 commit 0f40878

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

articles/vpn-gateway/point-to-site-about.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ Point-to-site VPN can use one of the following protocols:
2525

2626

2727
>[!NOTE]
28-
>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.
28+
>IKEv2 and OpenVPN for P2S are available for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) only. They aren't available for the classic deployment model.
2929
>
3030
3131
## <a name="authentication"></a>How are P2S VPN clients authenticated?
3232

3333
Before Azure accepts a P2S VPN connection, the user has to be authenticated first. There are two mechanisms that Azure offers to authenticate a connecting user.
3434

35-
### Authenticate using native Azure certificate authentication
35+
### Certificate authentication
3636

3737
When using the native Azure certificate authentication, a client certificate that is present on the device is used to authenticate the connecting user. Client certificates are generated from a trusted root certificate and then installed on each client computer. You can use a root certificate that was generated using an Enterprise solution, or you can generate a self-signed certificate.
3838

3939
The validation of the client certificate is performed by the VPN gateway and happens during establishment of the P2S VPN connection. The root certificate is required for the validation and must be uploaded to Azure.
4040

41-
### Authenticate using native Azure Active Directory authentication
41+
### Azure Active Directory authentication
4242

4343
Azure AD authentication allows users to connect to Azure using their Azure Active Directory credentials. Native Azure AD authentication is only supported for OpenVPN protocol and also requires the use of the [Azure VPN Client](https://go.microsoft.com/fwlink/?linkid=2117554). The supported client operation systems are Windows 10 or later and macOS.
4444

45-
With native Azure AD authentication, you can leverage Azure AD's conditional access as well as Multi-Factor Authentication (MFA) features for VPN.
45+
With native Azure AD authentication, you can use Azure AD's conditional access and Multi-Factor Authentication (MFA) features for VPN.
4646

4747
At a high level, you need to perform the following steps to configure Azure AD authentication:
4848

@@ -55,10 +55,9 @@ At a high level, you need to perform the following steps to configure Azure AD a
5555
* Install using Client Install files: [https://aka.ms/azvpnclientdownload](https://aka.ms/azvpnclientdownload).
5656
* Install directly, when signed in on a client computer: [Microsoft Store](https://go.microsoft.com/fwlink/?linkid=2117554).
5757

58+
### Active Directory (AD) Domain Server
5859

59-
### Authenticate using Active Directory (AD) Domain Server
60-
61-
AD Domain authentication allows users to connect to Azure using their organization domain credentials. It requires a RADIUS server that integrates with the AD server. Organizations can also leverage their existing RADIUS deployment.
60+
AD Domain authentication allows users to connect 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.
6261

6362
The RADIUS server could be deployed on-premises or in your Azure VNet. During authentication, the Azure VPN Gateway acts as a pass through and forwards authentication messages back and forth between the RADIUS server and the connecting device. So Gateway reachability to the RADIUS server is important. If the RADIUS server is present on-premises, then a VPN S2S connection from Azure to the on-premises site is required for reachability.
6463

@@ -70,20 +69,12 @@ A RADIUS server can also integrate with other external identity systems. This op
7069

7170
## What are the client configuration requirements?
7271

73-
>[!NOTE]
74-
>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.
75-
>
72+
The client configuration requirements vary, based on the VPN client that you use, the authentication type, and the protocol. The following table shows the available clients and the corresponding articles for each configuration.
7673

77-
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.
74+
[!INCLUDE [All client articles](../../includes/vpn-gateway-vpn-client-install-articles.md)]
7875

79-
* For Windows devices, the VPN client configuration consists of an installer package that users install on their devices.
80-
* For Mac devices, it consists of the mobileconfig file that users install on their devices.
81-
82-
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.
83-
84-
>[!NOTE]
85-
>[!INCLUDE [TLS version changes](../../includes/vpn-gateway-tls-change.md)]
86-
>
76+
>[!IMPORTANT]
77+
>[!INCLUDE [TLS](../../includes/vpn-gateway-tls-change.md)]
8778
8879
## <a name="gwsku"></a>Which gateway SKUs support P2S VPN?
8980

@@ -97,7 +88,6 @@ The zip file also provides the values of some of the important settings on the A
9788
9889
## <a name="IKE/IPsec policies"></a>What IKE/IPsec policies are configured on VPN gateways for P2S?
9990

100-
10191
**IKEv2**
10292

10393
| **Cipher** | **Integrity** | **PRF** | **DH Group** |
@@ -156,11 +146,11 @@ The zip file also provides the values of some of the important settings on the A
156146

157147
## <a name="configure"></a>How do I configure a P2S connection?
158148

159-
A P2S configuration requires quite a few specific steps. The following articles contain the steps to walk you through P2S configuration.
149+
A P2S configuration requires quite a few specific steps. The following articles contain the steps to walk you through common P2S configuration steps.
160150

161-
* [Configure a P2S connection - RADIUS authentication](point-to-site-how-to-radius-ps.md)
151+
* [Certificate authentication](vpn-gateway-howto-point-to-site-resource-manager-portal.md)
162152

163-
* [Configure a P2S connection - Certificate authentication](vpn-gateway-howto-point-to-site-resource-manager-portal.md)
153+
* [RADIUS authentication](point-to-site-how-to-radius-ps.md)
164154

165155
* [Configure OpenVPN](vpn-gateway-howto-openvpn.md)
166156

0 commit comments

Comments
 (0)