Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2007 09:51:51 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: ntpd just sits there and does nothing
Message-ID:  <46A46C27.6050703@infracaninophile.co.uk>
In-Reply-To: <46A453A4.90008@gmx.de>
References:  <469F9A85.4090209@gmx.de>	<20070719192749.GG1141@turion.vk2pj.dyndns.org> <46A453A4.90008@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

[LoN]Kamikaze wrote:
> My original intention was just to say that openntpd works just out of the box,
> while ntpd doesn't. And since openntpd works fine for me, I am not really
> interested in resolving this. Anyway since so many of you seem to be, here is
> the requested data:
> 
>> ntp.conf
> 
> server 0.de.pool.ntp.org minpoll 4 maxpoll 8
> server 1.de.pool.ntp.org minpoll 4 maxpoll 8
> server 2.de.pool.ntp.org minpoll 4 maxpoll 8
> server ntp1.rz.uni-karlsruhe.de minpoll 4 maxpoll 8
> server ntp2.rz.uni-karlsruhe.de minpoll 4 maxpoll 8
> server ntp3.rz.uni-karlsruhe.de minpoll 4 maxpoll 8
> server ntp4.rz.uni-karlsruhe.de minpoll 4 maxpoll 8
> 
> restrict default ignore
> restrict 127.0.0.1

Err.. your configuration says "ignore all NTP servers except
localhost".  You would need to let ntpd accept a time service from
all those machines you've told it are servers.  Since you're using
pool.ntp.org, you're going to need a blanket 'allow any server'
config like:

restrict default nomodify nopeer noquery
restrict 127.0.0.1

	Cheers,

	Matthew

- --
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGpGwn8Mjk52CukIwRCKcjAJkBuV9WEBjb5XUOTLUGFyrivn/3KgCffnDa
8Ya5zpx5rZlQndLS377fPMA=
=5nqc
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46A46C27.6050703>