@@ -7,8 +7,7 @@ ms.author: mbender
7
7
ms.service : azure-virtual-network
8
8
ms.subservice : ip-services
9
9
ms.topic : how-to
10
- ms.date : 09/19/2023
11
- ms.custom : template-how-to, engagement-fy23
10
+ ms.date : 01/07/2025
12
11
---
13
12
14
13
# Manage a public IP address with a VPN gateway
@@ -47,7 +46,7 @@ In this section, you create a VPN gateway. You select the IP address you created
47
46
| ------- | ----- |
48
47
| ** Project details** | |
49
48
| Subscription | Select your subscription. |
50
- | Resource group | Select ** Create new** . </br > Enter ** myResourceGroupVPN** . </br > Select ** OK** . |
49
+ | Resource group | Select ** Create new** .</br > Enter ** myResourceGroupVPN** .</br > Select ** OK** . |
51
50
| ** Instance details** | |
52
51
| Name | Enter ** myVNet** . |
53
52
| Region | Select ** West US 2** . |
@@ -64,11 +63,16 @@ In this section, you create a VPN gateway. You select the IP address you created
64
63
65
64
11 . Select ** Subnets** in ** Settings** of ** myVNET** .
66
65
67
- 12 . Select ** + Gateway subnet ** .
66
+ 12 . Select ** + Subnet ** .
68
67
69
- 13 . In ** Add subnet** , change the ** Subnet address range ** from ** /24 ** to ** /27 ** .
68
+ 13 . In ** Add subnet** , select or enter the following information, leaving the other options as their defaults:
70
69
71
- 14 . Select ** Save** .
70
+ | Setting | Value |
71
+ | ------- | ----- |
72
+ | Select Purpose | Select ** Virtual Network Gateway** . |
73
+ | Size | Select ** /27** . |
74
+
75
+ 14 . Select ** Add** .
72
76
73
77
### Create VPN gateway
74
78
@@ -88,10 +92,10 @@ In this section, you create a VPN gateway. You select the IP address you created
88
92
| Name | Enter ** myVPNGateway** . |
89
93
| Region | Select ** West US 2** . |
90
94
| Gateway type | Leave the default of ** VPN** . |
91
- | VPN type | Leave the default of ** Route-based** . |
92
95
| SKU | Select ** VpnGw1AZ** . |
96
+ | Generation | Leave the default of ** Generation2** . |
93
97
| Virtual network | Select ** myVNet** . |
94
- | Subnet | Entry will autoselect ** GatewaySubnet** you created earlier |
98
+ | Subnet | Entry will autoselect the ** GatewaySubnet** created earlier. |
95
99
| ** Public IP address** | |
96
100
| Public IP address | Select ** Use existing** . |
97
101
| Choose public IP address | Select ** myStandardPublicIP** or your public IP address |
0 commit comments