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-network/nat-gateway/troubleshoot-nat.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ This article provides guidance on how to configure your NAT gateway to ensure ou
38
38
Check the following configurations to ensure that NAT gateway can be used to direct traffic outbound:
39
39
1. At least one public IP address or one public IP prefix is attached to NAT gateway. At least one public IP address must be associated with the NAT gateway for it to provide outbound connectivity.
40
40
2. At least one subnet is attached to a NAT gateway. You can attach multiple subnets to a NAT gateway for going outbound, but those subnets must exist within the same virtual network. NAT gateway cannot span beyond a single virtual network.
41
+
3. No [NSG rules](/azure/virtual-network/network-security-groups-overview#outbound) or [UDRs](#udr-supersedes-nat-gateway-for-going-outbound) are blocking NAT gateway from directing traffic outbound to the internet.
41
42
42
43
### How to validate connectivity
43
44
@@ -82,7 +83,7 @@ Common SNAT exhaustion issues with NAT gateway typically have to do with the con
82
83
* NAT gateway idle timeout timers being set higher than their default value of 4 minutes.
83
84
* Outbound connectivity on NAT gateway not scaled out enough.
84
85
85
-
### Idle timeout timers have been changed to higher value their default values
86
+
### Idle timeout timers have been changed to higher value than their default values
86
87
87
88
NAT gateway resources have a default TCP idle timeout of 4 minutes. If this setting is changed to a higher value, NAT gateway will hold on to flows longer and can cause [unnecessary pressure on SNAT port inventory](nat-gateway-resource.md#timers).
0 commit comments