Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
724f8df0
Commit
724f8df0
authored
Oct 10, 2016
by
Karl Kornel
Browse files
ntp: Add the SRCF time server
parent
9454fddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/ntp/etc/ntp.conf
View file @
724f8df0
# This is the default site ntpd configuration file. It queries the three
# stratum-one time servers, which use GPS receivers for accurate time.
# stratum-one time servers, which use GPS receivers for accurate time. It also
# queries SRCC's stratum-one time server, located in SRCF, which also uses GPS.
# Listen to the stratum 2 pool.
server
time
-
a
.
stanford
.
edu
iburst
server
time
-
b
.
stanford
.
edu
iburst
server
time
-
c
.
stanford
.
edu
iburst
server
srcf
-
ntp
.
stanford
.
edu
iburst
# Save the clock drift.
driftfile
/
var
/
lib
/
ntp
/
ntp
.
drift
# Only talk to the network where the time servers are.
restrict
171
.
64
.
7
.
0
mask
255
.
255
.
255
.
0
nomodify
restrict
171
.
66
.
97
.
64
mask
255
.
255
.
255
.
192
nomodify
restrict
204
.
63
.
224
.
64
mask
255
.
255
.
255
.
192
nomodify
# Allow all settings from our localhost interface.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment