Description | This article describes how to troubleshoot the NTP synchronization issue on FortiAuthenticator |
Scope | FortiAuthenticator. |
Solution |
To check the NTP status on FortiAuthenticator, use the 'diagnose system ntp status' command. This command prints the NTP synchronization status:
The way to validate the response from the NTP server is through the execution of a TCPDUMP.
In this case, the response is that the NTP server is unreachable:
This is reflected in the FortiAuthenticator log as: NTPD no server suitable for synchronization found:
If the NTP server is not reachable, change it to a different NTP server and verify afterward if the time got synced properly.
To list the current NTP Status run:
diagnose sys ntp status
Execute the TCPDUMP again for the NTP port:
execute tcpdump -i any port 123
In this case, the synchronization was satisfactory for the NTP server 'time.google.com':
If the problem persists, it is necessary to validate that the FortiAuthenticator has permission to reach the NTP server. Note that FortiAuthenticators system time is important to be in sync for certain services.
Also note that the information of an NTP cannot be validated and is taken as correct - if the environment has multiple NTPs in which one of them servers an incorrect time, flapping of functioning and non-functioning services may be noticed. |
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Great Job Mr. G. Cortes! Keep doing well!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
You are a genius! Great content.