ntpdate won't work?

My server's clock is about 1.5 hours off from 'real' local time, but I can't get it to sync up properly. Note that pool.ntp.org isn't the first one I've tried; I used tick.mit.edu to sync up my desktop earlier today, and then tried it on this server, but got the same error. I tried pool.ntp.org (several times) since round-robin DNS should mean I get a different server each time.

Code:
[root@first root]# /usr/sbin/ntpdate pool.ntp.org
 1 Nov 20:17:08 ntpdate[3054]: no server suitable for synchronization found
(The number [3054] is the process ID, not an error code. Either that or the error code keeps increasing in number...)

Code:
[root@first root]# ping -c 2 pool.ntp.org
PING pool.ntp.org (80.85.129.25) from 192.168.1.1 : 56(84) bytes of data.
64 bytes from idi.interstroom.nl (80.85.129.25): icmp_seq=1 ttl=239 time=111 ms
64 bytes from idi.interstroom.nl (80.85.129.25): icmp_seq=2 ttl=239 time=112 ms

--- pool.ntp.org ping statistics ---
2 packets transmitted, 2 received, 0% loss, time 1002ms
rtt min/avg/max/mdev = 111.623/112.140/112.658/0.616 ms
I can reach it over the network just fine. Anyone have any idea what's up?

 

 

 

 

Top