Here's a working example of an /etc/ntp.conf file

server tick.utoronto.ca
server tock.utoronto.ca
server chime.utoronto.ca
server 127.127.1.0
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
authenticate no


xntpd will try to access the three real time servers.  It is good practice
to use more than one and xntpd will compare all and calculate the time
using input form them all.

The local server 127.127.1.0 is a default for xntpd if it can't reach the
real ones.  The fudge line tell xntpd that this is a stratum 10 time
server (the lowest level choice possible) and to ignore this unless
nothing else is available.

You should not try to use stratum 1 servers.  It is also polite to send an
email to the server's administrator you intend to use so he knows who
you are.  Not all time servers are open to the public.  Make sure you
check the list first for public ones.


Gerry



 ----- Original Message -----
From: "Avram Aumick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 21, 1999 8:01 PM
Subject: RE: xntpd question


> Out of curiousity, I had the fudge entry commented out and had an entry
> "server 127.0.0.1". From what you are saying, I should uncomment the fudge
> entry and remove the server entry pointing to my localhost. Is this true?
>
> Avram
>
> On Tue, 21 Dec 1999, Gerry Doris wrote:
>
> > I believe that may be caused by an incorrect /etc/ntp.conf entry.  You
should
> > only have the local host fudge entry and the server line(s).  Please
post your
> > config file to check.
> >
> > Gerry
> >
> >
> > On 21-Dec-99 Todd A. Jacobs wrote:
> > > I'm getting the following in my logs. I can't figure out what this
> > > means. Is it trying to tell me that xntp isn't binding to the port?
How
> > > can I tell if it's working?
> > >
> > > Dec 20 21:13:17 cyrix xntpd[25555]: bind() fd 10, family 2, port 123,
addr
> > > e0000101, in_classd=1 flags=0 fails: Address already in use
> > >
> > > --
> > > Todd A. Jacobs
> > > Network Systems Engineer



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to