Skip to content

Commit 9ff9546

Browse files
Merge pull request #278821 from cherylmc/patch-1
create gateway subnet
2 parents 1114608 + 69dc144 commit 9ff9546

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure VPN Gateway server settings for P2S configur
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 05/20/2024
8+
ms.date: 06/20/2024
99
ms.author: cherylmc
1010

1111
---
@@ -60,15 +60,19 @@ In this section, you create a VNet. Refer to the [Example values](#example) sect
6060

6161
[!INCLUDE [Basic point-to-site VNet](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
6262

63+
## Create a gateway subnet
64+
65+
The virtual network gateway requires a specific subnet named **GatewaySubnet**. The gateway subnet is part of the IP address range for your virtual network and contains the IP addresses that the virtual network gateway resources and services use. Specify a gateway subnet that's /27 or larger.
66+
67+
[!INCLUDE [Create gateway subnet](../../includes/vpn-gateway-create-gateway-subnet-portal-include.md)]
68+
6369
## <a name="creategw"></a>Create the VPN gateway
6470

6571
In this step, you create the virtual network gateway for your VNet. Creating a gateway can often take 45 minutes or more, depending on the selected gateway SKU.
6672

6773
> [!NOTE]
6874
> The Basic gateway SKU does not support IKEv2 or RADIUS authentication. If you plan on having Mac clients connect to your VNet, do not use the Basic SKU.
69-
>
7075
71-
[!INCLUDE [About gateway subnets](../../includes/vpn-gateway-about-gwsubnet-portal-include.md)]
7276

7377
[!INCLUDE [Create a vpn gateway](../../includes/vpn-gateway-add-gw-portal-include.md)]
7478
[!INCLUDE [Configure PIP settings](../../includes/vpn-gateway-add-gw-pip-portal-include.md)]

0 commit comments

Comments
 (0)