#;
#; /etc/ntp.conf
#; Sample network time protocol configuration.
#;
#; +----------------------------------------------------+
#; | Author: DePaul University |
#; | Computer Security Response Team |
#; | WWW: |
#; | SMTP: |
#; +----------------------------------------------------+
#;
#; Copyright (c) 2004. DePaul University. All Rights Reserved.
#;
#; Platform: Tested on the following platforms:
#; OpenBSD 3.1, 3.2, 3.3 3.4, 3.5
#; FreeBSD 4.4, 4.5, 4.6 4.9 5.1
#; Redhat Linux 7.2, 8.0
#;
#; Revised: $Id: ntp.conf,v 1.3 2004/04/29 20:49:31 epancer Exp $
#;
#; Define our internal clock
fudge 127.127.1.0 stratum 10
#; Who is allowed to connect to our local server?
restrict 127.0.0.0 mask 255.0.0.0
restrict 140.192.0.0 mask 255.255.0.0 notrust nomodify notrap
restrict default noquery notrust nomodify
#; Where we write our clock skew
driftfile /etc/ntp.drift
#; Logging options
#logfile /var/log/ntp.log # use file instead of syslog(3)
logconfig =syncstatus +sysevents =syncall +clockall
#; Servers that we take our time from
server 127.127.1.0
server ntp1.depaul.edu prefer
server ntp2.depaul.edu
server ntp3.depaul.edu
#; Do not authenticate
authenticate no
#;
# vim: ts=8 sw=8 nowrap
#;