# # $Id: chrony.conf,v 1.5 2003/08/11 20:04:21 rob Exp rob $ # # This the default chrony.conf file for the Debian chrony package. It is # suitable for a system with an intermittent dial-up connection. John # Hasler 3 Dec. 1998 # This server is time-A.timefreq.bldrdoc.gov. You might be able to Use # your ISP's nameservers instead. /usr/doc/chrony/timeservers contains # URLs for some lists of public time servers. We use the ip number so that # chronyd won't try to do a dns lookup on it. We mark it 'offline' so that # chronyd won't try to connect when the link is down. Scripts in # /etc/ppp/ip-up.d and /etc/ppp/ip-down.d use chronyc commands to switch it # on when the link comes up and off when it goes down. # ash.local server 10.5.5.9 # xns.empics.co.uk server 212.43.180.1 # ntp2a.mcc.ac.uk server 130.88.200.98 # Step on startup if 30 secs out of sync with the servers initstepslew 30 10.5.5.9 212.43.180.1 # Look here for the admin password needed for chronyc. The initial # password is generated by a random process at install time. You may # change it if you wish. keyfile /etc/chrony.keys # Set runtime command key. Note that if you change the key (not the # password) to anything other than 1 you will need to edit # /etc/ppp/ip-up.d/chrony, /etc/ppp/ip-down.d/chrony, and # /etc/cron.weekly/chrony as these scripts use it to get the password. commandkey 1 # I moved the driftfile to /var/lib/chrony to comply with the Debian # filesystem standard. driftfile /var/lib/chrony/chrony.drift # Comment this line out to turn off logging. log tracking measurements statistics logdir /var/log/chrony # Stop bad estimates upsetting machine clock. maxupdateskew 100.0 # Dump measurements when daemon exits. dumponexit # Specify directory for dumping measurements. dumpdir /var/lib/chrony # Let computer be a server when it is unsynchronised. local stratum 10 # Allow computers on the unrouted nets 10 and 192.168 to use the server. allow 127.0.0.0/16 allow 10.5.0.0/16 allow 192.168.0.0/16 # Specify the file where real-time clock data is stored. To use this you # must have enhanced real-time clock support compiled into your kernel. # Uncomment the next line if you do. # rtcfile /var/lib/chrony/chrony.rtc rtcfile /var/lib/chrony/chrony.rtc # rtconutc - specifies the hardware clock to be in UTC (GMT) not the default (localtime). rtconutc