Created on 03-17-2010 07:34 AM Edited on 10-09-2024 05:49 AM By Jean-Philippe_P
Description
This article describes how to troubleshoot the update problems in Antivirus (AV), Intrusion Prevention (IPS), Web filtering and Spam filtering:
Under System -> FortiGuard.
Solution
Web Filter/Spam Filter only: Web Filter and Spam Filter use one of the three available ports 53, 443, and 8888. If the FortiGate is not able to reach the FortiGuard servers using one of them, it is worth trying the other. Note that port selection is only allowed when fortiguard-anycast is set to disabled.
config system fortiguard
set fortiguard-anycast disable
end
The source port is the port the FortiGate will use when contacting the FortiGuard servers. The problem is that some ISPs block some of the lower ports used by the FortiGate. This can be changed by running the commands:
config system global
set ip-src-port-range 1050-25000
end
When completed, the following command should be used to restart the service:
diag test app url 99
If the issue is still not resolved, the following commands can be used:
diag debug enable
diag debug application update 255
exec update-now
Run the sniffer command to see the traffic on the packet level:
For Antivirus/IPS:
diag sniff packet any 'port 443'
For Web filter/Spam filter:
diag sniff packet any 'port 53 or port 8888'
The article Technical Tip: Verifying and troubleshooting FortiGuard updates status and versions dives deeper into these commands.
If the problem has still not been resolved, open a ticket with Fortinet support to assist with troubleshooting. Include the outputs of the debug commands that have already been performed.
Related articles:
Technical Tip: Verifying and troubleshooting FortiGuard updates status and versions
Troubleshooting Tool: Using the FortiOS built-in packet sniffer
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 2024 Fortinet, Inc. All Rights Reserved.