This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASG Time Sync Interval?

How often does the internal time service on an ASG update with the ntp servers?

My Windows machines, by default, update ONCE a week, and many of them are up to 3-5 minutes slow by the end of the week.  I have updated the Windows update interval to DAILY and would like to point it to my ASG (to save on bandwidth) and was curious how often it actually syncs with the main time servers?


This thread was automatically locked due to age.
Parents
  • NTPd is pretty smart on detecting the time drift from the local clock.
    Depending on the drift, ntpd has smaller or larger intervals of query other ntpd servers.

    You can list the other NTP servers and the poll interval via command line:
    ntpdc -c peers 127.0.0.1

    Cheers
     Ulrich
Reply
  • NTPd is pretty smart on detecting the time drift from the local clock.
    Depending on the drift, ntpd has smaller or larger intervals of query other ntpd servers.

    You can list the other NTP servers and the poll interval via command line:
    ntpdc -c peers 127.0.0.1

    Cheers
     Ulrich
Children
No Data