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-nva-portal.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: virtual-wan
5
5
author: cherylmc
6
6
ms.service: azure-virtual-wan
7
7
ms.topic: how-to
8
-
ms.date: 08/24/2023
8
+
ms.date: 03/27/2025
9
9
ms.author: cherylmc
10
10
# Customer intent: As someone with a networking background, I want to create a route table using the portal.
11
11
---
@@ -20,20 +20,21 @@ This article shows you how to steer traffic from a branch (on-premises site) con
20
20
21
21
Verify that you have met the following criteria:
22
22
23
-
*You have a Network Virtual Appliance (NVA). A Network Virtual Appliance is a third-party software of your choice that is typically provisioned from Azure Marketplace in a virtual network.
23
+
* You have a Network Virtual Appliance (NVA). A Network Virtual Appliance is a third-party software of your choice that is typically provisioned from Azure Marketplace in a virtual network.
24
24
25
-
* A private IP address must be assigned to the NVA network interface.
25
+
* A private IP address must be assigned to the NVA network interface.
26
26
27
-
* The NVA isn't deployed in the virtual hub. It must be deployed in a separate virtual network.
27
+
* The NVA isn't deployed in the virtual hub. It must be deployed in a separate virtual network.
28
28
29
-
* 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.
30
-
* You have created two virtual networks. They will be used as spoke VNets.
29
+
* The NVA virtual network can 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 previous figure between VNet 1, VNet 2, and NVA VNet.
31
30
32
-
* 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).
31
+
* You have created two virtual networks. They'll be used as spoke VNets.
33
32
34
-
* Ensure there are no virtual network gateways in any of the VNets.
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).
35
34
36
-
* The VNets don't require a gateway subnet.
35
+
* Ensure there are no virtual network gateways in any of the VNets.
36
+
37
+
* The VNets don't require a gateway subnet.
37
38
38
39
## <aname="signin"></a>1. Sign in
39
40
@@ -47,7 +48,7 @@ Create a virtual WAN. You can use the following example values, or replace with
47
48
***Resource group:** testRG
48
49
***Location:** West US
49
50
50
-
[!INCLUDE [Create a virtual WAN](../../includes/virtual-wan-tutorial-vwan-include.md)]
51
+
[!INCLUDE [Create a virtual WAN](../../includes/virtual-wan-create-vwan-include.md)]
51
52
52
53
## <aname="hub"></a>3. Create a hub
53
54
@@ -57,7 +58,7 @@ Create the hub. You can use the following example values, or replace with your o
57
58
***Name:** westushub
58
59
***Hub private address space:** 10.0.1.0/24
59
60
60
-
[!INCLUDE [Create a hub](../../includes/virtual-wan-hub-blank.md)]
61
+
[!INCLUDE [Create a hub](../../includes/virtual-wan-hub-basics.md)]
61
62
62
63
## <aname="route"></a>4. Create and apply a hub route table
63
64
@@ -67,19 +68,19 @@ Update the hub with a hub route table. Use the following example values:
67
68
***DMZ NVA network interface private IP address:** 10.0.4.5
68
69
69
70
1. Navigate to your virtual WAN.
70
-
2. Click the hub for which you want to create a route table.
71
-
3. Click the **...**, and then click **Edit virtual hub**.
72
-
4. On the **Edit virtual hub** page, scroll down and select the checkbox **Use table for routing**.
73
-
5. In the **If destination prefix is** column, add the address spaces. In the **Send to next hop** column, add the DMZ NVA network interface private IP address.
71
+
1. Click the hub for which you want to create a route table.
72
+
1. Click the **...**, and then click **Edit virtual hub**.
73
+
1. On the **Edit virtual hub** page, scroll down and select the checkbox **Use table for routing**.
74
+
1. In the **If destination prefix is** column, add the address spaces. In the **Send to next hop** column, add the DMZ NVA network interface private IP address.
74
75
75
76
> [!NOTE]
76
77
> The DMZ NVA network is applicable to the local hub.
77
-
78
-
6. Click **Confirm** to update the hub resource with the route table settings.
78
+
79
+
1. Click **Confirm** to update the hub resource with the route table settings.
79
80
80
81
## <aname="connections"></a>5. Create the VNet connections
81
82
82
-
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).
83
+
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 previous figure. Then, create a VNet connection from the NVA VNet to the hub (black arrow in the figure).
83
84
84
85
For this step, you can use the following values:
85
86
@@ -92,14 +93,14 @@ Create a virtual network connection from each indirect spoke VNet (VNet1 and VNe
92
93
Repeat the following procedure for each virtual network that you want to connect.
93
94
94
95
1. On the page for your virtual WAN, click **Virtual network connections**.
95
-
2. On the virtual network connection page, click **+Add connection**.
96
-
3. On the **Add connection** page, fill in the following fields:
96
+
1. On the virtual network connection page, click **+Add connection**.
97
+
1. On the **Add connection** page, fill in the following fields:
97
98
98
99
***Connection name** - Name your connection.
99
100
***Hubs** - Select the hub you want to associate with this connection.
100
101
***Subscription** - Verify the subscription.
101
102
***Virtual network** - Select the virtual network you want to connect to this hub. The virtual network can't have an already existing virtual network gateway.
0 commit comments