Skip to content

Commit 79485ab

Browse files
Merge pull request #262803 from aimee-littleton/patch-181
Update troubleshoot-nat.md
2 parents 258fb9f + 2ea101e commit 79485ab

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

articles/nat-gateway/troubleshoot-nat.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Refer to the table below for which tools to use to validate NAT gateway connecti
5454

5555
### How to analyze outbound connectivity
5656

57-
To analyze outbound traffic from NAT gateway, use NSG flow logs. NSG flow logs provide connection information for your virtual machines. The connection information contains the source IP and port and the destination IP and port and the state of the connection. The traffic flow direction and the size of the traffic in number of packets and bytes sent is also logged. The source IP and port specified in the NSG flow log will be that of the virtual machine and not of the NAT gateway.
57+
To analyze outbound traffic from NAT gateway, use NSG flow logs. NSG flow logs provide connection information for your virtual machines. The connection information contains the source IP and port and the destination IP and port and the state of the connection. The traffic flow direction and the size of the traffic in number of packets and bytes sent is also logged. The source IP and port specified in the NSG flow log is for the virtual machine and not the NAT gateway.
5858

5959
* To learn more about NSG flow logs, see [NSG flow log overview](../network-watcher/network-watcher-nsg-flow-logging-overview.md).
6060

@@ -104,7 +104,7 @@ NAT gateway can't be deployed in a gateway subnet. A gateway subnet is used by a
104104

105105
### Can't attach NAT gateway to a subnet that contains a virtual machine NIC in a failed state
106106

107-
When associating a NAT gateway to a subnet that contains a virtual machine network interface (NIC) in a failed state, you'll receive an error message indicating that this action can't be performed. You must first resolve the VM NIC failed state before you can attach a NAT gateway to the subnet.
107+
When associating a NAT gateway to a subnet that contains a virtual machine network interface (NIC) in a failed state, you receive an error message indicating that this action can't be performed. You must first resolve the VM NIC failed state before you can attach a NAT gateway to the subnet.
108108

109109
To get your virtual machine NIC out of a failed state, you can use one of the two following methods.
110110

@@ -156,17 +156,17 @@ NAT gateway can't be associated with more than 16 public IP addresses. You can u
156156

157157
The following IP prefix sizes can be used with NAT gateway:
158158

159-
* /28 (sixteen addresses)
159+
* /28 (16 addresses)
160160

161-
* /29 (eight addresses)
161+
* /29 (8 addresses)
162162

163-
* /30 (four addresses)
163+
* /30 (4 addresses)
164164

165-
* /31 (two addresses)
165+
* /31 (2 addresses)
166166

167167
### IPv6 coexistence
168168

169-
[NAT gateway](nat-overview.md) supports IPv4 UDP and TCP protocols. NAT gateway can't be associated to an IPv6 Public IP address or IPv6 Public IP Prefix. NAT gateway can be deployed on a dual stack subnet, but will still only use IPv4 Public IP addresses for directing outbound traffic. Deploy NAT gateway on a dual stack subnet when you need IPv6 resources to exist in the same subnet as IPv4 resources. See [Configure dual stack outbound connectivity with NAT gateway and public Load balancer](/azure/virtual-network/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer?tabs=dual-stack-outbound-portal) to learn how to provide IPv4 and IPv6 outbound connectivity from your dual stack subnet.
169+
[NAT gateway](nat-overview.md) supports IPv4 UDP and TCP protocols. NAT gateway can't be associated to an IPv6 Public IP address or IPv6 Public IP Prefix. NAT gateway can be deployed on a dual stack subnet, but only uses IPv4 Public IP addresses for directing outbound traffic. Deploy NAT gateway on a dual stack subnet when you need IPv6 resources to exist in the same subnet as IPv4 resources. See [Configure dual stack outbound connectivity with NAT gateway and public Load balancer](/azure/virtual-network/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer?tabs=dual-stack-outbound-portal) to learn how to provide IPv4 and IPv6 outbound connectivity from your dual stack subnet.
170170

171171
### Can't use basic SKU public IPs with NAT gateway
172172

@@ -176,7 +176,7 @@ NAT gateway is a standard SKU resource and can't be used with basic SKU resource
176176

177177
NAT gateway is a [zonal resource](./nat-availability-zones.md) and can either be designated to a specific zone or to ‘no zone’. When NAT gateway is placed in ‘no zone’, Azure places the NAT gateway into a zone for you, but you don't have visibility into which zone the NAT gateway is located.
178178

179-
NAT gateway can be used with public IP addresses designated to a specific zone, no zone, all zones (zone-redundant) depending on its own availability zone configuration. Follow guidance below:
179+
NAT gateway can be used with public IP addresses designated to a specific zone, no zone, all zones (zone-redundant) depending on its own availability zone configuration.
180180

181181
| NAT gateway availability zone designation | Public IP address / prefix designation that can be used |
182182
|---|---|
@@ -186,6 +186,12 @@ NAT gateway can be used with public IP addresses designated to a specific zone,
186186
>[!NOTE]
187187
>If you need to know the zone that your NAT gateway resides in, make sure to designate it to a specific availability zone.
188188
189+
## More troubleshooting guidance
190+
191+
If the issue you're experiencing isn't covered by this article, refer to the other NAT gateway troubleshooting articles:
192+
* [Troubleshoot outbound connectivity with NAT Gateway](/azure/nat-gateway/troubleshoot-nat-connectivity)
193+
* [Troubleshoot outbound connectivity with NAT Gateway and other Azure services](/azure/nat-gateway/troubleshoot-nat-and-azure-services)
194+
189195
## Next steps
190196

191197
We're always looking to improve the experience of our customers. If you're experiencing issues with NAT gateway that aren't listed or resolved by this article, submit feedback through GitHub via the bottom of this page. We'll address your feedback as soon as possible.

0 commit comments

Comments
 (0)