Technical Tip: Configure an air-gapped FortiGate to use FortiManager as an FDN server
| Description | This article describes the process of allowing air-gapped FortiGate devices to connect to FortiManager for FortiGuard updates and related FDN services. |
| Scope | FortiGate, FortiManager. |
| Solution | In general, air-gapped FortiGates are not permitted to connect to the internet. However, they need to connect to the FDN server for FortiGuard updates, license and subscription validation, etc.
config system central-management set type fortimanager set fmg <FortiManager IP Address> set include-default-servers disable <----- Prevents FortiGate from trying the public FortiGuard servers (important in air-gapped design). config server-list edit 1 set server-type update rating set server-address <FortiManager IP address> next end end
diagnose debug reset diagnose debug application update -1 diagnose debug enable execute update-now
Disable the debug processes after 5 minutes:
diagnose debug disable
Note: In some cases, FortiGate might encounter an FDN connection issue after several hours due to FortiManager undoing the configuration changes. |
