Skip to content

Commit 0559b3e

Browse files
authored
Merge pull request #96757 from yash177/patch-1
Update enable-public-ip-nsx-edge.md
2 parents 1e838d3 + 50101e9 commit 0559b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-vmware/enable-public-ip-nsx-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ There are three options for configuring your reserved Public IP down to the NSX
6363
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.
6464

6565
>[!IMPORTANT]
66-
> 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) and SNAT for the specific address ranges you desire. If you don't want SNAT enabled for specific address ranges, you must create a [No-NAT rule](#no-nat-rule-for-specific-address-ranges) for the address ranges to exclude. For this functionality to work as expected, make the No-NAT rule a higher priority than the SNAT rule.
66+
> 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) and SNAT for the specific address ranges you desire. If you don't want SNAT enabled for specific address ranges, you must create a [No-NAT rule](#no-nat-rule-for-specific-address-ranges) for the address ranges to exclude. For your SNAT service to work as expected, the No-NAT rule should be a lower priority than the SNAT rule.
6767
6868
**Add rule**
6969
1. From your Azure VMware Solution private cloud, select **vCenter Credentials**
@@ -93,7 +93,7 @@ A No NAT rule can be used to exclude certain matches from performing Network Add
9393
2. Locate your NSX-T URL and credentials.
9494
3. Log in to **VMWare NSX-T** and then select **NAT Rules**.
9595
1. Select the T1 Router and then select **ADD NAT RULE**.
96-
1. The **Source IP** is **Any** and **Destination IP** is the Azure VMware Solution reserved Public IP.
96+
1. The **Source IP** is the range of addreses you do not want to be translated and **Destination IP** is the range of IP addresses that you do not want the "Source IP" to reach.
9797
1. Select **SAVE**.
9898

9999
### Inbound Internet Access for VMs

0 commit comments

Comments
 (0)