Created on
09-11-2019
02:11 AM
Edited on
06-26-2025
12:13 AM
By
Jean-Philippe_P
Description
This article describes how to configure a redundant FSSO configuration with a Collector Agent.
Scope
FortiGate.
Solution
In this scenario, two DCs will be used: DC01 and DC02. Both Domain Controllers have FSSO Collector Agent installed. By design, only one FSSO collector agent is connected per FortiGate unit at a time.
DC01:
Configuration on v6.0, v6.2:
Simulating a failover:
A failover can be simulated by stopping or restarting the FSSO service on the primary Collector Agent, in this example, DC01:
The FortiGate then switches to the next FSSO collector agent specified in the configuration. In versions before v6.0, the switch is noticed with the bolded IP address shown:
In CLI, the configuration is as follows:
config user fsso
edit "fsso"
set server "10.0.0.10"
set password *********
set server2 "10.0.0.11"
set password2 *********
next
end
Check the FSSO server connection status with the following CLI commands:
diagnose debug enable
diagnose debug authd fsso server-status
Server Name Connection Status Version Address
----------- ----------------- ------- -------
fsso connected FSSO 5.0.0278 10.0.0.10
After a failover the IP address would then change, so you can always trace the currently connected collector:
Server Name Connection Status Version Address
----------- ----------------- ------- -------
fsso connected FSSO 5.0.0278 10.0.0.11
Note:
Related article:
Troubleshooting Tip: FSSO Complete troubleshooting for TAC tickets
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 2025 Fortinet, Inc. All Rights Reserved.