Created on 02-24-2021 03:12 AM Edited on 09-21-2022 07:33 AM By Anonymous
Description
This article explains how to configure FortiGate to use FortiManager as local FDS server.
FortiManager can be operated as a local FDS server when it is in a closed network with no Internet connectivity.
Solution
This is only CLI configuration:
# config global <---- If VDOM is enabled, run this command.
# config system central-management
set include-default-servers disable <----- Disable it.
end
This warning message will appear:
Warning: The server-list does not contain a server for URL ratings.
Add a server entry or enable 'include-default-servers'.
# config system central-management
# config server-list
edit 1
set server-type update
set addr-type ipv4
set server-address x.x.x.x <----- The FortiManager IP.
next
# end
Related link.
https://docs.fortinet.com/document/fortimanager/6.2.0/administration-guide/431186/operating-as-an-fd...
Technical Note: Setting up FortiManager behind Web Proxy to act as standalone FortiGuard FDS server ...
Technical Tip: Configure FortiManager as a local FDN server for FortiGates
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2023 Fortinet, Inc. All Rights Reserved.