I have a newly installed Centos 5.2 box, everything seems working except ntpdate sync, I have done enable port 123 UDP to pass through the firewall. I have tried to use -u for unprivileged ports but still keeps throwing this error "no server suitable for synchronization found". Can anyone there help?

link|improve this question

45% accept rate
What is in your /etc/default/ntpdate and /etc/ntp.conf files? What happens if you do ntpdate -q ntp.ubuntu.com? What happens if you run ntpdate with sudo? – Dennis Williamson Sep 16 '09 at 15:20
Have you also allowed the response packet back in through the firewall? – Thorbjørn Ravn Andersen Sep 16 '09 at 17:47
Yes, its enabled out and in – Rungano Sep 18 '09 at 12:22
feedback

3 Answers

Do you have a NTP server configured? ntpdate will display that error message if you don't have one... try

ntpdate pool.ntp.org

for starters.

link|improve this answer
Using the public NTP pool is the way to go. Even better if you isolate it to the continent you are on. – Avery Payne Sep 18 '09 at 5:02
feedback

You could try to sync with an internal NTP server to sort out firewall problems (every Windoze Domain Controller is also an NTP server, or install ntpd using yum).

link|improve this answer
feedback

Try this ntp-over-http

link|improve this answer
1  
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Mark Henderson Apr 12 at 6:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.