From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 18:31:46 2005 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 20CF716A41F for ; Thu, 15 Sep 2005 18:31:46 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48ACD43D53 for ; Thu, 15 Sep 2005 18:31:45 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so340235nzk for ; Thu, 15 Sep 2005 11:31:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YxLpr4hGrSrxvQt2Xc9Z+Pr3/q65lxm7P9o086jOqgE+7lGagsZqKQQPopwG0cYdn+o+LUCVhJfgRbQEpuBXu/LJ48OpWAopH2JwilKJoB39vLu+huzz2RqRGvv02freZ6FbxPldqpRnW4dInPEgaNTEjq+x3NozsFWb64MdyFI= Received: by 10.54.35.58 with SMTP id i58mr431687wri; Thu, 15 Sep 2005 11:31:44 -0700 (PDT) Received: by 10.54.82.13 with HTTP; Thu, 15 Sep 2005 11:31:43 -0700 (PDT) Message-ID: Date: Thu, 15 Sep 2005 13:31:43 -0500 From: Noel Jones To: freebsd-questions@freebsd.org In-Reply-To: <02d001c5ba16$978b41e0$c901a8c0@workdog> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4329813E.1080504@esiee.fr> <02d001c5ba16$978b41e0$c901a8c0@workdog> Subject: Re: ntp problem :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noeldude@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:31:46 -0000 >=20 > Hmm, pinging from here I see that ntp.imag.fr =3D imag.imag.fr =3D > 129.80.30.1 so if you can ping that address then you have low level > connectivity. One possibility is that something in the middle is Apparently ntpdate is trying to use the IPv6 address that ntp.imag.fr publi= shes. I don't know how to tell ntpdate to use only IPv4 addresses, so a workaround is to use the IPv4 address directly. ntpdate -v 129.88.30.1 --=20 Noel Jones