积极答复者
域控制器配置时间源问题

问题
-
您好,版主!
最近发现域中客户端计算机时间不一致,导致各种问题。我想将域中的客户端统一使用PDC的时间源,配置完成后,出现了一些问题,烦请帮忙一下原因。
1、操作系统是windows server 2012 (主域控制器)
2、查看时间源配置方式(w32tm /query /source)
3、查看的结果:Free-running System Clock 并不是local cmos time
4、客户端查看状态(w32tm /query /status)
5、查看的结果:
Leap 指示符: 3(上一分钟有 61 秒)
层次: 0 (未指定)
精度: -23 (每刻度 119.209ns)
根延迟: 0.0000000s
根分散: 0.0000000s
引用 ID: 0x00000000 (未指定)
上次成功同步时间: 未指定
源: Free-running System Clock
轮询间隔: 10 (1024s)
田辉
答案
-
非常感谢您的答复。问题已经解决,谢谢!
域的客户端同步的时间源已经设置到PDC服务器。这里面自动同步时间可能比较长且之前的防火墙123端口只开通了一个程序通过,增加了一个防火墙规则,设置123端口允许所有程序连接。
田辉
- 已标记为答案 tianskyyou 2018年1月17日 7:22
全部回复
-
您好,
据我所知,让所有的客户端与PDC同步时间,我们应该使用NT5DS模式,下面的三篇文章供您参考,建议根据文章中的内容,再次确认一下Windows time service 的配置(文章为英文):
https://blogs.technet.microsoft.com/nepapfe/2013/03/01/its-simple-time-configuration-in-active-directory/
如果您还有什么不清楚的地方,请告诉我们。
谢谢
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- 已编辑 William LiangMicrosoft contingent staff, Moderator 2018年1月11日 2:57
- 已建议为答案 William LiangMicrosoft contingent staff, Moderator 2018年1月12日 5:40
-
您好,
请问您的问题解决了吗?
如果您仍然需要帮助,请告诉我们。
谢谢
William
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
请问您是否尝试过临时关闭防火墙,来进行排查该问题?如果客户端与PDC之间不能再123端口通信,可能会出现这种情况。
Best Regards,
William
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 William LiangMicrosoft contingent staff, Moderator 2018年1月17日 7:24
-
您好,
在您的DC 与客户端之间,是否存在有硬件防火墙或者其他安全设备呢?可能是因为您环境中的安全设备把端口给阻塞掉了。
Best Regards,
William
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
你好:
可否提供一下命令 w32tm /query /peers的输出结果?
另外您是否尝试过使用下面的命令重新注册win32time服务以及手动与PDC进行时间同步?
net stop w32time
w32tm /unregister
w32tm /register
net start w32timew32tm /config /manualpeerlist:NTPserver /syncfromflags:manual /reliable:yes /update
Best Regards,
William
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
非常感谢您的答复。问题已经解决,谢谢!
域的客户端同步的时间源已经设置到PDC服务器。这里面自动同步时间可能比较长且之前的防火墙123端口只开通了一个程序通过,增加了一个防火墙规则,设置123端口允许所有程序连接。
田辉
- 已标记为答案 tianskyyou 2018年1月17日 7:22
-
您好,
很高兴听到您的问题已经解决。同时,麻烦您将对您有帮助的回复也标记为答案。
如果有其他可以帮到您的地方,也请随时在论坛进行发帖。
Best Regards,
William
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 frank_songMicrosoft contingent staff, Moderator 2018年1月17日 7:33