-----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-----
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to