Skip to content

Commit b141f74

Browse files
added config checks
1 parent e89f06a commit b141f74

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/virtual-network/troubleshoot-nat.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: overview
1313
ms.tgt_pltfrm: na
1414
ms.workload: infrastructure-services
15-
ms.date: 03/30/2020
15+
ms.date: 04/28/2020
1616
ms.author: allensu
1717
---
1818

@@ -108,6 +108,13 @@ Use tools like the following to validation connectivity. [ICMP ping isn't suppor
108108
| Linux | nc (generic connection test) | curl (TCP application layer test) | application specific |
109109
| Windows | [PsPing](https://docs.microsoft.com/sysinternals/downloads/psping) | PowerShell [Invoke-WebRequest](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest) | application specific |
110110

111+
#### Configuration
112+
113+
Check the following:
114+
1. Does the NAT gateway resource have at least one public IP resource or one public IP prefix resource? You must at least have one IP address associated with the NAT gateway for it to be able to provide outbound connectivity.
115+
2. Is the virtual network's subnet configured to use the NAT gateway?
116+
3. Are you using UDR (user-defined route) and are you overriding the destination? NAT gateway resources become the default route (0/0) on configured subnets.
117+
111118
#### SNAT exhaustion
112119

113120
Review section on [SNAT exhaustion](#snat-exhaustion) in this article.

0 commit comments

Comments
 (0)