home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120521.etc.tar.gz / bradford.20120521.etc.tar / etc / ntp.conf.bak_Wed_Jun_24_14:55:43_2009 < prev    next >
Text File  |  2009-06-24  |  2KB  |  66 lines

  1. ################################################################################
  2. ## /etc/ntp.conf
  3. ##
  4. ## Sample NTP configuration file.
  5. ## See package 'ntp-doc' for documentation, Mini-HOWTO and FAQ.
  6. ## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
  7. ##
  8. ## Author: Michael Andres,  <ma@suse.de>
  9. ##
  10. ################################################################################
  11.  
  12. ##
  13. ## Radio and modem clocks by convention have addresses in the 
  14. ## form 127.127.t.u, where t is the clock type and u is a unit 
  15. ## number in the range 0-3. 
  16. ##
  17. ## Most of these clocks require support in the form of a 
  18. ## serial port or special bus peripheral. The particular  
  19. ## device is normally specified by adding a soft link 
  20. ## /dev/device-u to the particular hardware device involved, 
  21. ## where u correspond to the unit number above. 
  22. ## 
  23. ## Generic DCF77 clock on serial port (Conrad DCF77)
  24. ## Address:     127.127.8.u
  25. ## Serial Port: /dev/refclock-u
  26. ##  
  27. ## (create soft link /dev/refclock-0 to the particular ttyS?)
  28. ##
  29. # server 127.127.8.0 mode 5 prefer
  30.  
  31. ##
  32. ## Undisciplined Local Clock. This is a fake driver intended for backup
  33. ## and when no outside source of synchronized time is available.
  34. ##
  35. server 127.127.1.0        # local clock (LCL)
  36. fudge  127.127.1.0 stratum 10    # LCL is unsynchronized
  37.  
  38. ##
  39. ## Outside source of synchronized time
  40. ##
  41. server us.pool.ntp.org
  42.  
  43. ##
  44. ## Miscellaneous stuff
  45. ##
  46.  
  47. driftfile /var/lib/ntp/drift/ntp.drift # path for drift file
  48.  
  49. logfile   /var/log/ntp        # alternate log file
  50. # logconfig =syncstatus + sysevents
  51. # logconfig =all
  52.  
  53. # statsdir /tmp/        # directory for statistics files
  54. # filegen peerstats  file peerstats  type day enable
  55. # filegen loopstats  file loopstats  type day enable
  56. # filegen clockstats file clockstats type day enable
  57.  
  58. #
  59. # Authentication stuff
  60. #
  61. # keys /etc/ntp.keys        # path for keys file
  62. # trustedkey 1 2 3 4 5 6 14 15    # define trusted keys
  63. # requestkey 15            # key (7) for accessing server variables
  64. # controlkey 15            # key (6) for accessing server variables
  65.  
  66.