Skip to content

Commit a971bd1

Browse files
author
Jill Grant
authored
Merge pull request #289788 from cherylmc/address-pool
create include p2s
2 parents 3b1bb4d + a828bdd commit a971bd1

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.custom: linux-related-content
88
ms.topic: how-to
9-
ms.date: 08/06/2024
9+
ms.date: 11/04/2024
1010
ms.author: cherylmc
1111
# Customer intent: As an VPN Gateway administrator, I want to configure point-to-site to allow Microsoft Entra ID authentication using the Microsoft-registered Azure VPN Client APP ID.
1212
---
@@ -52,16 +52,7 @@ This article assumes the following prerequisites:
5252

5353
## <a name="addresspool"></a>Add the VPN client address pool
5454

55-
The client address pool is a range of private IP addresses that you specify. The clients that connect over a point-to-site VPN dynamically receive an IP address from this range. Use a private IP address range that doesn't overlap with the on-premises location that you connect from, or the VNet that you want to connect to. If you configure multiple protocols and SSTP is one of the protocols, then the configured address pool is split between the configured protocols equally.
56-
57-
1. In the Azure portal, go to your VPN gateway.
58-
1. On the page for your gateway, in the left pane, select **Point-to-site configuration**.
59-
1. Click **Configure now** to open the configuration page.
60-
61-
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/configuration-address-pool.png" alt-text="Screenshot of Point-to-site configuration page - address pool." lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/configuration-address-pool.png":::
62-
63-
1. On the **Point-to-site configuration** page, in the **Address pool** box, add the private IP address range that you want to use. VPN clients dynamically receive an IP address from the range that you specify. The minimum subnet mask is 29 bit for active/passive and 28 bit for active/active configuration.
64-
1. Continue to the next section to configure more settings.
55+
[!INCLUDE [Configure a client address pool](../../includes/vpn-gateway-client-address-pool.md)]
6556

6657
## <a name="configure-vpn"></a>Configure tunnel type and authentication
6758

@@ -72,7 +63,7 @@ The client address pool is a range of private IP addresses that you specify. The
7263

7364
1. Configure tunnel type and authentication values.
7465

75-
:::image type="content" source="./media/point-to-site-entra-gateway/values.png" alt-text="Screenshot showing settings for Tunnel type, Authentication type, and Microsoft Entra ID settings." lightbox="./media/point-to-site-entra-gateway/values.png":::
66+
:::image type="content" source="./media/point-to-site-entra-gateway/values.png" alt-text="Screenshot showing settings for Tunnel type, Authentication type, and Microsoft Entra ID settings." lightbox="./media/point-to-site-entra-gateway/values.png":::
7667

7768
Configure the following values:
7869

157 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
author: cherylmc
3+
ms.author: cherylmc
4+
ms.date: 11/04/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
The client address pool is a range of private IP addresses that you specify. The clients that connect over a point-to-site VPN dynamically receive an IP address from this range. Use a private IP address range that doesn't overlap with the on-premises location that you connect from, or the VNet that you want to connect to. If you configure multiple protocols and SSTP is one of the protocols, then the configured address pool is split between the configured protocols equally.
10+
11+
1. In the Azure portal, go to your VPN gateway.
12+
1. On the page for your gateway, in the left pane, select **Point-to-site configuration**.
13+
1. Click **Configure now** to open the configuration page.
14+
15+
:::image type="content" source="./media/vpn-gateway-client-address-pool/configuration-address-pool.png" alt-text="Screenshot of Point-to-site configuration page - address pool." lightbox="./media/vpn-gateway-client-address-pool/configuration-address-pool.png":::
16+
17+
1. On the **Point-to-site configuration** page, in the **Address pool** box, add the private IP address range that you want to use. VPN clients dynamically receive an IP address from the range that you specify. The minimum subnet mask is 29 bit for active/passive and 28 bit for active/active configuration.
18+
1. Continue to the next section to configure more settings.

0 commit comments

Comments
 (0)