O servidor 2008 não será sincronizado com o NTP [closed]

2

Recentemente, recebi uma máquina server 2008 r1 e pensei em configurá-la para ajudar a manter melhor minha pequena rede de trabalho de 10 PCs.

O problema que estou tendo é que não consigo sincronizá-lo com uma fonte de horário externa.

Eu fiz muito googling e tentei tudo o que pude encontrar.

Confirmei que o servidor é o 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

Eu tentei redefinir o serviço

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

Eu tentei configurar listas de pares

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

Confirmei que o servidor pode acessar servidores 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

Eu tentei ressincronizar o serviço

w32tm /resync

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

Quando tento monitorar o serviço, obtenho

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: 

Eu vi que há um endereço IP6 enquanto eu estou usando o ip4, então eu desabilitei o ip6 do adaptador de rede, mas ainda nada.

O servidor é o DNS para o domínio com um secundário sendo o roteador. Eu uso o lançamento do pfSense 2.1 como meu roteador, que também é DHCP para a rede

Atualizar

[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)
    
por Lloyd Quenby 21.03.2014 / 20:15

0 respostas