This seems like a great time to prod more folks into joining the pool. If you have a static IP and a stable machine please consider becoming part of the pool:<p><a href="http://www.pool.ntp.org/en/join.html" rel="nofollow">http://www.pool.ntp.org/en/join.html</a><p>My firewall at home is part of the pool. You can configure how much traffic you can handle in the manage servers interface. With any decent cable connection you can set the speed to 768Kbit and never notice the traffic (ntp is just tiny udp datagrams).<p>While we are at it lets go through /etc/ntp.conf and remove any references to stratum one servers. With a recent version of ntp you can replace all of your server lines with:<p><pre><code> pool 0.CC.pool.ntp.org iburst
pool 1.CC.pool.ntp.org iburst
pool 2.CC.pool.ntp.org iburst
pool 3.CC.pool.ntp.org iburst
</code></pre>
Where CC is your country code {us,ca,de,mx,fr,etc}. I decided to err on the side of caution and give an example that will work with any reasonably recent version of ntp. With the most recent stable release the following one line will suffice:<p><pre><code> pool CC.pool.ntp.org iburst
</code></pre>
That one line will work for Mountain Lion, debian/unstable and the most recent ubuntu release and ntp will automatically poll more servers as needed.<p>More info on using the pool can be found here:<p><a href="http://www.pool.ntp.org/en/use.html" rel="nofollow">http://www.pool.ntp.org/en/use.html</a>