Skip to main content
nsoni
Staff
Staff
February 11, 2025

Troubleshooting Tip: Block outbound connections to IP 169.254.169.254 over port 80 from FortiSIEM collector on-premises v7.2.x and later

  • February 11, 2025
  • 0 replies
  • 861 views
Description The article describes how to block outbound connections to IP 169.254.169.254 over port 80 on the FortiSIEM collector.
Scope v7.2.X and later on-premise FortiSIEM collector.
Solution

Since collector HA was introduced in v7.2.0, the collector tries to connect the IP 169.254.169.254 over port 80.

The IP address 169.254.169.254 is a link-local IP address, often used for services like AWS metadata or Azure Metadata

Hence, this connectivity is required only for collectors in a Cloud environment for collector HA to work properly.

 

As this connectivity is not needed in on-premise collectors, run the following commands on the collector to block the connection requests using the operating system firewall:

 

# iptables -A OUTPUT -d 169.254.169.254 -p tcp --dport 80 -j REJECT

# iptables-save > /etc/sysconfig/iptables.custom

# echo -e '#!/bin/bash\n/usr/sbin/iptables-restore < /etc/sysconfig/iptables.custom' > /etc/profile.d/iptables-restore.sh

Thought Leadership Security Summit. Outpace New Threats with AI - enhanced defense. Tuesday, Septmeber 15, 8:30 AM - 2:30 PM PT. The Golf Club at Newcastle, WA.
Virtual event | September 2026. SASE summit. The age of autonomous trust. Register here!