Skip to content

Commit 7edb001

Browse files
committed
fixed commits
1 parent b324524 commit 7edb001

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
- name: Create a NVA in a virtual hub
142142
href: how-to-nva-hub.md
143143
- name: Configure DNAT/Internet inbound
144-
href: how-to-nva-destination-nat.md
144+
href: how-to-network-virtual-appliance-inbound.md
145145
- name: Connect a VNet to a virtual hub
146146
items:
147147
- name: Azure portal

articles/virtual-wan/how-to-network-virtual-appliance-inbound.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following configurations are performed:
4141

4242
#### Inbound traffic flow
4343

44-
:::image type="content" source="./media/virtual-wan-nva-dnat/dnat-example-inbound-flow.png"alt-text="Screenshot showing inbound traffic flow."lightbox="./media/virtual-wan-nva-dnat/dnat-example-inbound-flow.png":::
44+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/example-inbound-flow.png"alt-text="Screenshot showing inbound traffic flow."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/example-inbound-flow.png":::
4545

4646
The list below corresponds to the diagram above and describes the packet flow for the inbound connection:
4747

@@ -50,7 +50,7 @@ The list below corresponds to the diagram above and describes the packet flow fo
5050
1. NVA inspects the traffic and translates the packet based on rule configuration. In this case, the NVA is configured to NAT and forward inbound traffic to 10.60.0.4:443. The source of the packet is also translated to the private IP (IP of trusted/internal interface) of the chosen Firewall instance to ensure flow symmetry. The NVA forwards the packet and Virtual WAN routes the packet to the final destination.
5151

5252
#### Outbound traffic flow
53-
:::image type="content" source="./media/virtual-wan-nva-dnat/dnat-example-outbound-flow.png"alt-text="Screenshot showing outbound traffic flow."lightbox="./media/virtual-wan-nva-dnat/dnat-example-outbound-flow.png":::
53+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/example-outbound-flow.png"alt-text="Screenshot showing outbound traffic flow."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/example-outbound-flow.png":::
5454

5555
The list below corresponds to the diagram above and describes the packet flow for the outbound response:
5656

@@ -83,35 +83,35 @@ The list below corresponds to the diagram above and describes the packet flow fo
8383
The following section describes how to manage NVA configurations related to internet inbound and DNAT.
8484

8585
1. Navigate to your Virtual WAN Hub. Select **Network Virtual Appliances** under Third Party Providers. Click on **Manage Configurations** next to the NVA.
86-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-manage-configurations.png"alt-text="Screenshot showing how to manage configurations for NVA."lightbox="./media/virtual-wan-nva-dnat/nva-manage-configurations.png":::
86+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/manage-configurations.png"alt-text="Screenshot showing how to manage configurations for NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/manage-configurations.png":::
8787

8888
1. Select **Internet Inbound** under settings.
89-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-select-internet-inbound.png"alt-text="Screenshot showing how to select IP to add to NVA."lightbox="./media/virtual-wan-nva-dnat/nva-select-internet-inbound.png":::
89+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/select-internet-inbound.png"alt-text="Screenshot showing how to select IP to add to NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/select-internet-inbound.png":::
9090

9191
### Associating an IP address to an NVA for Internet Inbound
9292

9393
1. If the NVA is eligible for internet inbound and there are no current internet inbound IP addresses associated to the NVA, select **Enable Internet Inbound (Destination NAT) by associating a public IP to this Network Virtual Appliance**. If IPs are already associated to this NVA, select **Add**.
94-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-add-inbound-ip.png"alt-text="Screenshot showing how to add IP to NVA."lightbox="./media/virtual-wan-nva-dnat/nva-add-inbound-ip.png":::
94+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/add-inbound-ip.png"alt-text="Screenshot showing how to add IP to NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/add-inbound-ip.png":::
9595

9696
1. Select the resource group and the IP address resource that you want to use for internet inbound from the dropdown.
97-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-select-ip.png"alt-text="Screenshot showing how to select an IP."lightbox="./media/virtual-wan-nva-dnat/nva-select-ip.png":::
97+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/select-ip.png"alt-text="Screenshot showing how to select an IP."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/select-ip.png":::
9898
1. Click **save**.
99-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-save-ip.png"alt-text="Screenshot showing how to save IP."lightbox="./media/virtual-wan-nva-dnat/nva-save-ip.png":::
99+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/save-ip.png"alt-text="Screenshot showing how to save IP."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/save-ip.png":::
100100

101101
### View active inbound security rules using an Internet Inbound Public IP
102102

103103
1. Find the Public IP you want to view and click **View rules**.
104-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-view-rules.png"alt-text="Screenshot showing how to view rules associated to NVA."lightbox="./media/virtual-wan-nva-dnat/nva-view-rules.png":::
104+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/view-rules.png"alt-text="Screenshot showing how to view rules associated to NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/view-rules.png":::
105105
1. View the rules associated to the public IP.
106-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-rules.png"alt-text="Screenshot showing displayed rules associated to NVA."lightbox="./media/virtual-wan-nva-dnat/nva-rules.png":::
106+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/rules.png"alt-text="Screenshot showing displayed rules associated to NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/rules.png":::
107107

108108
### Remove Internet Inbound public IP from existing NVA
109109

110110
> [!NOTE]
111111
> IP addresses can only be removed if there are no rules associated to that IP is 0. Remove all rules associated to the IP by removing DNAT rules assigned to that IP from your NVA management software.
112112
113-
1. Select the IP you want to remove from the grid and click **Delete**.
114-
:::image type="content" source="./media/virtual-wan-nva-dnat/nva-delete-ip.png"alt-text="Screenshot showing how to delete IP from NVA."lightbox="./media/virtual-wan-nva-dnat/nva-delete-ip.png":::
113+
Select the IP you want to remove from the grid and click **Delete**.
114+
:::image type="content" source="./media/virtual-wan-network-virtual-appliance-inbound/delete-ip.png"alt-text="Screenshot showing how to delete IP from NVA."lightbox="./media/virtual-wan-network-virtual-appliance-inbound/delete-ip.png":::
115115

116116
## Programming DNAT Rules
117117

0 commit comments

Comments
 (0)