NTP Servers, tick and tock

RiDDLeRThC

2[H]4U
Joined
Jun 13, 2002
Messages
3,963
Figured this will fit in well here.

Anyone else having an issue hitting these servers? Were they taken down for some reason?

tick.usno.navy.mil
tock.usno.navy.mil
 
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\chris>ping tick.usno.navy.mil

Pinging tick.usno.navy.mil [67.215.65.132] with 32 bytes of data:
Reply from 67.215.65.132: bytes=32 time=50ms TTL=53
Reply from 67.215.65.132: bytes=32 time=53ms TTL=53
Reply from 67.215.65.132: bytes=32 time=48ms TTL=53
Reply from 67.215.65.132: bytes=32 time=48ms TTL=53

Ping statistics for 67.215.65.132:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 48ms, Maximum = 53ms, Average = 49ms

C:\Users\chris>ping tock.usno.navy.mil

Pinging tock.usno.navy.mil [67.215.65.132] with 32 bytes of data:
Reply from 67.215.65.132: bytes=32 time=45ms TTL=53
Reply from 67.215.65.132: bytes=32 time=46ms TTL=53
Reply from 67.215.65.132: bytes=32 time=45ms TTL=53
Reply from 67.215.65.132: bytes=32 time=46ms TTL=53

Ping statistics for 67.215.65.132:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 45ms, Maximum = 46ms, Average = 45ms

C:\Users\chris>
 
Yep seems it may be down (the ntp service)

Code:
root@falcon:~# ntpdate time.nist.gov
21 Aug 18:05:41 ntpdate[18715]: adjust time server 207.200.81.113 offset 0.004714 sec
root@falcon:~# ntpdate tick.usno.navy.mil
21 Aug 18:05:54 ntpdate[18716]: no server suitable for synchronization found
root@falcon:~# ntpdate  tock.usno.navy.mil 
21 Aug 18:06:10 ntpdate[18717]: no server suitable for synchronization found
root@falcon:~#
 
Last edited:
Chris - those are the wrong IPs. reverse lookup points to opendns for the IP you resolved.
 
There you go. If you are deperate for ntp service, try pool.ntp.org- I typically use pool0.ntp.org, never failed me.
 
Or you could use....

4.2.2.2
4.2.2.3
4.2.2.4
4.2.2.5
4.2.2.6
4.2.2.7
 
0.us.pool.ntp.org and 1.us.pool.ntp.org
I don't believe I've ever seen a failure using those servers. Works like a charm.
Consider donating ntp servers to cause if you can.
 
I've always used tick and tock but maybe its time for a change.

even the 4.2.2.x servers weren't resolving it earlier for me.
 
I looked into it once a while ago, so correct me if I'm wrong, but 0.pool.ntp.org will assign a pool of available low-latency servers.pool.us.ntp.org (or pool.locale.ntp.org) will supply servers of the specifed reported locale, regardless of distance, latency, or whatnot.
 
Back
Top