Your ntp.conf file looks fine, although most people are now using the server list I'm attaching (assuming you're in the U.S.).
I'm assuming you're running ntp under svc.
See if you can get any more info from debugging mode (I'm assuming you're running ntp under svc):
svcadm disable -t ntp
/usr/lib/inet/xntpd -d
Does this report anything useful?
Main Topics
Browse All Topics





by: medveddPosted on 2009-09-25 at 08:36:11ID: 25424098
Do you have any firewalls that blocks UDP traffic? ntpd uses UDP port 123, ntpdate -u -d uses unprivileged UDP port (above 1024).