OpenNTPD setupAccess restrictionslisten on 127.0.0.1 listen on 192.168.178.2 Selecting a serverNTP Pool Time Serverspool.ntp.org uses DNS round robin to make a random selection from a pool of OpenAccess time servers. This is often good enough for end-users. The minimal ntpd configuration file (e.g. /etc/ntpd.conf) for using pool.ntp.org is: servers de.pool.ntp.org UPDATED If you have a buggy DNS name resolver which doesn't properly do round robin ('ntpq -pn' shows the same server three times) you can use 0.pool.ntp.org, 1.pool.ntp.org and 2.pool.ntp.org. For users of pool.ntp.org zones, there are now also 0, 1 and 2. Currently I use this: server ntp1.theremailer.net server tick.keso.fi server time2.one4vision.de server timeserver.ntp.ch /etc/conf.d/ntpd# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/files/openntpd.conf.d,v 1.2 2004/11/22 15:27:51 vapier Exp $ NTPD_HOME=/var/chroot/ntpd NTPD_OPTS="" LinksMost are actually ntp links, not so much openntpd:
Back to Personal Wiki |