Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


ntp pool | 11 comments | Create New Account
Click here to return to the 'ntp pool' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
ntp pool
Authored by: goatbar on Wed, Apr 2 2008 at 3:01PM PDT
my /etc/ntp.conf looks like this to use the ntp pool... This works for people in the US
<blockquote>
server 0.us.pool.ntp.org minpoll 12 maxpoll 17
server 1.us.pool.ntp.org minpoll 12 maxpoll 17
server 2.us.pool.ntp.org minpoll 12 maxpoll 17
server 3.us.pool.ntp.org minpoll 12 maxpoll 17
server 0.north-america.pool.ntp.org minpoll 12 maxpoll 17
server 1.north-america.pool.ntp.org minpoll 12 maxpoll 17
server 2.north-america.pool.ntp.org minpoll 12 maxpoll 17
server 127.127.1.0 minpoll 12 maxpoll 17
</blockquote>
Then use this to get stats of what you are using:
<blockquote>
ntpq -p -n
</blockquote>

See http://www.pool.ntp.org/

[ Reply to This | # ]