summaryrefslogtreecommitdiff
path: root/sysconf/ntp.conf
AgeCommit message (Collapse)Author
2015-02-26vyatta-cfg-system: redesign the layout and updating of ntpAlex Harpin
When NTP is configured on the system, it not only acts as a client for the configured servers, but also as a server. Although the server is only available as a time source, it still represents a service that the user hasn't specifically enabled. This commit sets the default configuration of NTP to disallow all external access, so the system acts purely as a client by default, and also introduces the ability to configure which addresses / subnets are allowed to both query and use it as a time source. If the servers configured are specified as host names, these are resolved to IP addresses before being added to ntp.conf, with the same process carried out after name server changes. syntax 'set system ntp client address' Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94
2009-06-17Merged from Jenner.Bob Gilligan
2009-05-24Simplify ntp.confStephen Hemminger
Only put comments in about features that are used.
2009-05-22add iburstStephen Hemminger
2009-05-22Put server at end of fileStephen Hemminger
So when CLI updates ntp.conf, the file stays same format
2009-05-22Add NTP configuration fileStephen Hemminger
There are options (like restrict) that should be ntp.conf This would reduce security exposure of the router (see recent CVE). Also, this avoid restarting ntp server on boot when using the default vyatta ntp server.