Configure NTP Server

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.

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

时间: 2024-10-12 21:01:23

Configure NTP Server的相关文章

VMware ESXi 5.5无法与Windows 2012 NTP Server同步时间

这次笔者需要面对的环境对时间的同步有比较高的要求, 而虚拟化的环境中时间是比较容易出问题的, 您可以参考上一篇博文为什么Domain controller上的time synchronization非常重要? 笔者的环境里, 经过亲自观察, 如果没有时间同步, 虚拟机与标准时间差距在短短的两个小时之内竟然就偏差了近半个小时!   按照VMware KB 1003063的说法, ESXi 5.5只要在vCenter的vSphere里配好NTP client就可以了. Note: For ESX 3

Configure Windows Server 2008 based DHCP database cleanup interval & lease grace period

My Windows Server 2008 based DHCP server related settings: 这里,LeaseExtension设置为10 minutes,意味着默认4个小时的grace period缩短到10分钟.DatabaseCleanupInterval默认为60 minutes,即默认每小时执行一次DHCP database cleanup. Configure Windows Server 2008 based DHCP database cleanup in

How to configure samba server in Linux     Print

Most Linux systems are the part of networks that also run Windows systems. Using Linux Samba servers, your Linux and Windows systems can share directories and printers. This is most use full situation where your clients are window native and you want

Linu NTP Server

Linux NTP SERVER INSTALL 1.安装 yum install ntp -y 2.配置 grep -Ev '^$|^#' /etc/ntp.conf restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopeer noquery restrict 131.107.13.100 //允许该NTP服务器进入 restrict 114.80.81.1

linux ntp server

UTC:协调世界时(英:Coordinated Universal Time ,法:Temps Universel Coordonné),又称世界统一时间,世界标准时间,国际协调时间.英文(CUT)和法文(TUC)的缩写不同,作为妥协,简称UTC.协调世界时是以原子时秒长为基础,在时刻上尽量接近于世界时的一种时间计量系统. NTP :network time protocol 软件时钟,1970/1/1 0:0:0 计算的总秒数 硬件时钟,bios时间 server主机的port  : UDP

【AD】【Server2008R2】 PDC NTP Client/NTP Server的设置 ...

上家公司有碰到过PDC主机时间异常导致客户端时间异常的问题,当时没有解决.最近正好看到,就想试试能否解决一下. 论坛搜索了,照着帖子中的都测试了,没有成功.网上也搜了很久,最后一篇文章给了我不少启发. http://gnaw0725.blog.51cto.com/156601/660266下面的内容是我经过反反复复的测试后得出的结论.与上述链接中的内容并不完全一致.有条件的你可以在虚拟机中测试,相信我的测试不会让你失望. 帖子中会反复出现的命令: w32tm 这个命令需要开启"Windows T

浅谈ntp server搭建

ntp时间服务器采用stratum分级架构来处理时间同步:举例说明:你搭建了一台ntp服务器,然后同步的server为stratum-1,你的ntp则为stratum-2,你的下级ntp则为tratum-3.依此类推,最多为15层. 1.ntp server安装: [[email protected] ~]# yum -y install ntp tzdata ntp相关文件说明: /etc/ntp.conf         #ntp server配置文件 /usr/sbin/ntpd     

ntp server 用法小结

今天公司要弄台NTP server作为同步时间用,故写一下用法小结 [[email protected] ~]# ntpq -p      remote           refid      st t when poll reach   delay   offset  jitter ==============================================================================*time2.isu.net.s .GPS.      

CentOS7 NTP server + keepalived

NTP安装 yum -y install ntp systemctl enable ntpd 首先同步一次时间 ntpdate time.windows.com ntp配置(Host1 Host2) /etc/ntp.conf server time.windows.com prefer server 0.asia.pool.ntp.org server 1.asia.pool.ntp.org server 2.asia.pool.ntp.org #记录上次的NTP server与上层NTP s