From owner-freebsd-questions@FreeBSD.ORG Sat May 14 16:25:34 2005 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 7D29B16A4D0 for ; Sat, 14 May 2005 16:25:34 +0000 (GMT) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A14843D72 for ; Sat, 14 May 2005 16:25:34 +0000 (GMT) (envelope-from dlevitch@iglou.com) Received: from [192.107.41.6] (helo=iglou3.iglou.com) by rdsmtp.iglou.com with esmtp (8.12.5/8.12.5) id 1DWzSH-0002a4-Mo for freebsd-questions@freebsd.org; Sat, 14 May 2005 12:25:33 -0400 Received: from [192.107.41.17] (helo=shell1) by iglou3.iglou.com with esmtp (8.12.5/8.12.5) id 1DWzSH-0001sx-Di for freebsd-questions@freebsd.org; Sat, 14 May 2005 12:25:33 -0400 Date: Sat, 14 May 2005 12:25:33 -0400 (EDT) From: Darrel X-X-Sender: dlevitch@shell1 To: freebsd-questions@freebsd.org In-Reply-To: <42860164.3030102@grokking.org> Message-ID: References: <42860164.3030102@grokking.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: verified Subject: Re: openntpd-3.6.1p1_1,2 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, 14 May 2005 16:25:34 -0000 >> Anyone have some insight of this problem? >> >> ntpq> associations >> ind assID status conf reach auth condition last_event cnt >> =========================================================== >> 1 60268 8000 yes yes none reject >> 2 60269 8000 yes yes none reject >> 3 60270 8000 yes yes none reject >> 4 60271 8000 yes yes none reject >> 5 60272 8000 yes yes none reject >> >> # ps -x | grep ntp >> 378 ?? Ss 0:00.95 /usr/sbin/ntpd -c /etc/ntp.conf -p \ >> /var/run/ntpd.pid >> 34181 ?? Ss 0:00.01 ntpd >> 34187 p0 R+ 0:00.00 grep ntp >> >>> cat /etc/ntp.conf >> >> listen on * >> listen on 127.0.0.1 >> listen on ::1 >> >> server reva.sixgirls.org prefer >> server ntp-3.vt.edu >> server ntp3.cs.wisc.edu >> server ntp1.kansas.net >> server gilbreth.ecn.purdue.edu >> >>> uname -v >> >> FreeBSD 5.3-RELEASE-p15 #0: Fri May 13 22:01:27 EDT 2005 >> >> also rc.conf: >> ntpd_flags="-c /etc/ntp.conf -p /var/run/ntpd.pid -f /var/db/ntpd.drift" >> ntpd_enable="YES" >> > > Add: > > openntpd_enable = "YES" > > to /etc/rc.conf and remove the lines referring to "ntpd" as these are > for the BASE ntp included in the release, not openntpd. Check the port > startup script (under /usr/local/etc/rc.d) for additional information > and/or startup options. > > G Thanks, Greg. Also, I was behind a D-Link firewall which had a "Pre-defined" service called NTP(123). This service did not pass ntp traffic; however, when I created a user datagram protocol service on port 123 called alt_ntp then ntp4 from the ports collection began to sync. I have already deinstalled openntpd but plan to try it again, probably on Tuesday. Thanks again, for the good information! Darrel