Skip to content

Commit e8ec602

Browse files
Merge pull request #208496 from vhorne/fw-dnat-limits
clarify max dnat rules
2 parents 3b6a734 + ed97436 commit e8ec602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/firewall-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: vhorne
66
ms.service: firewall
77
ms.topic: include
8-
ms.date: 07/26/2022
8+
ms.date: 08/19/2022
99
ms.author: victorh
1010
ms.custom: include file
1111
---
@@ -16,7 +16,7 @@
1616
|Rule limits|10,000 unique source/destinations in network and application rules <br><br> **Unique source/destinations in network** = sum of (unique source addresses * unique destination addresses for each rule)|
1717
|Total size of rules within a single Rule Collection Group| 1 MB for Firewall policies created before July 2022<br>2 MB for Firewall policies created after July 2022|
1818
|Number of Rule Collection Groups in a firewall policy|50 for Firewall policies created before July 2022<br>100 for Firewall policies created after July 2022|
19-
|Maximum DNAT rules|250 unique Destination IP, Destination port, and protocol<br><br> The DNAT limitation is due to the underlying platform. The maximum number of DNAT rules is 250. However, any additional public IP addresses reduce the number of the available DNAT rules. For example, two public IP addresses allow for 249 DNAT rules. If a rule's protocol is configured for both TCP and UDP, it counts as two rules.|
19+
|Maximum DNAT rules|250 maximum unique destinations (public IP address, port, and protocol)<br><br> The DNAT limitation is due to the underlying platform.<br><br>For example, you can configure 500 UDP rules to the same destination IP address and port (one unique destination), while 500 rules to the same IP address but to 500 different ports exceeds the limit (500 unique destinations).|
2020
|Minimum AzureFirewallSubnet size |/26|
2121
|Port range in network and application rules|1 - 65535|
2222
|Public IP addresses|250 maximum. All public IP addresses can be used in DNAT rules and they all contribute to available SNAT ports.|

0 commit comments

Comments
 (0)