49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
|
|
|
|
# State files
|
|
driftfile /var/lib/ntp/ntp.drift
|
|
leapfile /usr/share/zoneinfo/leap-seconds.list
|
|
|
|
# Statistics
|
|
|
|
statistics loopstats peerstats clockstats sysstats
|
|
filegen loopstats file loopstats type day enable
|
|
filegen peerstats file peerstats type day enable
|
|
filegen clockstats file clockstats type day enable
|
|
filegen sysstats file sysstats type day enable
|
|
|
|
# Interfaces to listen on:
|
|
interface listen 192.168.1.0/24
|
|
interface listen 10.250.42.0/24
|
|
interface listen 10.42.250.0/16
|
|
interface ignore wildcard
|
|
|
|
# NTP sources
|
|
# Our other NTP server, to have consistant REFID
|
|
server didicas prefer iburst
|
|
|
|
server ntp.laas.fr iburst
|
|
server ntp.sophia.cnrs.fr iburst
|
|
server ntp2.emn.fr iburst
|
|
server delphi.phys.univ-tours.fr iburst
|
|
server ntp.crashdump.fr iburst
|
|
server ntp.ilianum.com iburst
|
|
server ntp.unice.fr iburst
|
|
server ntp.accelance.net iburst
|
|
server ntp.deuza.net iburst
|
|
server ntp1.jussieu.fr iburst
|
|
server time.resolvlab.com iburst
|
|
|
|
# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
|
|
# details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
|
|
# might also be helpful.
|
|
#
|
|
restrict default limited nomodify notrap nopeer noquery
|
|
restrict source notrap nomodify noquery
|
|
|
|
restrict 192.168.1.0/24
|
|
restrict 10.250.42.0/24
|
|
restrict 10.42.250.0/16
|
|
restrict 127.0.0.1
|
|
restrict ::1
|