Skip to content

Commit 1166fb4

Browse files
Merge pull request #282384 from asudbring/nat-patch
Screenshot and verbiage update for Firewall NAT gateway article
2 parents 5c082eb + 517f307 commit 1166fb4

File tree

1 file changed

+33
-24
lines changed

1 file changed

+33
-24
lines changed

articles/nat-gateway/tutorial-hub-spoke-nat-firewall.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The hub virtual network contains the firewall subnet that is associated with the
6161

6262
1. Select **Next** to proceed to the **Security** tab.
6363

64-
1. Select **Enable Bastion** in the **Azure Bastion** section of the **Security** tab.
64+
1. Select **Enable Azure Bastion** in the **Azure Bastion** section of the **Security** tab.
6565

6666
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](/azure/bastion/bastion-overview)
6767

@@ -73,7 +73,7 @@ The hub virtual network contains the firewall subnet that is associated with the
7373
| Setting | Value |
7474
|---|---|
7575
| Azure Bastion host name | Enter **bastion**. |
76-
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip** in Name. </br> Select **OK**. |
76+
| Azure Bastion public IP address | Select **Create a public IP address**. </br> Enter **public-ip-bastion** in Name. </br> Select **OK**. |
7777

7878
1. Select **Enable Azure Firewall** in the **Azure Firewall** section of the **Security** tab.
7979

@@ -88,6 +88,8 @@ The hub virtual network contains the firewall subnet that is associated with the
8888
| Policy | Select **Create new**. </br> Enter **firewall-policy** in Name. </br> Select **OK**. |
8989
| Azure Firewall public IP address | Select **Create a public IP address**. </br> Enter **public-ip-firewall** in Name. </br> Select **OK**. |
9090

91+
1. Select **Next** to proceed to the **IP addresses** tab.
92+
9193
16. Select **Review + create**.
9294

9395
17. Select **Create**.
@@ -158,7 +160,9 @@ The spoke virtual network contains the test virtual machine used to test the rou
158160

159161
1. Select **Next** to proceed to the **IP addresses** tab.
160162

161-
1. In the **IP Addresses** tab in **IPv4 address space**, select the trash can to delete the address space that is auto populated.
163+
1. In the **IP Addresses** tab in **IPv4 address space**, select **Delete address space** to delete the address space that is auto populated.
164+
165+
1. Select **+ Add IPv4 address space**.
162166

163167
1. In **IPv4 address space** enter **10.1.0.0**. Leave the default of **/16 (65,536 addresses)** in the mask selection.
164168

@@ -168,11 +172,12 @@ The spoke virtual network contains the test virtual machine used to test the rou
168172

169173
| Setting | Value |
170174
| ------- | ----- |
171-
| **Subnet details** | |
172-
| Subnet template | Leave the default **Default**. |
175+
| Subnet purpose | Leave the default **Default**. |
173176
| Name | Enter **subnet-private**. |
174-
| Starting address | Enter **10.1.0.0**. |
175-
| Subnet size | Leave the default of **/24(256 addresses)**. |
177+
| **IPv4** | |
178+
| IPv4 address range| Leave the default of **10.1.0.0/16**. |
179+
| Starting address | Leave the default of **10.1.0.0**. |
180+
| Size | Leave the default of **/24(256 addresses)**. |
176181

177182
1. Select **Add**.
178183

@@ -195,23 +200,25 @@ A virtual network peering is used to connect the hub to the spoke and the spoke
195200
1. Enter or select the following information in **Add peering**:
196201

197202
| Setting | Value |
198-
| ------- | ----- |
199-
| **This virtual network** | |
200-
| Peering link name | Enter **vnet-hub-to-vnet-spoke**. |
201-
| Allow 'vnet-hub' to access 'vnet-spoke' | Leave the default of **Selected**. |
202-
| Allow 'vnet-hub' to receive forwarded traffic from 'vnet-spoke' | **Select** the checkbox. |
203-
| Allow gateway in 'vnet-hub' to forward traffic to 'vnet-spoke' | Leave the default of **Unselected**. |
204-
| Enable 'vnet-hub' to use 'vnet-spoke's' remote gateway | Leave the default of **Unselected**. |
205-
| **Remote virtual network** | |
203+
| ------- | -----
204+
| **Remote virtual network summary** | |
206205
| Peering link name | Enter **vnet-spoke-to-vnet-hub**. |
207206
| Virtual network deployment model | Leave the default of **Resource manager**. |
208207
| Subscription | Select your subscription. |
209-
| Virtual network | Select **vnet-spoke**. |
208+
| Virtual network | Select **vnet-spoke (test-rg)**. |
209+
| **Remote virtual network peering settings** | |
210210
| Allow 'vnet-spoke' to access 'vnet-hub' | Leave the default of **Selected**. |
211-
| Allow 'vnet-spoke' to receive forwarded traffic from 'vnet-hub' | **Select** the checkbox. |
212-
| Allow gateway in 'vnet-spoke' to forward traffic to 'vnet-hub' | Leave the default of **Unselected**. |
213-
| Enable 'vnet-spoke' to use 'vnet-hub's' remote gateway | Leave the default of **Unselected**. |
214-
211+
| Allow 'vnet-spoke' to receive forwarded traffic from 'vnet-hub' | Select the checkbox. |
212+
| Allow gateway or route server in 'vnet-spoke' to forward traffic to 'vnet-hub' | Leave the default of **Unselected**. |
213+
| Enable 'vnet-spoke' to use 'vnet-hub's' remote gateway or route server | Leave the default of **Unselected**. |
214+
| **Local virtual network summary** | |
215+
| Peering link name | Enter **vnet-hub-to-vnet-spoke**. |
216+
| **Local virtual network peering settings** | |
217+
| Allow 'vnet-hub' to access 'vnet-spoke-2' | Leave the default of **Selected**. |
218+
| Allow 'vnet-hub' to receive forwarded traffic from 'vnet-spoke' | Select the checkbox. |
219+
| Allow gateway or route server in 'vnet-hub' to forward traffic to 'vnet-spoke' | Leave the default of **Unselected**. |
220+
| Enable 'vnet-hub' to use 'vnet-spoke's' remote gateway or route server | Leave the default of **Unselected**. |
221+
215222
1. Select **Add**.
216223

217224
1. Select **Refresh** and verify **Peering status** is **Connected**.
@@ -297,7 +304,7 @@ Traffic from the spoke through the hub must be allowed through and firewall poli
297304

298305
2. Select **firewall-policy**.
299306

300-
3. In **Settings** select **Network rules**.
307+
3. Expand **Settings** then select **Network rules**.
301308

302309
4. Select **+ Add a rule collection**.
303310

@@ -343,7 +350,7 @@ The following procedure creates a test virtual machine (VM) named **vm-spoke** i
343350
| Region | Select **(US) South Central US**. |
344351
| Availability options | Select **No infrastructure redundancy required**. |
345352
| Security type | Leave the default of **Standard**. |
346-
| Image | Select **Ubuntu Server 22.04 LTS - x64 Gen2**. |
353+
| Image | Select **Ubuntu Server 24.04 LTS - x64 Gen2**. |
347354
| VM architecture | Leave the default of **x64**. |
348355
| Size | Select a size. |
349356
| **Administrator account** | |
@@ -354,7 +361,7 @@ The following procedure creates a test virtual machine (VM) named **vm-spoke** i
354361
| **Inbound port rules** | |
355362
| Public inbound ports | Select **None**. |
356363

357-
1. Select the **Networking** tab at the top of the page.
364+
1. Select the **Networking** tab at the top of the page or select **Next:Disks**, then **Next:Networking**.
358365

359366
1. Enter or select the following information in the **Networking** tab:
360367

@@ -371,6 +378,8 @@ The following procedure creates a test virtual machine (VM) named **vm-spoke** i
371378

372379
1. Review the settings and select **Create**.
373380

381+
Wait for the virtual machine to finishing deploying before proceeding to the next steps.
382+
374383
>[!NOTE]
375384
>Virtual machines in a virtual network with a bastion host don't need public IP addresses. Bastion provides the public IP, and the VMs use private IPs to communicate within the network. You can remove the public IPs from any VMs in bastion hosted virtual networks. For more information, see [Dissociate a public IP address from an Azure VM](../virtual-network/ip-services/remove-public-ip-address-vm.md).
376385

@@ -394,7 +403,7 @@ Obtain the NAT gateway public IP address for verification of the steps later in
394403

395404
1. Select **vm-spoke**.
396405

397-
1. In **Operations**, select **Bastion**.
406+
1. In **Overview**, select **Connect** then **Connect via Bastion**.
398407

399408
1. Enter the username and password entered during VM creation. Select **Connect**.
400409

0 commit comments

Comments
 (0)