File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / ntpd / complete.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: saveconfigdir "/etc/ntp/conf"
    2: driftfile "/etc/ntp.drift"
    3: logfile "/var/log/ntp.log"
    4: logconfig =allall -allinfo -allevents -allstatistics -allstatus +allall -clockinfo -clockevents -clockstatistics -clockstatus +clockall -syncinfo -syncevents -syncstatistics -syncstatus +syncall -sysinfo -sysevents -sysstatistics -sysstatus +sysall
    5: statsdir "/etc/ntp/stats"
    6: statistics loopstats peerstats
    7: filegen clockstats file clockstats type none enable
    8: filegen cryptostats file cryptostats type pid link disable
    9: filegen loopstats file loopstats type day nolink enable
   10: filegen peerstats file peerstats type week enable
   11: filegen protostats file stats type month enable
   12: filegen rawstats file rawstats type year nolink enable
   13: filegen sysstats file sysstats type age enable
   14: filegen timingstats file timingstats type none disable
   15: crypto digest md5 host myhostname ident wedent pw cryptopass randfile /.rnd
   16: revoke 10
   17: keysdir "/etc/ntp/keys"
   18: keys "/etc/ntp.keys"
   19: trustedkey 1 2 3 4 5 6 7 8 9 10 11 12 (14 ... 16) 18 (32768 ... 65534)
   20: controlkey 12
   21: requestkey 12
   22: enable auth ntp monitor
   23: disable bclient calibrate kernel
   24: tos beacon 3600 ceiling 16 cohort 0 floor 1 maxclock 10 maxdist 1.5 minclock 3 mindist 0.001 minsane 1 orphan 16
   25: tinker allan 1500 dispersion 15 freq 0 huffpuff 7200 panic 1000 step 0.128 stepout 900
   26: broadcastclient
   27: server 127.127.1.0 mode 64 prefer true
   28: fudge 127.127.1.0 time1 0 time2 1.1 stratum 7 refid Abcd
   29: pool 0.north-america.pool.ntp.org. iburst preempt
   30: server 1.north-america.pool.ntp.org. iburst
   31: server -4 2.north-america.pool.ntp.org. minpoll 6 maxpoll 10 iburst
   32: server -6 ntp.davehart.net. minpoll 6 maxpoll 10 version 5 burst iburst
   33: peer -6 davehart.broker.freenet6.net. xleave autokey
   34: peer -4 192.168.192.168 key 1 bias 3.1416 noselect
   35: broadcast 192.168.192.255
   36: manycastclient 224.0.1.1
   37: manycastclient ff05::101
   38: manycastserver 224.0.1.1 ff05::101
   39: multicastclient 224.0.1.1 ff05::101
   40: discard minimum 1 average 3 monitor 1
   41: restrict default nomodify limited kod
   42: restrict trusted.host.name.example.com. nomodify
   43: restrict [fe80::1] mask [ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
   44: restrict 127.0.0.1 mask 255.255.255.255
   45: restrict ::1
   46: interface drop ipv6
   47: interface ignore ipv4
   48: interface drop wildcard
   49: interface listen eth0
   50: interface listen ipv6
   51: interface listen 192.168.192.0/24
   52: interface listen 192.168.193.1
   53: setvar varnondef = "this variable does not have default after the value"
   54: setvar vanity = "name plate" default
   55: trap 127.0.0.1 interface 127.0.0.1 port 1234
   56: trap 127.0.0.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>