On 2006-04-09, graham <[EMAIL PROTECTED]> wrote: > server <my ISP's ntp server> > driftfile /etc/ntp/drift > restrict default noquery notrust nomodify > restrict 127.0.0.1 > > the daemon server was querying the ISP server every second. > When I later modified the default restrict to "ignore" it behaved as > expected (ie. every 2^6 seconds).
'restrict default ignore' tells ntpd to ignore NTP packets from _EVERYONE_ (even your ISP's ntp server). > If it makes a difference this is ntpd version 4.2.0. notrust, for ntpd 4.2.x, means "ignore NTP packets that are not cryptographically authenticated." -- Steve Kostecke <[EMAIL PROTECTED]> NTP Public Services Project - http://ntp.isc.org/ _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
