NTP - configure windows server (in domain environment) to use linux server as NTP

WW-6729 371 Reputation points
2022-02-10T08:17:22.783+00:00

Hello! I'm trying to force one windows server (server is in domain) to sync time with another server (Linux) who acts as NTP server. I'm trying to do this just for this windows server. Does anybody knows proper procedure because everything I tried doesn't work? Thank you!

Best regards!

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,077 questions
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. WW-6729 371 Reputation points
    2022-02-14T10:19:48.73+00:00

    Hi,

    it's already configured to accept maximum time change:
    174065-image.png

    As per link this means:
    174057-image.png

    BR

    0 comments No comments

  2. Limitless Technology 39,336 Reputation points
    2022-02-14T15:19:50.313+00:00

    Hello @WW-6729

    To synchonize the time from a different time source, you need to execute the next from an elevated command prompt:

    ******/config /syncfromflags:manual /manualpeerlist:<serverIP>,0x8 /reliable:yes /update

    ******/config /update

    net stop w32time

    net start w32time

    Source: https://learn.microsoft.com/en-us/services-hub/health/remediation-steps-ad/configure-the-root-pdc-with-an-authoritative-time-source-and-avoid-widespread-time-skew

    Other resources, guides, and paramters for configuring w32time can be found here: https://learn.microsoft.com/en-us/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings

    Hope this helps with your query,

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments