Skip to content

Commit 1b6103a

Browse files
Corrections to the adjusted "Tutorial: Route network traffic with a route table using the Azure portal" page.
1 parent d908663 commit 1b6103a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
4141

4242
![Windows Server 2016 Datacenter, Create a VM, Azure portal](./media/tutorial-create-route-table-portal/vm-ws2016-datacenter.png)
4343

44-
1. In the **Create a virtual machine** window, under **Basics**, enter or select this information:
44+
1. In the **Create a virtual machine** page, under **Basics**, enter or select this information:
4545

4646
| Section | Setting | Action |
4747
| ------- | ------- | ----- |
@@ -82,7 +82,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
8282

8383
1. Select **OK** to exit the dialog box.
8484

85-
1. In **Subnet**, choose **Public (10.0.0.0/24)**.
85+
1. In **Subnet**, choose **DMZ (10.0.2.0/24)**.
8686

8787
1. In **Public IP**, choose **None**, since the VM won't connect over the internet.
8888

@@ -148,9 +148,9 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
148148
| Setting | Value |
149149
| ------- | ----- |
150150
| Route name | *ToPrivateSubnet* |
151-
| Address prefix | *10.0.1.0/24* |
151+
| Address prefix | *10.0.1.0/24* (the address range of the *Private* subnet created earlier) |
152152
| Next hop type | **Virtual appliance** |
153-
| Next hop address | *10.0.2.4* |
153+
| Next hop address | *10.0.2.4* (an address within the address range of the *DMZ* subnet) |
154154

155155
1. Select **OK**.
156156

@@ -184,7 +184,7 @@ Next, turn on IP forwarding for your new NVA virtual machine, *myVmNva*. When Az
184184

185185
1. In the network interface menu bar, select **IP configurations**.
186186

187-
1. In **IP forwarding settings**, choose **Enabled**. Then select **Save**.
187+
1. In the **IP configurations** page, set **IP forwarding** to **Enabled**, and select **Save**.
188188

189189
![Enable IP forwarding, IP configurations, network interface, network virtual appliance (NVA) virtual machine (VM), Azure portal](./media/tutorial-create-route-table-portal/enable-ip-forwarding.png)
190190

@@ -200,21 +200,25 @@ Before you select **Create** to create the public or private VM, go to the follo
200200

201201
| Tab | Setting | Value |
202202
| --- | ------- | ----- |
203-
| Basics | Virtual machine name | *myVmPublic* |
203+
| Basics | Resource group | **myResourceGroup** |
204+
| | Virtual machine name | *myVmPublic* |
204205
| | Public inbound ports | **Allow selected ports** |
205206
| | Select inbound ports | **HTTP** and **RDP** |
206-
| Networking | Subnet | **Public (10.0.0.0/24)** |
207+
| Networking | Virtual network | **myVirtualNetwork** |
208+
| | Subnet | **Public (10.0.0.0/24)** |
207209
| | Public IP address | The default |
208210
| Management | Diagnostics storage account | **mynvastorageaccount** |
209211

210212
### Private VM
211213

212214
| Tab | Setting | Value |
213215
| --- | ------- | ----- |
214-
| Basics | Virtual machine name | *myVmPrivate* |
216+
| Basics | Resource group | **myResourceGroup** |
217+
| | Virtual machine name | *myVmPrivate* |
215218
| | Public inbound ports | **Allow selected ports** |
216219
| | Select inbound ports | **HTTP** and **RDP** |
217-
| Networking | Subnet | **Private (10.0.1.0/24)** |
220+
| Networking | Virtual network | **myVirtualNetwork** |
221+
| | Subnet | **Private (10.0.1.0/24)** |
218222
| | Public IP address | The default |
219223
| Management | Diagnostics storage account | **mynvastorageaccount** |
220224

@@ -228,7 +232,7 @@ Before you select **Create** to create the public or private VM, go to the follo
228232

229233
1. In the VM menu bar, select **Connect** to create a remote desktop connection to the private VM.
230234

231-
1. In the **Connect with RDP** window, select **Download RDP File**. Azure creates a Remote Desktop Protocol (*.rdp*) file and downloads it to your computer.
235+
1. In the **Connect with RDP** page, select **Download RDP File**. Azure creates a Remote Desktop Protocol (*.rdp*) file and downloads it to your computer.
232236

233237
1. Open the downloaded *.rdp* file. If prompted, select **Connect**. Select **More choices** > **Use a different account**, and then enter the user name and password you specified when creating the private VM.
234238

0 commit comments

Comments
 (0)