blob: 58f47062a6fd969c3222bbf25171d217d5193ce7 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
#
# FAU NTP client configuration file
#
# hp800.hp800,v 3.1 1993/07/06 01:10:31 jbj Exp
#
# hp800.hp800,v
# Revision 3.1 1993/07/06 01:10:31 jbj
# XNTP release 3.1
#
#
# Revision 1.1 1992/12/10 12:58:35 kardel
# Prerelease NTP V3 / DCF
#
# Revision 1.2 1992/09/24 06:10:46 kardel
# authdelay adjust
#
# Revision 1.1 1992/09/24 06:09:23 kardel
# Initial revision
#
# Revision 1.2 1992/01/14 14:01:35 kardel
# update for joined INF4/INF1 nets
#
#
# Local fall back clock
#
precision -7
#
# Local clock
#
peer 127.127.1.13
#
broadcastclient yes
# broadcastdelay must be figured out
#
# peers - local synch setup
#
#server ntps1-0 version 3
#server ntps1-1 version 2
#server ntps2-0 version 3
#
# files
#
driftfile /+private/local/NTP/xntp.drift
#
# authentication stuff
#
authdelay 0.000088 # hp800
controlkey 1006
requestkey 1007
#
# restrictions
#
# provide cheap services to the world/ prevent modifications from there
#
restrict default notrust lowpriotrap nomodify
#
# hosts on the local networks are allowed unrestricted access
#
restrict 131.188.0.0 mask 255.255.0.0 nomodify notrust # allow local hosts
restrict 131.188.1.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.31.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.34.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.44.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.40.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.60.0 mask 255.255.255.0 # allow local hosts
restrict 131.188.54.0 mask 255.255.255.0 # allow local hosts
#
restrict 127.0.0.1 mask 255.255.255.255 # local config
restrict 127.127.0.0 mask 255.255.0.0 # local clocks
|