|
Question : Time Server Errors - WHY!!!
|
|
I just setup win2000 active directory, my problem is the Time Service.
When I bootup I get error "The NTP server didn't respond" Event ID:11
Things I did so far:
I opened UDP port 123 on my firewall Set the following registry keys in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters
LocalNTP: 1 - always start the SNTP server ntpserver: to the ones listed below, one at a time period: SpecialSkew
ntp2.usno.navy.mil tock.usno.navy.mil tick.usno.navy.mil 132.163.4.102 (an IP I grabbed out of my 3rd party software that I use at home, still no luck)
If I go to the CMD prompt and type:
net stop w32time w32tm -once -v
I get this responce:
W32Time: BEGIN:InitAdjIncr W32Time: Adj 156250 , Incr 156250 fAdjust 0 W32Time: END:Line 2503 W32Time: BEGIN:TsUpTheThread W32Time: END Line 1407 W32Time: TimeMMInit() W32Time: Kernel timer : using default maximum resolution W32Time: MaximumTime = 156250 W32Time: CurrentTime = 156250 W32Time: Timer calibrated, looped 1 times W32Time: BEGIN:InitTmCfg W32Time: END:Line 807 W32Time: BEGIN:InitTmCli W32Time: END:Line 2596 W32Time: BEGIN:InitTmData W32Time: END:Line 2618 W32Time: AvoidTimeSyncOnWan 0 W32Time: ntpserver - 132.163.4.102 W32Time: BEGIN:CMOSSynchSet W32Time: Setting adjustment 156250 - Bool 0 W32Time: BEGIN:SetTSTimeRes W32Time: END:Line 1295 W32Time: END:Line 864 W32Time: BEGIN:InitializeDC W32Time: BEGIN:GetRole W32Time: Role is 'PDC' W32Time: END Line 672 W32Time: BEGIN:FetchParentDomainName W32Time: NetLogonGetTimeServiceParentDomain() returned 54b with ptr 0 W32Time: END:Line 782 W32Time: END:Line 704 W32Time: Server: Binding to 1 NIC. W32Time: Advertising that I'm a Time Service Provider W32Time: BEGIN:TsUpTheThread W32Time: timeBeginPeriod: setting resolution 9 W32Time: END Line 1407 W32Time: BEGIN:TimeSync W32Time: NTP(S): waiting for datagram... W32Time: BEGIN:FGetType W32Time: END Line 254 W32Time: BEGIN:FDoTimeNTPType W32Time: BEGIN:ChooseNTPServer W32Time: END Line 2178 W32Time: BEGIN:GetSocketForSynch W32Time: NTP: ntpptrs[0] - 132.163.4.102 W32Time: Port Pinging to - 123 W32Time: NTP: connect failed W32Time: END:Line 1170 W32Time: BEGIN:GetDefaultRid W32Time: END Line 2359 W32Time: BEGIN:ComputeDelay W32Time: BEGIN:NTPTry -- init W32Time: END Line 1683 W32Time: BEGIN:NTPTry -- try W32Time: BEGIN:ComputeInterval W32Time: END Line 2479 W32Time: Sending to server 48 bytes... W32Time: NTP: send failed! - 10057 W32Time: Logging event 0x8000000B. 15 min until this event is allowe d again. W32Time: 0x8000000B reported to System Log in Event Viewer W32Time: END Line 1951 W32Time: Time source failed to produce usable timestamp. W32Time: BEGIN:NTPTry -- fail W32Time: END Line 1683 W32Time: Time Out occured in sockets W32Time: BEGIN:NTPTry -- try W32Time: BEGIN:ComputeInterval W32Time: END Line 2479 W32Time: Sending to server 48 bytes... W32Time: NTP: send failed! - 10057 W32Time: Rejecting logging event 0x8000000B. 899 sec until this even t is allowed. W32Time: END Line 1951 W32Time: Time source failed to produce usable timestamp. W32Time: BEGIN:NTPTry -- fail W32Time: END Line 1683 W32Time: Time Out occured in sockets W32Time: BEGIN:NTPTry -- try W32Time: BEGIN:ComputeInterval W32Time: END Line 2479 W32Time: Sending to server 48 bytes... W32Time: NTP: send failed! - 10057 W32Time: Rejecting logging event 0x8000000B. 899 sec until this even t is allowed. W32Time: END Line 1949 W32Time: Time source failed to produce usable timestamp. W32Time: BEGIN:NTPTry -- fail W32Time: END Line 1683 W32Time: END Line 1496 W32Time: END Line 368 W32Time: BEGIN:ComputePostTimeData W32Time: BEGIN:ComputeInterval W32Time: END Line 2479 W32Time: BEGIN:ComputeSleepStuff W32Time: Computed stagger is 0ms, bias is 0ms W32Time: Time until next sync - 2699.960s W32Time: END:Line 816 W32Time: END:Line 221 W32Time: END:Line 196 W32Time: BEGIN:TermTime W32Time: NTP(S): received shutdown notification. W32Time: TimeMMCleanup() W32Time: BEGIN:FinishCleanup W32Time: BEGIN:TsUpTheThread W32Time: END Line 1407 W32Time: Inform NetLogon That you are not a TS Provider W32Time: BEGIN:UnInitializeDC W32Time: Ptrs 0 - 0 W32Time: END:Line 727 W32Time: Time service stopped. W32Time: END:Line 407
What am I doing wrong here? Am I using the wrong servers or what? I would prefer to get this working instead of resolving to a 3rd party software. 500 points for the expert that gets me syncing.
|
Answer : Time Server Errors - WHY!!!
|
|
what I do on win2k & xp net time /setsntp (to return to the original configuration) net time /setsntp:clock.redhat.com net stop w32time net start w32time net time /querysntp
maybe go make sure she auto starts on 2k.
firewall: you opened port 123 for UDP does the firewall restrict access to applications? I have to add a line to my checkpoint allowing services ie; www,ntp Dont forget windows will incriment the time slowly if it was way off. stop start service
|
|
|
|