码迷,mamicode.com
首页 > 其他好文 > 详细

Configure NTP Server

时间:2018-03-29 12:42:25      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:windows 2016 NTP

Configure NTP Server for Time Sync.

[1]Right-click [Start] button and open [run] and input [gpedit.msc] like follows.
技术分享图片
[2]Select [Administrative Templates] - [System] - [Windows Time Service] - [Time Providers] on the left pane, and Open [Enable Windows NTP Server] on the right pane.
技术分享图片
[3]Check a box [Enabled] which is upper-left like follows.
技术分享图片
[4]Back to [Windows Time Service] on the left Pane, and click to Open [Global Configuration Settings].
技术分享图片
[5]Check a box [Enabled] which is upper-left and change [AnnounceFlag] to [5] like follows. Then Close Group-Policy-Editor.
技术分享图片
[6]Run [Server Manager] and Open [Tools] - [Services].
技术分享图片
[7]Select [Windows Time] Service and click [Start the service] or [Restart the service]. Furthermore, Change [Startup type] to [Automatic] if it is not the value.
技术分享图片
[8]If Windows Firewall is enabled, allow 123/UDP like follows.
技术分享图片

Configure NTP Client

[1]Right-click [Start] button and open [run] and input [gpedit.msc] like follows.
技术分享图片
[2]Select [Administrative Templates] - [System] - [Windows Time Service] - [Time Providers] on the left pane, and Open [Enable Windows NTP Client] on the right pane.
技术分享图片
[3]Check a box [Enabled] which is upper-left like follows.
技术分享图片
[4]Click to open [Configure Windows NTP Client] on the right pane.
技术分享图片
[5]

Check a box [Enabled] which is upper-left and change values for your environment.

[NtpServer] ? Hostname or IP address of your NTP Server.
The value [0x9] is generally OK to keep default. [0x9] means [0x01] + [0x08].
They mean like follows.

  0x01 SpecialInterval
  0x02 UseAsFallbackOnly
  0x04 SymmetricActive
  0x08 NTP request in Client mode

For [Type] section, It's OK to keep default [NT5DS] if your computer is in a Domain, but if not, change to [NTP].
For [SpecialPollInterval], set interval to sync time.
技术分享图片
[6]Open [Server Manager] - [Tools] - [Services].
技术分享图片
[7]Select [Windows Time] Service and click [Start the service] or [Restart the service]. Furthermore, Change [Startup type] to [Automatic] if it is not the value.
技术分享图片


Configure NTP Server

标签:windows 2016 NTP

原文地址:http://blog.51cto.com/2833481/2092392

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!