From owner-freebsd-questions@FreeBSD.ORG Thu May 18 10:20:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 87F1E16A406 for ; Thu, 18 May 2006 10:20:22 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD52F43D49 for ; Thu, 18 May 2006 10:20:21 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so444208uge for ; Thu, 18 May 2006 03:20:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=svcb/vnU64Mj85TZETmZ63WtHefdk18J6edQCw3InmuY99+UTWitn7+0Zz1Z/NvLOmzzBYFR9Jc9A0JKUm/SoU0Rb8qRxM44LvWwH/HIpOjufFCqjQoDIyw3dEUbmuMU1POiqYPbZwne4VpsVUCaCbLsmmjXxlWCD+ZQji8DWfA= Received: by 10.78.24.12 with SMTP id 12mr297346hux; Thu, 18 May 2006 03:20:20 -0700 (PDT) Received: by 10.78.39.15 with HTTP; Thu, 18 May 2006 03:20:20 -0700 (PDT) Message-ID: Date: Thu, 18 May 2006 11:20:20 +0100 From: Freminlins To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ntpd as a server on 5.4 and 6.0 just doesn't seem to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 10:20:22 -0000 Hello, I have this problem whereby I just cannot make ntpd work as a server on FreeBSD 5.4 and 6.0. It works flawlessly on 4.6.2, which I'm still running somewhere. The contents of my ntpd.conf file are: server ntp0.bris.ac.uk server ntp.linx.net restrict A.B.0.0 mask 255.255.0.0 notrust nomodify notrap (munged). statistics clockstats statsdir /var/db/ntpd filegen clockstats driftfile /etc/ntp.drift I've even tried removing the "restritct" line but to no avail. ntpd runs, but it doesn't actually return anything. The response on any machine querying this machine is "ntpdate[46934]: no server suitable for synchronization found". The same command works for the older box running 4.6.2. I don't believe it is at all a hardware issue as I've had exactly the same problem on another machine. I've looked at the handbook here " http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ntp.html" but it doesn't seem to suggest I have done anything wrong. Does anyone have a clue what the problem is? I'm just getting nowhere. Traffic gets to the box (seen via tcpdump). Alas ntpd is not compiled with -ddebug so the -d and -D options in the man page is moot. Thanks, Frem.