Für virtuelle Maschinen (Linux)

Beispiel ntp.conf (Ubuntu Server 10.04 LTS)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#------------------------------------------------------------------#
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
 
driftfile /var/lib/ntp/ntp.drift
 
# Enable this if you want statistics to be logged.
#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
 
##
## Hier die Empfehlungen von VMWare fuer virtuelle Maschinen
##
tinker panic 0
restrict 127.0.0.1
restrict default kod nomodify notrap
server ntp1.hiz-saarland.de
server ntp2.hiz-saarland.de
server ntp3.hiz-saarland.de
#------------------------------------------------------------------

Beispiel ntp.conf (SuSE Linux Enterprise Server 11 SP1)

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
##################################################################
## /etc/ntp.conf
##
## Sample NTP configuration file.
## See package 'ntp-doc' for documentation, Mini-HOWTO and FAQ.
## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
##
## Author: Michael Andres, 
##         Michael Skibbe, 
##
###################################################################
 
##
## Hier die Empfehlungen von VMWare fuer virtuelle Maschinen
##
tinker panic 0
restrict 127.0.0.1
restrict default kod nomodify notrap
server ntp1.hiz-saarland.de
server ntp2.hiz-saarland.de
server ntp3.hiz-saarland.de
 
##
## Miscellaneous stuff
##
 
driftfile /var/lib/ntp/drift/ntp.drift # path for drift file
 
logfile   /var/log/ntp    # alternate log file
# logconfig =syncstatus + sysevents
# logconfig =all
 
#
# Authentication stuff
#
keys /etc/ntp.keys    
# path for keys file
trustedkey 1      
# define trusted keys
requestkey 1      
# key (7) for accessing server variables
# controlkey 15      # key (6) for accessing server variables
#---------------------------------------------------------------

Bei Fragen und Problemen

wenden Sie sich bitte an den
IT-Service-Desk