On Mon, Nov 10, 2014 at 6:14 PM, Rob <nom...@example.com> wrote:

> I added these lines:
>
> restrict -4 source notrap nomodify noquery
> restrict -6 source notrap nomodify noquery
>
> There appears to be no difference, but I'll wait a while.
>

The lines below work for me -- I don't normally use IPv6 for NTP.  It's
useful to set minpoll down when testing since the other clocks won't be
used until the first one has reach == 3.  I've personally never had this
problem because all the clocks in the pool are on same subnet which is
handled by: restrict A.B.C.D. mask w.x.y.z

restrict default notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
restrict source notrap nomodify noquery

pool ntp.l minpoll 3
_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to