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/azure-vmware/enable-public-ip-nsx-edge.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Enable Public IP to the NSX Edge for Azure VMware Solution (Preview)
3
3
description: This article shows how to enable internet access for your Azure VMware Solution.
4
4
ms.topic: how-to
5
5
ms.service: azure-vmware
6
-
ms.date: 05/12/2022
6
+
ms.date: 07/21/2022
7
7
---
8
8
9
9
# Enable Public IP to the NSX Edge for Azure VMware Solution (Preview)
@@ -62,6 +62,18 @@ There are three options for configuring your reserved Public IP down to the NSX
62
62
63
63
A Sourced Network Translation Service (SNAT) with Port Address Translation (PAT) is used to allow many VMs to one SNAT service. This connection means you can provide Internet connectivity for many VMs.
64
64
65
+
66
+
67
+
>[!Note]
68
+
> To enable SNAT for your specified address ranges, you must [configure a gateway firewall rule](#gateway-firewall-used-to-filter-traffic-to-vms-at-t1-gateways).
69
+
70
+
>[!Note]
71
+
> Creating the following SNAT rules enables addresses ranges specified in the source. If you don't want SNAT enabled for specific address ranges, create a [No-NAT rule for the address ranges](#no-nat-rule-for-specific-address-ranges) to exclude the specified address range. For this functionality to work as expected, make the No-NAT rule a higher priority than the SNAT rule .
72
+
73
+
74
+
75
+
76
+
65
77
**Add rule**
66
78
1. From your Azure VMware Solution private cloud, select **vCenter Credentials**
67
79
2. Locate your NSX-T URL and credentials.
@@ -81,6 +93,22 @@ A Sourced Network Translation Service (SNAT) with Port Address Translation (PAT)
81
93
82
94
Logging can be enabled by way of the logging slider. For more information on NSX-T NAT configuration and options, see the
A No-NAT rule can be used to exclude certain matches from performing Network Address Translation. This can be used to allow private IP traffic to bypass the NAT rule.
100
+
101
+
1. Navigate to NAT Rules.
102
+
1. Select the T1 Router, and then select **ADD NAT RULE**.
103
+
1. Configure the rule.
104
+
1. Enter the name, then select No SNAT.
105
+
:::image type="content" source="media/public-ip-nsx-edge/public-ip-internet-3nat-rules.png" alt-text="Diagram that shows how to add a no-Nat rule to exclude certain matches." border="false" lightbox="media/public-ip-nsx-edge/architecture-internet-access-avs-public-ip.png":::
106
+
1. Enter the match criteria.
107
+
:::image type="content" source="media/public-ip-nsx-edge/public-ip-internet-add-nat-rule.png" alt-text="Diagram that shows how to add a T1 router to a Nat rule." border="false" lightbox="media/public-ip-nsx-edge/architecture-internet-access-avs-public-ip.png":::
108
+
1. Select **SAVE**.
109
+
:::image type="content" source="media/public-ip-nsx-edge/public-ip-internet-save-no-nat.png" alt-text="Diagram that shows how to add a T1 router to a Nat rule." border="false" lightbox="media/public-ip-nsx-edge/architecture-internet-access-avs-public-ip.png":::
110
+
111
+
84
112
### Inbound Internet Access for VMs
85
113
A Destination Network Translation Service (DNAT) is used to expose a VM on a specific Public IP address and/or a specific port. This service provides inbound internet access to your workload VMs.
86
114
@@ -101,7 +129,7 @@ The VM is now exposed to the internet on the specific Public IP and/or specific
101
129
102
130
### Gateway Firewall used to filter traffic to VMs at T1 Gateways
103
131
104
-
You can provide security protection for your network traffic in and out of the public Internet through your Gateway Firewall.
132
+
You can provide security protection for your network traffic in and out of the public internet through your Gateway Firewall.
105
133
1. From your Azure VMware Solution Private Cloud, select **VMware credentials**
0 commit comments