Created on
07-21-2025
12:36 AM
Edited on
07-21-2025
11:53 PM
By
Anthony_E
Description | This article describes a scenario where the RADIUS and other authentication suddenly stop working in the secondary unit in the FortiGate HA cluster. This issue may randomly happen in v7.4. |
Scope | FortiGate v7.4+. |
Solution |
In the HA A-P cluster, the primary unit is handling most of the local and remote authentication activities, such as Radius, LDAP, and so on, by its 'fnbamd' daemon.
But in some scenarios, the secondary unit still needs to handle the remote authentication. For example, when the administrator logs into the secondary unit with the Radius admin account, the 'fnbamd' daemon on the secondary unit will handle this Radius authentication, relay the Radius request to the primary, and the primary unit will initiate the Radius request traffic to the Radius server on UDP 1812. In this scenario, In such cases, the 'fnbamd' daemon runs on both units. The authentication process can be observed by executing the following debug commands on both units:
diagnose debug application fnbamd -1 diagnose debug enable
RADIUS packets can be captured on the primary unit with this command:
diagnose sniffer packet any 'port 1812' 4 0 l
For complete packet captures:
diagnose sniffer packet any 'port 1812' 6 0 l
Occasionally, remote authentication (e.g., RADIUS) may fail on the secondary unit even with valid credentials. During troubleshooting, the following behaviours may be observed:
diagnose sys top
This indicates the 'fnbamd' daemon is fully stuck. In this scenario, the only workaround is to kill/restart the 'fnbamd' daemon. Steps are as below:
diagnose sys process pidof fnbamd
diagnose sys kill 11 <pid>
diagnose sys process pidof fnbamd
After the process restarts, remote authentication on the secondary unit should resume. A process stack backtrace will be recorded in the crash log due to signal 11. This can be verified with:
diagnose debug crashlog read
This issue has been acknowledged by development under the engineering ticket ID 1163152. Its patch will be included in v7.4.9 Build 2811, v7.6.4 Build 3580, and v8.0.0 Build 0041. |
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.