From owner-freebsd-isp@FreeBSD.ORG Tue Sep 30 01:07:56 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A813316A4B3 for ; Tue, 30 Sep 2003 01:07:56 -0700 (PDT) Received: from mail.solone.net (outbound.solone.net [203.81.46.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 5977D44011 for ; Tue, 30 Sep 2003 01:07:54 -0700 (PDT) (envelope-from email@edylie.net) Received: (qmail 46228 invoked from network); 30 Sep 2003 08:07:51 -0000 Received: from unknown (HELO ?192.168.0.3?) (202.166.15.65) by 10.10.10.10 with SMTP; 30 Sep 2003 08:07:51 -0000 From: Edy Lie To: Odhiambo Washington In-Reply-To: <20030930074515.GD97601@ns2.wananchi.com> References: <20030930070650.GC97601@ns2.wananchi.com> <20030930074515.GD97601@ns2.wananchi.com> Content-Type: text/plain Message-Id: <1064909260.546.26.camel@ps2.consoledojo.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 30 Sep 2003 16:07:40 +0800 Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: Public Time Synchronization Servers X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: email@edylie.net List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 08:07:56 -0000 Please make sure you have open firewall port 123 udp both ways. You might want to run tcpdump to investigate the traffic when you issued the ntpdate command. For example interface name fxp0 (ifconfig -a shows it) tcpdump -ni fxp0 port 123 Cheers, Ed On Tue, 2003-09-30 at 15:45, Odhiambo Washington wrote: > * Lachlan [20030930 10:11]: wrote: > > Hello, > > > > > > http://www.time.za.net/ > > > > The above link might be of use to you. > > > It sure did, but still seems I am stuck. I have extracted the Stratum-2 > servers from this site and run a test against them, no luck still. The > error msg I get is the same: > > > root@ /home/wash] > 2# cat FILE2 > ntp1.icomtek.csir.co.za > tock.nml.csir.co.za > ntp.is.co.za > igubu.saix.net > ntp1.webonline.co.za > ntp-ndf.mweb.co.za > ntp-nld.mweb.co.za > > 1# for server in `cat FILE2`; do ntpdate $server; done > 30 Sep 10:42:58 ntpdate[55266]: no server suitable for synchronization found > 30 Sep 10:43:02 ntpdate[55267]: no server suitable for synchronization found > 30 Sep 10:43:06 ntpdate[55268]: no server suitable for synchronization found > 30 Sep 10:43:10 ntpdate[55269]: no server suitable for synchronization found > 30 Sep 10:43:17 ntpdate[55272]: no server suitable for synchronization found > 30 Sep 10:43:24 ntpdate[55273]: no server suitable for synchronization found > 30 Sep 10:43:30 ntpdate[55274]: no server suitable for synchronization found > > > Is there something that I could be ignoring (since this is my 1st go at > setting up a Time Server) that is blatantly obvious? For one I know (connectionwsie) > that SA may not be the closest to me, but surely their Time Servers should > serve me well ;) > > I am still at a loss as to why I get the message. > > > > -Wash --