NTP server

May 24th, 2004. Published under Ngoprek. No Comments.

Dari milists tanya-jawab@linux.or.id (link ke arsipnya blom gwe sempet cari/tulis)

# /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

server 202.71.97.92
server 202.56.133.180

restrict 172.20.113.0 mask 255.255.255.0 notrust nomodify notrap
restrict 192.168.0.0 mask 255.255.255.0 notrust nomodify notrap
restrict 127.0.0.1

Tags: >

Related Posts