Skip to main content
akamath
Staff
Staff
September 22, 2020

Technical Tip: FQDN in FortiSandbox fabric connectors

  • September 22, 2020
  • 0 replies
  • 3587 views

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