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.
akamath
Staff
Staff
Article Id 194702

Description
The server field in the FortiSandbox fabric connector supports FQDN addresses.

This article describes how to use a FQDN.

Scope
For version 6.4.2.

Solution

To use a FQDN in a FortiSandbox fabric connector from GUI.
 

1) Go to Security Fabric -> Fabric Connectors.
2) Edit the FortiSandbox connector.
3) Set Status to Enabled.

4) Enter the FQDN in the server field.
 
 
 
 
5) Optionally, select 'Test Connectivity' to test the connection between the FortiGate and the FQDN.If the FQDN cannot be reached, or if the FortiGate is not authorized on the FortiSandbox, Unreachable or not authorized will be displayed.
6) Optionally, enter an email address in the Notifier email field.
7) Select 'OK'.
 
CLI commands example.
# config system fortisandbox
    set status enable
    set server "fortisandboxcloud.com"
    set source-ip "192.168.1.233"
end
Contributors