-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTP Unavailable #518
Comments
|
ntpdate won't sync, because it does not consider your server to be reliable (stratum 16). http://serverfault.com/questions/277375/ntpdate-d-server-dropped-strata-too-high The topic suggest that "restrict default" in the ntpd.conf may be causing clients not to sync. On the road at the moment, can provide a patch later. This topic suggest that ntpd does not have a valid (reachable) upstream server set. Hope that helps, |
|
I can confirm your findings: $ ntpdate -d 192.168.56.2 10 Dec 16:07:18 ntpdate[24019]: no server suitable for synchronization found |
|
I think that disabling Access Restrictions setting "Deny mode 6 control message trap service (default: enabled)." fixes this (Network Time: Settings). Can you confirm? |
|
Disbling is not making a difference for me, if I use the default ntp servers directly on my client, I get stratums of 2 or 3. But when used via OPNSense I'm up at 16. ntpdate -q 0.nl.pool.ntp.org ntpdate -q 10.0.1.1 |
|
It is working now, but for me it was turning off the "kiss-o-death" packets that did it. My "deny mode 6" is enabled and working. Maybe some of these should be disabled by default if only using on LAN? Either way, I now know a lot more about NTP then I did yesterday, and that's good! Thank you! |
|
You and me both. :) It's a bit of black magic, better not touch these values. They might break other setups. |
Is the Time Server in OPNSense supposed to be able to be used as a regular time server for clients or just DHCP's Option 42?
I tried to get to mine:
ntpdate -q 10.0.1.1
server 10.0.1.1, stratum 16, offset -0.224538, delay 0.02814
9 Dec 19:55:25 ntpdate[81504]: no server suitable for synchronization found
The service is running. I have LAN highlighted as the interface to listen on:
The text was updated successfully, but these errors were encountered: