windows-server-2008 – 为什么我的域服务器(2008 R2)不能正确地与外部时间服务同步?

我已将PDC( Windows 2008 R2)配置为与外部时间源uk.pool.ntp.org同步,并按照此处列出的所有说明操作:

http://blogs.technet.com/b/industry_insiders/archive/2006/08/29/w32-tm-service.aspx

但由于某种原因,它总是比正确的时间快5-6分钟.当我查询对等体的值时,它显示

C:\Windows\system32>w32tm /query /peers
#Peers: 1

Peer: uk.pool.ntp.org,0x1
State: Active
Time Remaining: 732.9759988s
Mode: 1 (Symmetric Active)
Stratum: 2 (secondary reference - syncd by (S)NTP)
PeerPoll Interval: 10 (1024s)
HostPoll Interval: 10 (1024s)

C:\Windows\system32>w32tm /monitor /computers:uk.pool.ntp.org
uk.pool.ntp.org[82.219.4.30:123]:
    ICMP: 15ms delay
    NTP: -339.9182573s offset from local clock
        RefID: ntp2.linx.net [195.66.241.10]
        Stratum: 2

Warning:
Reverse name resolution is best effort. It may not be
correct since RefID field in time packets differs across
NTP implementations and may not be using IP addresses.

谁能告诉我为什么会这样?这让我很生气!!

提前致谢.

好的所以经过大量的查看,检查和重新配置,我有一个巨大的AH HAAH!时刻:

这台机器作为虚拟服务器运行!
Hyper-V具有时间同步集成服务.
检查时Hyper-V主机有错误的时间!

转到此域服务器的hyper-v管理器上的设置,并取消选中管理下的时间同步 – >整合服务然后申请,立即解决问题!

我真的希望这有助于某人.

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...