Skip to content

Commit 509ffab

Browse files
authored
Merge pull request #113118 from christiankuhtz/patch-311
added config checks
2 parents 9028b7c + 75ff126 commit 509ffab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/virtual-network/troubleshoot-nat.md

Lines changed: 9 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

@@ -96,6 +96,7 @@ The following table can be used a starting point for which tools to use to start
9696

9797
Connectivity issues with [Virtual Network NAT](nat-overview.md) can be caused by several different issues:
9898

99+
* permanent failures due to configuration mistakes.
99100
* transient or persistent [SNAT exhaustion](#snat-exhaustion) of the NAT gateway,
100101
* transient failures in the Azure infrastructure,
101102
* transient failures in the path between Azure and the public Internet destination,
@@ -108,6 +109,13 @@ Use tools like the following to validation connectivity. [ICMP ping isn't suppor
108109
| Linux | nc (generic connection test) | curl (TCP application layer test) | application specific |
109110
| 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 |
110111

112+
#### Configuration
113+
114+
Check the following:
115+
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.
116+
2. Is the virtual network's subnet configured to use the NAT gateway?
117+
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.
118+
111119
#### SNAT exhaustion
112120

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

0 commit comments

Comments
 (0)