summaryrefslogtreecommitdiff
path: root/recipes-support/ntp/files/ntp.conf.patch
blob: bb1dcfe6a30cfea1b41b32470208aaf904f391eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
diff -Naur old/ntp.conf new/ntp.conf
--- old/ntp.conf	2017-02-02 19:09:54.524791189 -0600
+++ new/ntp.conf	2017-02-02 19:06:41.744669788 -0600
@@ -1,16 +1,47 @@
-# This is the most basic ntp configuration file
 # The driftfile must remain in a place specific to this
 # machine - it records the machine specific clock error
-driftfile /etc/ntp.drift
+# Driftfile must be in a directory owned by ntp
+driftfile /var/lib/ntp/ntp.drift
+
+# The following code is for evaluating the timeserver.
+# Remove the # to activate the statistics
+# statsdir must start in column 1 for the initscript to
+# create the directory, in case it is volatile.
+#
+# statistics loopstats
+# statistics peerstats
+# statsdir /var/log/ntpstats
+# filegen peerstats file peerstats type day link enable
+# filegen loopstats file loopstats type day link enable
+
+# This is the US timeserver pool.  You should use a pool
+# close to your location.
+#pool us.pool.ntp.org iburst
+
 # This should be a server that is close (in IP terms)
 # to the machine.  Add other servers as required.
-# Unless you un-comment the line below ntpd will sync
-# only against the local system clock.
 #
 # server time.server.example.com
 #
+
+restrict default kod nomodify notrap nopeer noquery
+restrict -6 default kod nomodify notrap nopeer noquery
+restrict 127.0.0.1 mask 255.255.255.0
+restrict -6 ::1
+
+# GPS Serial data reference (NTP0)
+# This sets the GPS 50 milliseconds slower than the PPS.
+server 127.127.28.0 true
+fudge 127.127.28.0 time1 0.050 refid GPS
+
+# GPS PPS reference (NTP2)
+server 127.127.28.2 prefer true
+fudge 127.127.28.2 time1 0.000 refid PPS
+
 # Using local hardware clock as fallback
 # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
+# The stratum should be a high value so this does not get chosen
+# except in dire circumstances.
 server 127.127.1.0
 fudge 127.127.1.0 stratum 14
 # Defining a default security setting