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/virtual-wan/virtual-wan-route-table-portal.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: cherylmc
6
6
7
7
ms.service: virtual-wan
8
8
ms.topic: conceptual
9
-
ms.date: 11/12/2019
9
+
ms.date: 03/05/2020
10
10
ms.author: cherylmc
11
11
Customer intent: As someone with a networking background, I want to create a route table using the portal.
12
12
---
13
13
14
14
# Create a Virtual WAN hub route table for NVAs: Azure portal
15
15
16
-
This article shows you how to steer traffic from a branch (on-premises site) connected to the Virtual WAN hub to a Spoke Vnet via a Network Virtual Appliance (NVA).
16
+
This article shows you how to steer traffic from a branch (on-premises site) connected to the Virtual WAN hub to a Spoke virtual network (VNet) via a Network Virtual Appliance (NVA).
17
17
18
18

19
19
@@ -25,23 +25,24 @@ Verify that you have met the following criteria:
25
25
26
26
* A private IP address must be assigned to the NVA network interface.
27
27
28
-
* The NVA is not deployed in the virtual hub. It must be deployed in a separate VNet.
28
+
* The NVA is not deployed in the virtual hub. It must be deployed in a separate virtual network.
29
29
30
-
* The NVA VNet may have one or many virtual networks connected to it. In this article, we refer to the NVA VNet as an 'indirect spoke VNet'. These VNets can be connected to the NVA VNet by using VNet peering. The Vnet Peering links are depicted by black arrows in the above figure between Vnet 1, Vnet 2 and NVA Vnet.
31
-
* You have created 2 VNets. They will be used as spoke VNets.
30
+
* The NVA virtual network may have one or many virtual networks connected to it. In this article, we refer to the NVA virtual network as an 'indirect spoke VNet'. These virtual networks can be connected to the NVA VNet by using VNet peering. The VNet Peering links are depicted by black arrows in the above figure between VNet 1, VNet 2, and NVA VNet.
31
+
* You have created two virtual networks. They will be used as spoke VNets.
32
32
33
-
*For this exercise, the VNet spoke address spaces are: VNet1: 10.0.2.0/24 and VNet2: 10.0.3.0/24. If you need information on how to create a VNet, see [Create a virtual network](../virtual-network/quick-create-portal.md).
33
+
*The VNet spoke address spaces are: VNet1: 10.0.2.0/24 and VNet2: 10.0.3.0/24. If you need information on how to create a virtual network, see [Create a virtual network](../virtual-network/quick-create-portal.md).
34
34
35
35
* Ensure there are no virtual network gateways in any of the VNets.
36
-
* For this configuration, these VNets do not require a gateway subnet.
36
+
37
+
* The VNets do not require a gateway subnet.
37
38
38
39
## <aname="signin"></a>1. Sign in
39
40
40
41
From a browser, navigate to the [Azure portal](https://portal.azure.com) and sign in with your Azure account.
41
42
42
43
## <aname="vwan"></a>2. Create a virtual WAN
43
44
44
-
Create a virtual WAN. For the purposes of this exercise, you can use the following values:
45
+
Create a virtual WAN. Use the following example values:
45
46
46
47
***Virtual WAN name:** myVirtualWAN
47
48
***Resource group:** testRG
@@ -51,7 +52,7 @@ Create a virtual WAN. For the purposes of this exercise, you can use the followi
51
52
52
53
## <aname="hub"></a>3. Create a hub
53
54
54
-
Create the hub. For the purposes of this exercise, you can use the following values:
55
+
Create the hub. Use the following example values:
55
56
56
57
***Location:** West US
57
58
***Name:** westushub
@@ -61,7 +62,7 @@ Create the hub. For the purposes of this exercise, you can use the following val
61
62
62
63
## <aname="route"></a>4. Create and apply a hub route table
63
64
64
-
Update the hub with a hub route table. For the purposes of this exercise, you can use the following values:
65
+
Update the hub with a hub route table. Use the following example values:
65
66
66
67
***Spoke VNet address spaces:** (VNet1 and VNet2) 10.0.2.0/24 and 10.0.3.0/24
67
68
***DMZ NVA network interface private IP address:** 10.0.4.5
@@ -75,17 +76,17 @@ Update the hub with a hub route table. For the purposes of this exercise, you ca
75
76
76
77
## <aname="connections"></a>5. Create the VNet connections
77
78
78
-
Create a Vnet connection from each indirect spoke VNet (VNet1 and VNet2) to the hub. These Vnet connections are depicted by the blue arrows in the above figure. Then, create a Vnet connection from the NVA VNet to the hub (black arrow in the figure).
79
+
Create a virtual network connection from each indirect spoke VNet (VNet1 and VNet2) to the hub. These virtual network connections are depicted by the blue arrows in the above figure. Then, create a VNet connection from the NVA VNet to the hub (black arrow in the figure).
79
80
80
81
For this step, you can use the following values:
81
82
82
-
|VNet name| Connection name|
83
+
|Virtual network name| Connection name|
83
84
| --- | --- |
84
85
| VNet1 | testconnection1 |
85
86
| VNet2 | testconnection2 |
86
87
| NVAVNet | testconnection3 |
87
88
88
-
Repeat the following procedure for each VNet that you want to connect.
89
+
Repeat the following procedure for each virtual network that you want to connect.
89
90
90
91
1. On the page for your virtual WAN, click **Virtual network connections**.
91
92
2. On the virtual network connection page, click **+Add connection**.
0 commit comments