/contrib/ntp/conf/grundoon.conf

https://bitbucket.org/freebsd/freebsd-head/ · Config · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · c0f0f1ee9b6c9835e3501d90cd30b28d MD5 · raw file

  1. #
  2. # NTP configuration file (ntp.conf)
  3. # grundoon.udel.edu
  4. #
  5. server 127.127.11.1 prefer # Arbiter 1088 GPS receiver
  6. fudge 127.127.11.1 time1 .00487 flag1 1 flag4 1
  7. server 127.127.22.1 minpoll 4 # PPS quick poll
  8. fudge 127.127.22.1 # default use PLL/FLL loop
  9. broadcast 128.4.2.255 key 5 # brpadcast on LAN shared key
  10. broadcast 239.1.1.2 autokey # multicast on WAN autokey
  11. manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
  12. manycastserver 239.1.1.1
  13. #
  14. # Access control stuff
  15. #
  16. restrict default noserve # default deny
  17. restrict 127.0.0.1 # allow local host
  18. restrict 128.4.0.0 mask 255.255.0.0 # allow DCnet clients
  19. restrict 128.175.0.0 mask 255.255.0.0 # allow UDel clients
  20. restrict 140.173.0.0 mask 255.255.0.0 # allow DARTnet/CAIRN clients
  21. #
  22. # Authentication stuff
  23. #
  24. crypto # enable public key
  25. keys /usr/local/etc/ntp.keys # path for keys file
  26. trustedkey 3 4 5 14 # define trusted keys
  27. requestkey 14 # key (7) for accessing server variables
  28. controlkey 14 # key (6) for accessing server variables
  29. #
  30. # Miscellaneous stuff
  31. #
  32. driftfile /etc/ntp.drift # path for drift file
  33. statsdir /var/spool/ntpstats/ # directory for statistics files
  34. filegen loopstats file loopstats type day enable