Fortinet black logo

Verify FortiGate is receiving offline updates

4.0.1
Copy Link
Copy Doc ID 24c039b3-117b-11ec-a4c4-00505692583a:592865
Download PDF

Verify FortiGate is receiving offline updates

To verify FortiGate is receiving updates:
  1. Log in to FortiGate and go to System > FortiGuard.
    • If FortiGate is not receiving updates (as in the figure below) proceed to Step 2.
    • If FortiGate is receiving updates proceed to Step 3.

  2. Update the configuration to disable the default update servers. The complete central management config should be:
     config system central-management     
    	set type fortimanager     
    	set fmg "192.168.1.13"     
    	config server-list         
    	edit 1 
    		set server-type update             
    		set server-address 192.168.1.13         
    	next         
    	edit 2 
    		set server-type rating             
    		set server-address 192.168.1.21         
    	next     
    	end     
    	set include-default-servers disable 
    end  
    
  3. Go to Logs & Reports > Events. Verify that the updates are being received from FortiManager.

Verify FortiGate is receiving offline updates

To verify FortiGate is receiving updates:
  1. Log in to FortiGate and go to System > FortiGuard.
    • If FortiGate is not receiving updates (as in the figure below) proceed to Step 2.
    • If FortiGate is receiving updates proceed to Step 3.

  2. Update the configuration to disable the default update servers. The complete central management config should be:
     config system central-management     
    	set type fortimanager     
    	set fmg "192.168.1.13"     
    	config server-list         
    	edit 1 
    		set server-type update             
    		set server-address 192.168.1.13         
    	next         
    	edit 2 
    		set server-type rating             
    		set server-address 192.168.1.21         
    	next     
    	end     
    	set include-default-servers disable 
    end  
    
  3. Go to Logs & Reports > Events. Verify that the updates are being received from FortiManager.