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/troubleshoot-nat.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.devlang: na
12
12
ms.topic: overview
13
13
ms.tgt_pltfrm: na
14
14
ms.workload: infrastructure-services
15
-
ms.date: 03/30/2020
15
+
ms.date: 04/28/2020
16
16
ms.author: allensu
17
17
---
18
18
@@ -96,6 +96,7 @@ The following table can be used a starting point for which tools to use to start
96
96
97
97
Connectivity issues with [Virtual Network NAT](nat-overview.md) can be caused by several different issues:
98
98
99
+
* permanent failures due to configuration mistakes.
99
100
* transient or persistent [SNAT exhaustion](#snat-exhaustion) of the NAT gateway,
100
101
* transient failures in the Azure infrastructure,
101
102
* 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
108
109
| Linux | nc (generic connection test) | curl (TCP application layer test) | application specific |
109
110
| 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 |
110
111
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
+
111
119
#### SNAT exhaustion
112
120
113
121
Review section on [SNAT exhaustion](#snat-exhaustion) in this article.
0 commit comments