From owner-freebsd-questions Tue Aug 6 22:57:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18144 for questions-outgoing; Tue, 6 Aug 1996 22:57:38 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts12-line16.uoregon.edu [128.223.150.148]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA18136 for ; Tue, 6 Aug 1996 22:57:34 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id WAA00477; Tue, 6 Aug 1996 22:57:20 -0700 (PDT) Date: Tue, 6 Aug 1996 22:57:20 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: "Jay L. West" cc: freebsd-questions@freebsd.org Subject: Re: timed vs. xntpd In-Reply-To: <199608061425.JAA12530@bsd.tseinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Aug 1996, Jay L. West wrote: > We have a router that is synchronized to the US Naval Observatory timeclock > via NTP. We would like to have our FreeBSD systems in turn synchronize to > our router. > > Upon looking into FreeBSD's support for NPT, I came across the docs for > timed. It appears to me that timed and xntpd are basically equivalents (you > can use one or the other but not both). > > Is this correct? I know the router supports ntp, but probably not timed > (it's a > cisco 2514 enterprise). Any help is most appreciated! Please respond to > this > email directly as I'm not on the questions list. Not sure, but I use xntpd and it picks up NTP servers just fine. Just make an /etc/ntp.conf like this: #ntp configuration file for gdi.uoregon.edu server phloem.uoregon.edu Change the server to match your situation (in this case to point to your router), then enable it in sysconfig with: xntpdflags="-c /etc/ntp.conf" And you're off and rolling. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major