On 08/30/2010 05:56 PM, Dave Hart wrote:
A pool server I'm involved with uses:
discard minimum 0
restrict default limited kod notrap nomodify
With versions of ntpd older than 4.2.6, you should also add:
restrict -6 default limited kod notrap nomodify
to apply the same default restrictions to both IPv4 and IPv6 clients.
In any case, you will also want relaxed restrictions covering at least
localhost and possibly some local subnets:
restrict 127.0.0.1
restrict ::1
By default, ntpd enforces no rate limiting. If the applicable
restrict line for a given client contains "limited", basic rate
limiting is enforced, controlled by the "discard minimum" and "discard
average" knobs [1].
[snip]
Is there a way to specify a single IP also, that just gets KoD packets?
restrict 127.0.0.1 limited kod notrap nomodify
???
Also why is "restrict" no where in the ntp.conf manpage?
--
Scott Baker - Canby Telcom
System Administrator - RHCE - 503.266.8253
_______________________________________________
pool mailing list
[email protected]
http://lists.ntp.org/listinfo/pool