@@ -41,7 +41,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
41
41
42
42
![ Windows Server 2016 Datacenter, Create a VM, Azure portal] ( ./media/tutorial-create-route-table-portal/vm-ws2016-datacenter.png )
43
43
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:
45
45
46
46
| Section | Setting | Action |
47
47
| ------- | ------- | ----- |
@@ -82,7 +82,7 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
82
82
83
83
1 . Select ** OK** to exit the dialog box.
84
84
85
- 1 . In ** Subnet** , choose ** Public (10.0.0 .0/24)** .
85
+ 1 . In ** Subnet** , choose ** DMZ (10.0.2 .0/24)** .
86
86
87
87
1 . In ** Public IP** , choose ** None** , since the VM won't connect over the internet.
88
88
@@ -148,9 +148,9 @@ Network virtual appliances (NVAs) are virtual machines that help with network fu
148
148
| Setting | Value |
149
149
| ------- | ----- |
150
150
| 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) |
152
152
| 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) |
154
154
155
155
1 . Select ** OK** .
156
156
@@ -184,7 +184,7 @@ Next, turn on IP forwarding for your new NVA virtual machine, *myVmNva*. When Az
184
184
185
185
1 . In the network interface menu bar, select ** IP configurations** .
186
186
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** .
188
188
189
189
![ 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 )
190
190
@@ -200,21 +200,25 @@ Before you select **Create** to create the public or private VM, go to the follo
200
200
201
201
| Tab | Setting | Value |
202
202
| --- | ------- | ----- |
203
- | Basics | Virtual machine name | * myVmPublic* |
203
+ | Basics | Resource group | ** myResourceGroup** |
204
+ | | Virtual machine name | * myVmPublic* |
204
205
| | Public inbound ports | ** Allow selected ports** |
205
206
| | 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)** |
207
209
| | Public IP address | The default |
208
210
| Management | Diagnostics storage account | ** mynvastorageaccount** |
209
211
210
212
### Private VM
211
213
212
214
| Tab | Setting | Value |
213
215
| --- | ------- | ----- |
214
- | Basics | Virtual machine name | * myVmPrivate* |
216
+ | Basics | Resource group | ** myResourceGroup** |
217
+ | | Virtual machine name | * myVmPrivate* |
215
218
| | Public inbound ports | ** Allow selected ports** |
216
219
| | 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)** |
218
222
| | Public IP address | The default |
219
223
| Management | Diagnostics storage account | ** mynvastorageaccount** |
220
224
@@ -228,7 +232,7 @@ Before you select **Create** to create the public or private VM, go to the follo
228
232
229
233
1 . In the VM menu bar, select ** Connect** to create a remote desktop connection to the private VM.
230
234
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.
232
236
233
237
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.
234
238
0 commit comments