From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 06:52:59 2004 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 A0CF616A4CE for ; Sun, 29 Aug 2004 06:52:59 +0000 (GMT) Received: from maccarony.ntp.org (www.ntp.org [128.4.35.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687C843D49 for ; Sun, 29 Aug 2004 06:52:59 +0000 (GMT) (envelope-from stenn@www.ntp.org) Received: by maccarony.ntp.org (Postfix, from userid 62) id 0F038D1DB; Sun, 29 Aug 2004 06:52:58 +0000 (UTC) Received: from www.ntp.org (localhost [127.0.0.1]) by maccarony.ntp.org (Postfix) with ESMTP id 32A28D1D7; Sun, 29 Aug 2004 06:52:53 +0000 (UTC) To: NewsGroups@US-Webmasters.com In-Reply-To: "W. D."'s (NewsGroups@US-Webmasters.com) message dated Sun, 29 Aug 2004 01:46:17. <41317BB9.299B@US-Webmasters.com> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Date: Sun, 29 Aug 2004 02:52:53 -0400 Message-ID: <17990.1093762373@www.ntp.org> From: Harlan Stenn X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on maccarony.ntp.org X-Spam-Level: X-Spam-Status: No, hits=0.0 required=4.1 tests=none autolearn=no version=2.60 X-Sanitizer: This message has been sanitized! X-Sanitizer-URL: http://mailtools.anomy.net/ X-Sanitizer-Rev: UDEL-ECECIS: Sanitizer.pm,v 1.64 2002/10/22 MIME-Version: 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: freebsd-questions@freebsd.org cc: stenn@ntp.org cc: Harlan Stenn cc: david-taylor@blueyonder.co.uk cc: Danny Mayer Subject: Re: ntpd as broadcastclient - not working? 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: Sun, 29 Aug 2004 06:52:59 -0000 I'd recommend the latest ntp-dev tarball once you have it: % tar xvzf ntp-dev-whatever.gz % cd ntp-dev-whatever % mkdir A.x % cd A.x % ../configure % make % su # make install # /usr/local/bin/ntpd -gN -D2 (or whatever) And remember that you need to use authentication by default if you are using broadcast. If you do not want to use authentication you will either need a line in your ntp.conf file (I forget what it is, but it should be easy to find) or use -A on the command line. It's pretty easy to set up authentication. H