Server 2008 不会与 NTP 同步

Server 2008 不会与 NTP 同步

我最近得到了一台服务器 2008 r1 机器,我想设置它以帮助更好地维护我的 10 台电脑的小型工作网络。

我遇到的问题是无法让它与外部时间源同步。

我已经在谷歌上进行了大量搜索,并尝试了所有我能找到的方法。

我已经确认服务器是 PDC

NETDOM QUERY /D:nlsc.local FSMO

Schema master JANEWAY.NLSC.local

Domain naming master JANEWAY.NLSC.local

PDC JANEWAY.NLSC.local

RID pool manager JANEWAY.NLSC.local

Infrastructure master JANEWAY.NLSC.local

我尝试过重置服务

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

我曾尝试设置对等列表

w32tm /config /manualpeerlist:"uk.pool.ntp.org" /syncfromflags:MANUAL /reliable:yes

我已确认服务器可以访问 NTP 服务器

w32tm /stripchart /computer:uk.pool.ntp.org /samples:2 /dataonly

Tracking uk.pool.ntp.org [217.114.59.66:123].
Collecting 2 samples.
The current time is 21/02/2014 11:19:30.
11:19:30, -25.2591846s
11:19:33, -25.2494523s

我已尝试重新同步服务

w32tm /resync

Sending resync command to local computer
The computer dud not resync because no time data was available

当我尝试监控服务时,我得到了

w32tm /monitor

Getting AD DC list for default domain...
Analyzing JANEWAY.NLSC.local (1 of 1)...
delayerror ERROR_TIMEOUT - no response from server in 1000ms

JANEWAY.NLSC.local *** PDC ***[[fe80::8d8d:4933:9e57:7ab7%10]:123]:
    ICMP: 0ms 
    NTP: 

当我使用 ip4 时,我看到有一个 ip6 地址,因此我从网络适配器禁用了 ip6,但仍然没有任何反应。

服务器是域的 DNS,辅助服务器是路由器。我使用 pfSense 2.1 版本作为我的路由器,它也是网络的 DHCP

更新

[Configuration]
EventLogFlags: 2 (Local)
AnnounceFlags: 10 (Local)
TimeJumpAuditOffset: 28800 (Local)
MinPollInterval: 6 (Local)
MaxPollInterval: 10 (Local)
MaxNegPhaseCorrection: 172800 (Local)
MaxPosPhaseCorrection: 172800 (Local)
MaxAllowedPhaseOffset: 300 (Local)

FrequencyCorrectRate: 4 (Local)
PollAdjustFactor: 5 (Local)
LargePhaseOffset: 50000000 (Local)
SpikeWatchPeriod: 900 (Local)
LocalClockDispersion: 10 (Local)
HoldPeriod: 5 (Local)
PhaseCorrectRate: 7 (Local)
UpdateInterval: 100 (Local)


[TimeProviders]
NtpClient (Local)
DllName: C:\Windows\system32\w32time.dll (Local)
Enabled: 1 (Local)
InputProvider: 1 (Local)
CrossSiteSyncFlags: 2 (Policy)
AllowNonstandardModeCombinations: 1 (Local)
ResolvePeerBackoffMinutes: 15 (Policy)
ResolvePeerBackoffMaxTimes: 7 (Policy)
CompatibilityFlags: 2147483648 (Local)
EventLogFlags: 0 (Policy)
LargeSampleSkew: 3 (Local)
SpecialPollInterval: 1080 (Policy)
Type: NT5DS (Policy)

NtpServer (Local)
DllName: C:\Windows\system32\w32time.dll (Local)
Enabled: 0 (Policy)
InputProvider: 0 (Local)

相关内容