From owner-freebsd-stable Mon Feb 24 21: 1:24 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94FC537B401 for ; Mon, 24 Feb 2003 21:01:23 -0800 (PST) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EFF43FCB for ; Mon, 24 Feb 2003 21:01:22 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.6/8.12.6) with ESMTP id h1P515Sc020502; Tue, 25 Feb 2003 16:01:05 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA03316; Tue, 25 Feb 2003 16:01:04 +1100 (EST) Message-Id: <200302250501.QAA03316@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: John Hay Cc: stable@FreeBSD.ORG, John Subject: Re: ntp broadcast mode In-reply-to: Your message of Mon, 24 Feb 2003 09:49:10 +0200. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 Feb 2003 16:01:04 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Do you have ntpd setup for crypto? I've now got it working using symmetric keys. For the record (it's taken a bit of fiddling to get this right): - FreeBSD doesn't support DES crypto in ntpd - so you must use type "M" keys in the ntp.keys file. (This is also true and works for Solaris, despite the confusing ntp.conf man page) - and you must specify the filename with a "keys /etc/ntp.keys" directive - there is no default value, despite what the manual seems to imply. Given that, broadcast mode is working fine for me now, even with Solaris clients. Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message