FortiEDR
FortiEDR automates the protection against advanced threats, pre and post-execution, with real time orchestrated incident response functionality.
ymasaki
Staff
Staff
Article Id 283982
Description This article describes how to update IP addresses with on-premise FortiEDR components.
Scope FortiEDR v5.2 and above.
Solution

These steps will be required to update IP addresses with on-premise FortiEDR components (Central Manager, Aggregator, Core, and Threat Hunting servers). 

 

Note:

It is strongly recommended to create backup/snapshot of each component before any changes. If there are collectors installed and using IP it will lose Collector connectivity. In this case, reinstalling Collector requires.

 

Central Manager:

  1. SSH into the Central Manager server.
  2. Run vi /etc/sysconfig/network-scripts/<interface>
  3. Update IPADDR, GATEWAY and PREFIX.
  4. Run vi /opt/FortiEDR/webapp/application-customer.properties
  5. Check if it has an old IP (This might be related to SMTP settings and change it to the correct setting).
  6. Run systemctl restart network
  7. Run fortiedr restart to restart the Central Manager.

 

Aggregator :(Optional when Aggregator is separated from Central Manager).

  1. SSH into the Aggregator server.
  2. Run vi /etc/sysconfig/network-scripts/<interface>
  3. Update IPADDR, GATEWAY, and PREFIX.
  4. Run vi /opt/FortiEDR/aggregator/conf-customer.properties
  5. Change to the new manager IP 'management-host = IP'.
  6. Run systemctl restart network
  7. Run fortiedr restart to restart the Aggregator.

 

Core:

  1. SSH into the Core server.
  2. Run fortiedr config and update to the new IP address.

 

Threat Hunting:

Changing TH server IP address after the installation is not supported. The current option is to install a new Threat Hunting server with the new IP address and connect to the Central Manager. This means it will lose the current data in the old Threat Hunting server.