- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
on 06-16-2026 04:43 AM - edited on 06-16-2026 05:39 AM by kiwi
Cloud NGFW automatically provides source NAT (SNAT) for all outbound traffic to public IP addresses you associate with it. Cloud NGFW doesn’t SNAT when the destination IP address is a private IP address range per IANA RFC 1918.
By default, outbound internet traffic will be handled by Cloud NGFW, as mentioned below
You can configure Forced Tunneling on Cloud NGFW to route all Internet-bound traffic to a designated next hop instead of sending it directly to the Internet.
Forced tunneling enables your Cloud NGFW to inspect and then redirect (a.k.a force-tunnel) all internet-bound traffic from Cloud NGFW to your on-premises firewall or to chain it to a nearby network virtual appliance (NVA) for additional inspection. . This is typically done to enforce additional security policies on your on-premises firewall or to use the on-premises public IP address for Source Network Address Translation (SNAT), thereby avoiding exposure of the Cloud NGFW's public IP address.
There are two primary architectures for forced tunneling:
This architecture is for customers who want to control traffic based on trust (Private) and untrust (Public) zones on the Cloud NGFW. In this deployment, the Cloud NGFW will perform SNAT on the traffic before forwarding it.
|
Component |
Action |
Details |
|
Spoke VNet Route Table |
Add Route |
Destination: 0.0.0.0/0 (Internet) Next Hop: Cloud NGFW Private IP address |
|
Cloud NGFW Public Subnet Route Table |
Create and Associate |
Add Route: Destination: 0.0.0.0/0 (Internet) Next Hop: VNET Gateway |
This architecture is intended for customers who require visibility of the actual source IP address from which the traffic was initiated at the On-Premise Firewall. In this deployment, the Cloud NGFW will not perform NAT.
|
Component |
Action |
Details |
|
Spoke VNet Route Table |
Add Route |
Destination: 0.0.0.0/0 (Internet) Next Hop: Cloud NGFW Private IP address |
|
Cloud NGFW Private Subnet Route Table |
Create and Associate |
Add Route: Destination: 0.0.0.0/0 (Internet) Next Hop: VNET Gateway |
|
Cloud NGFW Networking & NAT Settings |
Configure |
Set Additional Prefixes to Private Traffic Range to 0.0.0.0/1,128.0.0.0/1 |
Note: The "Additional Prefixes" configuration is crucial. It causes the Cloud NGFW to consider internet traffic as Private Traffic. This prevents the traffic from being forwarded towards the Public Subnet and ensures it is sent out using the Private Subnet itself without performing any NAT.
Virtual WAN routing intent allows you to send both private and Internet traffic to Cloud NGFW deployed in the Virtual WAN hub.
While you can break out internet traffic directly through Cloud NGFW, Force Tunneling feature in Azure Virtual WAN enables a new routing capability that allows customers
to inspect internet traffic first via a security solution deployed directly in the hub(Cloud NGFW), then forward it to an on-premises or NVA deployed in a spoke VNET connected to Virtual
WAN for another layer of inspection and breakout.
Architecture below demonstrates Force Tunneling via NVA deployed in a Spoke VNET connected to Virtual WAN
|
Component |
Action |
Details |
|
Routing Intent and Routing Policies |
Private Traffic > SaaS Solution |
Next Hop: Cloud NGFW |
|
Additional Prefixes : 0.0.0.0/0 (Internet) - This is to Force Tunnel Internet traffic |
||
|
Internet Traffic > None |
||
|
Virtual Network Connections |
Configure |
Add Static route to internet(0.0.0.0/0) with next hop as Spoke NVA Firewall. Disable Propagate Default Route |
|
Cloud NGFW Networking & NAT Settings |
Configure |
Set Additional Prefixes to Private Traffic Range to 0.0.0.0/1,128.0.0.0/1 |
Architecture below demonstrates Force Tunneling through On-Prem Firewall connected to Virtual WAN over Site to Site VPN
|
Component |
Action |
Details |
|
Routing Intent and Routing Policies |
Private Traffic > SaaS Solution |
Next Hop: Cloud NGFW |
|
Additional Prefixes : 0.0.0.0/0 (Internet) - This is to Force Tunnel Internet traffic |
||
|
Internet Traffic > None |
||
|
Site-to-Site VPN |
Configure |
Add Site-to-Site VPN with VWAN Hub VPN Gateway from On-Prem Firewall. On-Prem Advertises Default route Over VPN |
|
Cloud NGFW Networking & NAT Settings |
Configure |
Set Additional Prefixes to Private Traffic Range to 0.0.0.0/1,128.0.0.0/1 |