| Description | This article describes the issue of FortiGate being unable to connect to the FortiNAC RADIUS server. The error message 'Ignoring request to auth address * port 1812 from unknown client X.X.X.X' is displayed on the FortiGate device. |
| Scope | FortiNAC-F v7.6 and greater. |
| Solution |
RADIUS logs show the following error when a RADIUS Access-Request is received by FortiNAC:
Ready to process requests
This issue might happen due to the following possible reasons.
To check if there are duplicate entries, enter in the FortiNAC shell:
diagnose network device display ip <ip_address>
Alternatively, the following command can be used:
execute enter-shell device -ip <ip_address>
diagnose network device delete device ip x.x.x.x
In addition to the IP address, the device output can also be printed based on the following parameters:
Validate if an entry exists by checking in db-shell by replacing X.X.X.X with the device IP:
execute db-shell MariaDB [bsc]> select * from bsc.nas where nasname='X.X.X.X';
If there are no records for the IP, FortiNAC will ignore the RADIUS requests. This issue might happen due to an incomplete FortiNAC migration or a power loss that causes database corruption or data loss.
To resolve, reapply the Radius Configuration for multiple devices who share same radius secret and configuration by using the GUI. Go to Network -> Inventory and select the top Container. Select the list of devices and 'right-click them. Select 'Set Model Configuration'. Apply the configuration by adding the 'Detail Configuration' tab as in Figure 2 below:
Make sure the RADIUS secret is correct and enable all necessary RADIUS configuration settings as per Figure 2. Finally, validate in db-shell if the entries are populated in bsc.nas table:
execute db-shell MariaDB [bsc]> select * from bsc.nas;
Related document: |
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.