Skip to content

Commit 4816be5

Browse files
authored
Merge pull request #103407 from scoulomb-dup-fork/nat-fix
Fix: Destination IP should be different for SNAT port reuse
2 parents 8079c6b + aee9f4a commit 4816be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ NAT gateway selects a port at random out of the available inventory of ports to
178178

179179
| Flow | Source tuple | Source tuple after SNAT | Destination tuple |
180180
|:---:|:---:|:---:|:---:|
181-
| 4 | 10.0.0.1: 4285 | 65.52.1.1: **1234** | 23.53.254.142: 80 |
181+
| 4 | 10.0.0.1: 4285 | 65.52.1.1: **1234** | 23.53.254.143: 80 |
182182

183183
A NAT gateway will translate flow 4 to a SNAT port that may already be in use for other destinations as well (see flow 1 from previous table). See [Scale NAT gateway](#scalability) for more discussion on correctly sizing your IP address provisioning.
184184

0 commit comments

Comments
 (0)