Technical Tip: External threat list (threat feed) is not working (connector is showing down)
| Description | This article describes how to troubleshoot external threat feed connectors that a 'down' status.
|
| Scope | FortiGate. |
| Solution |
diagnose sniffer packet any "host x.x.x.x" 4 0 a <----- Replace x.x.x.x with destination web-server IP address.
For the detail analysis use the below commands: diagnose debug disable After running the above commands, wait for traffic to get generated by re-enabling the external threat feed connector. If the status shows down, or traffic logs are generated, stop the debug using the below command: diagnose debug disable
config system external-resource edit <name of external connector> set interface-select-method
auto: Set outgoing interface automatically. sdwan: Set outgoing interface by SD-WAN or policy routing rules. specify: Set the outgoing interface manually.
Note:
Starting from v7.6.4 GA, there is a new CLI option called 'set source-ip-interface' which allows the user either to choose an actual IP address as in 'source-IP' or pick an interface name under the 'source-ip-interface'.
config system external-resource edit IPv4_list set source-ip-interface
config system external-resource
Related articles: Troubleshooting Tip: How to Troubleshoot external threat feed server not connecting Troubleshooting Tip: External connector threat feed connection status 'Not start' |
