TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:13368] Time Sync with ntp-4.0.98a



Mike,

It looks as if the default stratum given to 97.0.1.76 in your clients
configuration file is "16". Since your local clock is stratum 10, it is
given precedence. Change the server line to:

	server 97.0.1.76	stratum 9

or something lower and it might work. Just guessing around,

Troy

Mike Glaser wrote:
> -----------------------------------------------------------------------
> 97.0.1.75 'client' on LAN
> -----------------------------------------------------------------------
> server   97.0.1.76
> server  127.127.1.1             # local clock
> fudge   127.127.1.1             stratum 10
> 
> driftfile /etc/ntp/drift
> multicastclient                 # listen on default 224.0.1.1
> broadcastdelay  0.008
> 
> authenticate no
> -----------------------------------------------------------------------
> Results of 'ntpq -p'
> -----------------------------------------------------------------------
> 
>      remote           refid      st t when poll reach   delay   offset  jitter
> =============================================
> =================================
>  97.0.1.76       0.0.0.0         16 u    -   64    0    0.000    0.000
> 4000.00
> *LOCAL(1)        LOCAL(1)        10 l   17   64  377    0.000    0.000
> 0.000
> -----------------------------------------------------------------------