Subject: Re: timed where can I connect?
To: Jim Reid <jim@mpn.cp.philips.com>
From: Simon Burge <simonb@telstra.com.au>
List: netbsd-help
Date: 07/02/1998 11:54:25
On Wed, 01 Jul 1998 11:33:17 +0200  Jim Reid wrote:

> It's trivial. Ignore the nonsense with keys and precision and so on.
> A 3 or 4 line ntp.conf file will work just fine. All you *really* need
> are a few entries like:
> 	server IP-address-1
> 	server IP-address-2
> 	server IP-address-3
> 
> Where the IP addresses are for reliable NTP servers.

It would also be a good idea to keep a driftfile so you don't have to
re-establish your clock's drift every time xntpd starts.  I also use a
pid file.  Something like:

	server IP-address-1
	server IP-address-2
	server IP-address-3

	driftfile /var/db/ntp.drift
	pidfile /var/run/xntpd.pid

Should do the trick.

Simon.