EmeraldDeer
Very Senior Member
Limited and kod are there to discourage users or code which use NTP servers in a manner which is considered abusive. So it would appear that we have come across such a person.This appears to be "limited" in action:Code:limited These hosts are subject to limitation of number of clients from the same net. Net in this context refers to the IP notion of net (class A, class B, class C, etc.). Only the first client_limit hosts that have shown up at the server and that have been active during the last client_limit_period seconds are accepted. Requests from other clients from the same net are rejected. Only time request packets are taken into account. Query packets sent by the ntpq and ntpdc programs are not subject to these limits. A history of clients is kept using the monitoring capability of ntpd. Thus, monitoring is always active as long as there is a restriction entry with the limited flag.
@EmeraldDeer do we need limited on the LAN?
But seriously, you can edit the configuration to remove limited and kod or even remove all security for the local network.
Code:
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap nopeer noquery # Removed limited and kod for LAN
restrict 192.168.1.0 mask 255.255.255.0 # No security for LAN
Last edited: