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.
glebras_FTNT
Staff
Staff
Article Id 189797
Description
This article describes the steps to configure a FortiGate to be managed by one FortiManager but a different one for FortiGuard related services.

Solution
To use FortiManager as a Management server only.
config system central-management
set type fortimanager
set fmg <fmg_ip>
next

To use FortiManager as a FortiGuard server only.
config system central-management
config server-list
edit <id>
set server-type update rating
set server-address <fmg_ip>
next
end
end

To use FortiManager as a FortiGuard server and FortiGuard server.
config system central-management
set type fortimanager
set fmg <fmg_ip1>
config server-list
edit <id>
set server-type update rating
set server-address <fmg_ip2>
next
end
end

where fmgip1 could be equal or different to fmgip2.

Contributors