Override FortiGuard servers
By default, FortiOS will update signature packages and query rating servers using public FortiGuard servers. This list can be overridden by adding servers to the override server list. Communication with public FortiGuard servers can also be disabled.
To add an override FortiGuard server in the GUI:
- Go to System > FortiGuard
- In the Override FortiGuard Servers table, click Create New. The Create New Override FortiGuard Server pane opens.
- Select the server address type: IPv4, IPv6, or FQDN.
- Enter the server address of the selected type in the Address field.
- Select the type of server: AntiVirus & IPS Updates, Filtering, or Both.
- Click OK, then click Apply.
To add an override FortiGuard server in the CLI:
config system central-management set type fortiguard config server-list edit <integer> set server-type {update rating} set server-address <ip_address> next end end