Created on
‎01-27-2022
08:06 AM
Edited on
‎03-27-2025
01:27 AM
By
Jean-Philippe_P
Description | This article describes how to troubleshoot FortiNAC local RADIUS when one has trouble authenticating supplicants using any RADIUS authentication mechanism. |
Scope | FortiNAC v9.2.X, v9.4.X, FortiNAC-F v7.2.X, v7.4.X, v7.6.X. |
Solution |
nacdebug -all | grep -i true
Or:
CampusMgrDebug -all | grep -i true
execute tcpdump -i any host <switch-ip> and port 3799 or port 1812 or port 1645 -w radius.pcap
Note: In the FortiNAC-F version, WinSCP can no longer be used. The file can be easily exported to a TFTP server.
execute enter-shell
execute enter-shell <----- FortiNAC-F version.
nacdebug -all | grep -i true
Or:
CampusMgrDebug -all | grep -i true
Note: During the RADIUS authentication phase, FortiNAC uses the 'Winbind' service to query the LDAP server to validate the user. If that is successful, post-auth runs, and during this phase, FortiNAC looks up the user record, which will be an LDAP, if it does not exist locally. Then, when policy runs, groups can be used as part of the policy lookup. Related documents: Troubleshooting Tip: FortiNAC Local Radius Debug and Troubleshooting via GUI Machine Authentication - FortiNAC-F documentation Technical Tip: MSCHAPv2 authentication, join FortiNAC in domain and checks |