FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
acvaldez
Staff
Staff
Article Id 202269
Description This articles describes  how to enable and configure central SNAT on FortiGate.
Scope

FortiGate.

Solution

Enable Central SNAT.

 

config sys settings

set central-snat enable

end

 

Sample Central SNAT configuration:

 

From the CLI:

 

config firewall central-snat-map

    edit 1

        set uuid be665abc-69d5-51ec-ab33-ac04c07f7190

        set srcintf "port4"

        set dstintf "port5"

        set orig-addr "all"

        set dst-addr "all"

    next

end

 

From the GUI:

 

Navigate to Policy & Objects -> Central SNAT and select 'Create New'.

 

acvaldez_0-1640913693084.png

 

If the Firewall NGFW mode is policy-based and central NAT-enabled, it is necessary to configure SSL Inspection and authentication policies along with a security policy in order to enable the traffic.

 

CNAT_SSL.PNG

 

show

config firewall policy

edit 2

set name "Test"

set uuid 7134a43c-8ed2-51ee-3ddb-e26cd3f2459c

set srcintf "port4"

set dstintf "port5"

set srcaddr "all"

set dstaddr "all"

set service "ALL"

next

end