Find the answer to your Linux question:
Results 1 to 2 of 2
Dear All, I configured NTP client by simply changing /etc/ntp.conf file and add my NTP server in it. I is synchronizing at every second which generates too much extra traffic ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    10

    NTP sync time?

    Dear All,
    I configured NTP client by simply changing /etc/ntp.conf file and add my NTP server in it.

    I is synchronizing at every second which generates too much extra traffic what i want is it must sync after an hour periodically.


    Need help...

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I think you need to specify the minpoll and maxpoll values, from the man page for ntp.conf:
    Code:
           minpoll minpoll, maxpoll maxpoll
                  These  options specify the minimum and maximum poll intervals for NTP messages, in seconds as a power of two.  The maximum poll interval defaults to 10 (1,024 s), but can be increased by the maxpoll option to an upper
                  limit of 17 (36.4 h).  The minimum poll interval defaults to 6 (64 s), but can be decreased by the minpoll option to a lower limit of 4 (16 s).  These option are valid only with the server and peer commands.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...