ntp.conf.j2 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
  2. driftfile /var/lib/ntp/ntp.drift
  3. # listen on if
  4. interface ignore wildcard
  5. interface listen bat0
  6. interface listen eth0
  7. # Enable this if you want statistics to be logged.
  8. #statsdir /var/log/ntpstats/
  9. statistics loopstats peerstats clockstats
  10. filegen loopstats file loopstats type day enable
  11. filegen peerstats file peerstats type day enable
  12. filegen clockstats file clockstats type day enable
  13. # You do need to talk to an NTP server or two (or three).
  14. #server ntp.your-provider.example
  15. # pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will
  16. # pick a different set every time it starts up. Please consider joining the
  17. # pool: <http://www.pool.ntp.org/join.html>
  18. server 0.debian.pool.ntp.org iburst
  19. server 1.debian.pool.ntp.org iburst
  20. server 2.debian.pool.ntp.org iburst
  21. server 3.debian.pool.ntp.org iburst
  22. # Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
  23. # details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
  24. # might also be helpful.
  25. #
  26. # Note that "restrict" applies to both servers and clients, so a configuration
  27. # that might be intended to block requests from certain clients could also end
  28. # up blocking replies from your own upstream servers.
  29. # By default, exchange time with everybody, but don't allow configuration.
  30. # restrict -4 default kod notrap nomodify nopeer noquery
  31. # restrict -6 default kod notrap nomodify nopeer noquery
  32. restrict -4 default ignore
  33. restrict -6 default ignore
  34. # Local users may interrogate the ntp server more closely.
  35. restrict 127.0.0.1
  36. restrict ::1
  37. # allow from ff-do-subnets
  38. restrict {{supernode_mesh_ipv4|ipaddr('network')}} mask {{supernode_mesh_ipv4|ipaddr('netmask')}} kod notrap nomodify nopeer noquery
  39. restrict {{supernode_mesh_ipv6|ipaddr('network')}} mask {{supernode_mesh_ipv6|ipaddr('netmask')}} kod notrap nomodify nopeer noquery
  40. # Clients from this (example!) subnet have unlimited access, but only if
  41. # cryptographically authenticated.
  42. #restrict 192.168.123.0 mask 255.255.255.0 notrust
  43. # If you want to provide time to your local subnet, change the next line.
  44. # (Again, the address is an example only.)
  45. #broadcast 192.168.123.255
  46. # If you want to listen to time broadcasts on your local subnet, de-comment the
  47. # next lines. Please do this only if you trust everybody on the network!
  48. #disable auth
  49. #broadcastclient