You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/nat-gateway/tutorial-hub-spoke-nat-firewall.md
+33-24Lines changed: 33 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The hub virtual network contains the firewall subnet that is associated with the
61
61
62
62
1. Select **Next** to proceed to the **Security** tab.
63
63
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.
65
65
66
66
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)
67
67
@@ -73,7 +73,7 @@ The hub virtual network contains the firewall subnet that is associated with the
73
73
| Setting | Value |
74
74
|---|---|
75
75
| 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**. |
77
77
78
78
1. Select **Enable Azure Firewall** in the **Azure Firewall** section of the **Security** tab.
79
79
@@ -88,6 +88,8 @@ The hub virtual network contains the firewall subnet that is associated with the
88
88
| Policy | Select **Create new**. </br> Enter **firewall-policy** in Name. </br> Select **OK**. |
89
89
| Azure Firewall public IP address | Select **Create a public IP address**. </br> Enter **public-ip-firewall** in Name. </br> Select **OK**. |
90
90
91
+
1. Select **Next** to proceed to the **IP addresses** tab.
92
+
91
93
16. Select **Review + create**.
92
94
93
95
17. Select **Create**.
@@ -158,7 +160,9 @@ The spoke virtual network contains the test virtual machine used to test the rou
158
160
159
161
1. Select **Next** to proceed to the **IP addresses** tab.
160
162
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**.
162
166
163
167
1. In **IPv4 address space** enter **10.1.0.0**. Leave the default of **/16 (65,536 addresses)** in the mask selection.
164
168
@@ -168,11 +172,12 @@ The spoke virtual network contains the test virtual machine used to test the rou
168
172
169
173
| Setting | Value |
170
174
| ------- | ----- |
171
-
| **Subnet details** | |
172
-
| Subnet template | Leave the default **Default**. |
175
+
| Subnet purpose | Leave the default **Default**. |
173
176
| 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)**. |
176
181
177
182
1. Select **Add**.
178
183
@@ -195,23 +200,25 @@ A virtual network peering is used to connect the hub to the spoke and the spoke
195
200
1. Enter or select the following information in **Add peering**:
196
201
197
202
| 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** | |
206
205
| Peering link name | Enter **vnet-spoke-to-vnet-hub**. |
207
206
| Virtual network deployment model | Leave the default of **Resource manager**. |
| VM architecture | Leave the default of **x64**. |
348
355
| Size | Select a size. |
349
356
| **Administrator account** | |
@@ -354,7 +361,7 @@ The following procedure creates a test virtual machine (VM) named **vm-spoke** i
354
361
| **Inbound port rules** | |
355
362
| Public inbound ports | Select **None**. |
356
363
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**.
358
365
359
366
1. Enter or select the following information in the **Networking** tab:
360
367
@@ -371,6 +378,8 @@ The following procedure creates a test virtual machine (VM) named **vm-spoke** i
371
378
372
379
1. Review the settings and select **Create**.
373
380
381
+
Wait for the virtual machine to finishing deploying before proceeding to the next steps.
382
+
374
383
>[!NOTE]
375
384
>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).
376
385
@@ -394,7 +403,7 @@ Obtain the NAT gateway public IP address for verification of the steps later in
394
403
395
404
1. Select **vm-spoke**.
396
405
397
-
1. In **Operations**, select **Bastion**.
406
+
1. In **Overview**, select **Connect** then **Connect via Bastion**.
398
407
399
408
1. Enter the username and password entered during VM creation. Select **Connect**.
0 commit comments