• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ntpd Help Needed

Oaf357

Senior member
I'm having some issues configuring my NTP server. Basically when seeing if I'm getting good timing I get this:

remote refid st t when poll reach delay offset jitter
==============================================================================
dtc-truetime.nt 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
152.1.58.124 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
LOCAL(0) LOCAL(0) 10 l 50 64 0 0.000 0.000 4000.00
ntp-s1.cise.ufl 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
ntp2.usno.navy. 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00

This isn't good.

My ntp.conf file reads as follows:

restrict default ignore
restrict 127.0.0.1
restrict ntp-s1.cise.ufl.edu mask 255.255.255.255 nomodify notrap noquery
restrict ntp2.usno.navy.mil mask 255.255.255.255 nomodify notrap noquery
restrict 205.188.185.33 mask 255.255.255.255 nomodify notrap noquery
restrict 152.1.58.124 mask 255.255.255.255 nomodify notrap noquery
server ntp-s1.cise.ufl.edu
server ntp2.usno.navy.mil
server 205.188.185.33
server 152.1.58.124
server 127.127.1.0
fudge 127.127.1.0 stratum 10
logconfig all
logfile /var/log/ntpd.log
driftfile /var/ntp/ntp.drift
statsdir /var/ntp/ntpstats/
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen clockstats file clockstats type day enable

If anyone has any idea what I'm doing wrong please enlighten me. Thanks in advance for any help.
 
Back
Top