Skip to content

Commit 7fc40f6

Browse files
committed
added standard sku details and fixed ports
1 parent 83cd10e commit 7fc40f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-wan/how-to-nva-destination-nat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The list below corresponds to the diagram above and describes the packet flow fo
6666
* Destination NAT Public IPs must be from the same region as the NVA resource. For example, if the NVA is deployed in the East US region, the public IP must also be from the East US region.
6767
* Destination NAT Public IPs can't be in use by another Azure resource. For example, you can't use an IP address in use by a Virtual Machine network interface IP Configuration or a Standard Load Balancer front-end configuration.
6868
* Public IPs must be from IPv4 address spaces. Virtual WAN doesn't support IPv6 addresses.
69+
* Public IPs must be deployed with Standard SKU. Basic SKU Public IPs are not supported.
6970
* Destination NAT is only supported on new NVA deployments that are created with at least one Destination NAT Public IP. Existing NVA deployments or NVA deployments that didn't have a Destination NAT Public IP associated at NVA creation time aren't eligible to use Destination NAT.
7071
* Programming Azure infrastructure components to support DNAT scenarios is done automatically by NVA orchestration software when a DNAT rule is created. Therefore, you can't program NVA rules through Azure portal. However, you can view the inbound security rules associated to each internet inbound Public IP.
7172
* DNAT traffic in Virtual WAN can only be routed to connections to the same hub as the NVA. Inter-hub traffic patterns with DNAT aren't supported.
@@ -144,7 +145,7 @@ The health probes Virtual WAN requires are:
144145
|NVA Provider| Port|
145146
|--|--|
146147
|fortinet|8008|
147-
|checkpoint| 8118|
148+
|checkpoint| 8117|
148149

149150
* **Datapath health probe**: Used to forward private (VNET/on-premises) traffic to NVA **trusted/internal** interfaces. Required for private routing policies. This health probe checks the health of the **trusted/internal** interface of the NVA only.
150151

0 commit comments

Comments
 (0)