From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 14:53:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C30E137B401 for ; Sat, 12 Jul 2003 14:53:04 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF06443F3F for ; Sat, 12 Jul 2003 14:53:03 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h6CLqx3M001695; Sun, 13 Jul 2003 09:53:01 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h6CLqxxl001694; Sun, 13 Jul 2003 09:52:59 +1200 (NZST) Date: Sun, 13 Jul 2003 09:52:59 +1200 From: Jonathan Chen To: Kurt Message-ID: <20030712215259.GB1519@grimoire.chen.org.nz> References: <020201c348bb$b97b5de0$3f05a8c0@bfgapollo1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <020201c348bb$b97b5de0$3f05a8c0@bfgapollo1> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: NTP broadcast client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 21:53:05 -0000 On Sat, Jul 12, 2003 at 02:22:39PM -0700, Kurt wrote: > Howdy all, > > I've got a Windows machine running Tardis ( nice piece of shareware) on > my network, and it's broadcasting ntp updates on the subnet. I'm trying > to get my freebsd machines to listen to those broadcasts to maintain > their own clocks, rather than querying the outside servers. > > I've got the following line in my rc.conf, which I read *somewhere* > after much googling that it would simply start the ntp daemon in > listening mode: > > ntpd_enable="YES" > > However, I see no ntp daemon, and am wondering just where I went > wrong.... You're missing a /etc/ntp.conf. ntp.conf(5). This needs to contain the line: broadcastclient -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly.