Can anyone tell me, does the sensitivity for frequency adjustment lessen as the polling interval increases? I ask because I'm observing that my offset increases and the frequency adjustment decreases to the point I fall out of sync at polling intervals above 256. What am I doing wrong?
# File: ntp.conf # Purpose: give the NTP Service its startup parameters and # list of startup files. # # # Miscellaneous stuff tinker huffpuff 10240 tos minclock 5 minsane 3 # driftfile "C:\Program Files\NTP\etc\ntp.drift" # enable stats statsdir "C:\Program Files\NTP\etc\" # directory for statistics files statistics loopstats filegen loopstats file loopstats type day link enable # # Need to set up time sources... # # server 000.000.112.1 burst minpoll 4 maxpoll 8 server 000.000.120.1 burst minpoll 4 maxpoll 8 server 000.000.121.1 burst minpoll 4 maxpoll 8 server 000.000.122.1 burst minpoll 4 maxpoll 8 server 000.000.123.1 burst minpoll 4 maxpoll 8 server 000.000.124.1 burst minpoll 4 maxpoll 8 server 000.000.125.1 burst minpoll 4 maxpoll 8 server 000.000.126.1 burst minpoll 4 maxpoll 8 server 000.000.129.1 burst minpoll 4 maxpoll 8 server 000.000.131.1 burst minpoll 4 maxpoll 8 server 000.000.134.1 burst minpoll 4 maxpoll 8 _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
