On Fri, 2004-06-04 at 12:19, Andrew Errington wrote:
> Is anyone using ntpd properly? 
I think I am. Here is the ntp.conf file for my Debian box at Uni:
        # /etc/ntp.conf, configuration for ntpd
         
        # ntpd will use syslog() if logfile is not defined
        #logfile /var/log/ntpd
         
        driftfile /var/lib/ntp/ntp.drift
        statsdir /var/log/ntpstats/
         
        statistics loopstats peerstats clockstats
        filegen loopstats file loopstats type day enable
        filegen peerstats file peerstats type day enable
        filegen clockstats file clockstats type day enable
         
        ### lines starting 'server' are auto generated,
        ### use dpkg-reconfigure to modify those lines.
         
        server stratum2a.cosc.canterbury.ac.nz

The RedHat 9 boxes at Uni use the following file:
        restrict default ignore
        restrict 127.0.0.1
        driftfile /etc/ntp/drift
        broadcastdelay 0.008
        authenticate yes
        keys /etc/ntp/keys
        restrict 132.181.10.25 nomodify notrap noquery
        server 132.181.10.25
        restrict 132.181.10.9 nomodify notrap noquery
        server 132.181.10.9

-- 
Michael JasonSmith                                   http://www.ldots.org/

Reply via email to