Skip to content

Commit 379eeb5

Browse files
Merge pull request #286699 from aimee-littleton/patch-215
Update troubleshoot-nat.md
2 parents ea9511b + 680c327 commit 379eeb5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/nat-gateway/troubleshoot-nat.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Check the following configurations to ensure that NAT gateway can be used to dir
3636

3737
### How to validate connectivity
3838

39-
[NAT gateway](./nat-overview.md#azure-nat-gateway-basics) supports IPv4 User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) protocols. Ping isn't supported and is expected to fail.
39+
[NAT gateway](./nat-overview.md#azure-nat-gateway-basics) supports IPv4 User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) protocols.
40+
> [!NOTE]
41+
> ICMP protocol is not supported by NAT Gateway. Ping using ICMP protocol isn't supported and is expected to fail.
4042
4143
To validate end-to-end connectivity of NAT gateway, follow these steps:
4244

@@ -175,6 +177,10 @@ The following IP prefix sizes can be used with NAT gateway:
175177

176178
NAT gateway is a standard resource and can't be used with basic resources, including basic public IP addresses. You can upgrade your basic public IP address in order to use with your NAT gateway using the following guidance: [Upgrade a public IP address.](../virtual-network/ip-services/public-ip-upgrade-portal.md)
177179

180+
### Can't use public IPs with internet routing preference together with NAT gateway
181+
182+
When NAT gateway is configured with a public IP address, traffic is routed via the [Microsoft network](/azure/virtual-network/ip-services/routing-preference-overview#routing-via-microsoft-global-network). NAT gateway can't be associated with public IPs with routing preference choice **Internet**. NAT gateway can only be associated with public IPs with routing preference choice **Microsoft Global Network**. See [supported services](/azure/virtual-network/ip-services/routing-preference-overview#supported-services) for a list of all Azure services that do support public IPs with the Internet routing preference.
183+
178184
### Can't mismatch zones of public IP addresses and NAT gateway
179185

180186
NAT gateway is a [zonal resource](./nat-availability-zones.md) and can either be designated to a specific zone or to "no zone." When NAT gateway is placed in "no zone," Azure places the NAT gateway into a zone for you, but you don't have visibility into which zone the NAT gateway is located.

0 commit comments

Comments
 (0)