Skip to content

Commit d8aaaba

Browse files
authored
Merge pull request #187658 from aimee-littleton/patch-21
NAT TS minor text edits
2 parents 9a13cd0 + a07c5c1 commit d8aaaba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-network/nat-gateway/troubleshoot-nat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This article provides guidance on how to configure your NAT gateway to ensure ou
3838
Check the following configurations to ensure that NAT gateway can be used to direct traffic outbound:
3939
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.
4040
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.
4142

4243
### How to validate connectivity
4344

@@ -82,7 +83,7 @@ Common SNAT exhaustion issues with NAT gateway typically have to do with the con
8283
* NAT gateway idle timeout timers being set higher than their default value of 4 minutes.
8384
* Outbound connectivity on NAT gateway not scaled out enough.
8485

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
8687

8788
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).
8889

0 commit comments

Comments
 (0)