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
description: In this tutorial, learn how to route network traffic with a route table using the Azure portal.
5
5
author: asudbring
6
6
ms.service: virtual-network
7
-
ms.date: 08/21/2023
7
+
ms.date: 07/29/2024
8
8
ms.author: allensu
9
9
ms.topic: tutorial
10
10
ms.custom: template-tutorial
@@ -54,29 +54,37 @@ A **DMZ** and **Private** subnet are needed for this tutorial. The **DMZ** subne
54
54
55
55
| Setting | Value |
56
56
| ------- | ----- |
57
+
| Subnet purpose | Leave the default of **Default**. |
57
58
| Name | Enter **subnet-private**. |
58
-
| Subnet address range | Enter **10.0.2.0/24**. |
59
+
|**IPv4**|
60
+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
61
+
| Starting address | Enter **10.0.2.0**. |
62
+
| Size | Leave the default of **/24 (256 addresses)**. |
59
63
60
64
:::image type="content" source="./media/tutorial-create-route-table-portal/create-private-subnet.png" alt-text="Screenshot of private subnet creation in virtual network.":::
61
65
62
-
1. Select **Save**.
66
+
1. Select **Add**.
63
67
64
68
1. Select **+ Subnet**.
65
69
66
70
1. In **Add subnet**, enter or select the following information:
67
71
68
72
| Setting | Value |
69
73
| ------- | ----- |
74
+
| Subnet purpose | Leave the default of **Default**. |
70
75
| Name | Enter **subnet-dmz**. |
71
-
| Subnet address range | Enter **10.0.3.0/24**. |
76
+
|**IPv4**|
77
+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
78
+
| Starting address | Enter **10.0.3.0**. |
79
+
| Size | Leave the default of **/24 (256 addresses)**. |
72
80
73
81
:::image type="content" source="./media/tutorial-create-route-table-portal/create-dmz-subnet.png" alt-text="Screenshot of DMZ subnet creation in virtual network.":::
74
82
75
-
1. Select **Save**.
83
+
1. Select **Add**.
76
84
77
85
## Create an NVA virtual machine
78
86
79
-
Network virtual appliances (NVAs) are virtual machines that help with network functions, such as routing and firewall optimization. In this section, create an NVA using an **Ubuntu 22.04** virtual machine.
87
+
Network virtual appliances (NVAs) are virtual machines that help with network functions, such as routing and firewall optimization. In this section, create an NVA using an **Ubuntu 24.04** virtual machine.
80
88
81
89
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
82
90
@@ -94,7 +102,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
| VM architecture | Leave the default of **x64**. |
196
204
| Size | Select a size. |
197
205
|**Administrator account**||
@@ -230,9 +238,9 @@ In this section, you turn on IP forwarding for the network interface of the **vm
230
238
231
239
1. In **Virtual machines**, select **vm-nva**.
232
240
233
-
1. In **vm-nva**, select**Networking**from the**Settings** section.
241
+
1. In **vm-nva**, expand**Networking**then select**Network settings**.
234
242
235
-
1. Select the name of the interface next to **Network Interface:**. The name begins with **vm-nva** and has a random number assigned to the interface. The name of the interface in this example is **vm-nva124**.
243
+
1. Select the name of the interface next to **Network Interface:**. The name begins with **vm-nva** and has a random number assigned to the interface. The name of the interface in this example is **vm-nva313**.
236
244
237
245
:::image type="content" source="./media/tutorial-create-route-table-portal/nva-network-interface.png" alt-text="Screenshot of network interface of NVA virtual machine.":::
238
246
@@ -252,7 +260,7 @@ In this section, turn on IP forwarding for the operating system of the **vm-nva*
252
260
253
261
1. In **Virtual machines**, select **vm-nva**.
254
262
255
-
1. Select **Bastion** in the **Operations** section.
263
+
1. Select **Connect**, then **Connect via Bastion** in the **Overview** section.
256
264
257
265
1. Enter the username and password you entered when the virtual machine was created.
258
266
@@ -313,7 +321,7 @@ In this section, create a route in the route table that you created in the previ
313
321
314
322
1. Select **route-table-public**.
315
323
316
-
1. In**Settings**select**Routes**.
324
+
1. Expand**Settings**thenselect**Routes**.
317
325
318
326
1. Select **+ Add**in**Routes**.
319
327
@@ -354,7 +362,7 @@ Test routing of network traffic from **vm-public** to **vm-private**. Test routi
354
362
355
363
1. In **Virtual machines**, select**vm-public**.
356
364
357
-
1. Select **Bastion**in the **Operations** section.
365
+
1. Select **Connect**then**Connect via Bastion**in the **Overview** section.
358
366
359
367
1. Enter the username and password you entered when the virtual machine was created.
360
368
@@ -389,7 +397,7 @@ Test routing of network traffic from **vm-public** to **vm-private**. Test routi
389
397
390
398
1. In **Virtual machines**, select**vm-private**.
391
399
392
-
1. Select **Bastion**in the **Operations** section.
400
+
1. Select **Connect**then**Connect via Bastion**in the **Overview** section.
393
401
394
402
1. Enter the username and password you entered when the virtual machine was created.
0 commit comments