> On 2013-11-08 1:28 AM, Sarah White wrote: >> # begin /etc/ntp.conf >> >> driftfile /var/lib/ntp/ntp.drift >> >> discard average 2 minimum 1 >> restrict default kod nomodify notrap nopeer noquery >> restrict -6 default kod nomodify notrap nopeer noquery >> restrict 127.0.0.1 >> restrict -6 ::1 >> >> # (everything below here in my /etc/ntp.conf is configuration specific)
On 11/8/2013 1:44 AM, Kenyon Ralph wrote: > Pretty sure that won't do any rate limiting nor send KoD packets > without "limited" in the restrict line as well. > http://www.eecis.udel.edu/~mills/ntp/html/accopt.html#restrict Good catch, thanks Ok, I'll admit it. I just assumed this example was right when I copied it: http://support.ntp.org/bin/view/Support/AccessRestrictions#Section_6.5.1.1.3. Worst case scenario, adding "limited" might not help, but at least it shouldn't be any worse than before I messed around with the "kod" thing. I'm now using "limited" as well just in case the documentation posted by David Mills (original author for ntpd) explains things more correctly for configuring all these things as opposed to that example from the folks at the ntp.org wiki ... which I blindly copied. I'm no expert, I just try my best not to be a total screw-up. _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
