From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 03:39:29 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 AFD0F16A41F for ; Sat, 17 Dec 2005 03:39:29 +0000 (GMT) (envelope-from chris@xecu.net) Received: from mss2.myactv.net (mss2.myactv.net [24.89.0.27]) by mx1.FreeBSD.org (Postfix) with SMTP id AFBA743D55 for ; Sat, 17 Dec 2005 03:39:28 +0000 (GMT) (envelope-from chris@xecu.net) Received: (qmail 12738 invoked from network); 17 Dec 2005 03:39:28 -0000 Received: from mss1.myactv.net (HELO ?192.168.1.86?) (24.89.0.26) by mss2.myactv.net with SMTP; 17 Dec 2005 03:39:27 -0000 Message-ID: <43A3886F.3050308@xecu.net> Date: Fri, 16 Dec 2005 22:39:27 -0500 From: Christopher McGee User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46101566D29D0545B46956D30185677E016751@IVCLONEXCH01.IVCAPITAL.COM> <43A36485.7090409@xecu.net> In-Reply-To: <43A36485.7090409@xecu.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ntp problems (strata too high) 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: Sat, 17 Dec 2005 03:39:29 -0000 Christopher McGee wrote: > > > Svein Halvor Halvorsen wrote: > >> On 12/8/05, Michael Wynne wrote: >> >> >>> The information contained in this e-mail and its attachments ('the >>> information") is intended only for the use of the individual or entity >>> to whom it is addressed, is private and confidential, may be privileged >>> or otherwise protected by work product immunity or other legal rules. >>> Access to the information by anyone else is unauthorized. [...] >>> >> >> >> Then why would you send it to a public mailinglist, that's archived >> and propagated throughout the internet, and made available to anyone >> through search engines and the like? >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > I hate to reopen a dead thread, however, I'm having a very strange > problem I have 2 machines running ntpd. I just set this up and it is > not working. I don't think the ntpd servers are syncing properly and > ntpdate -b 192.168.1.2 doesn't work, it gives me a strata too high > with the -d flag. Here is my current config/output, this network is > not actually nat'd private ips so I changed the ips for security reasons: > > server1(192.168.1.2) > /etc/ntp.conf > server 0.pool.ntp.org > server 1.pool.ntp.org > server 2.pool.ntp.org > server pool.ntp.org > peer 192.168.1.3 > restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap > logconfig =syncall +clockall +sysall > > ntpq -p output > remote refid st t when poll reach delay offset > jitter > ============================================================================== > > +195.216.80.207 195.216.80.206 2 u 283 512 37 109.803 > -230.38 62.815 > *ipd50ad048.spee 130.149.17.8 2 u 285 512 37 101.458 > -190.45 85.706 > +antares.speedne 217.11.227.68 3 u 285 512 37 137.773 > -192.71 85.431 > +cheddar.halon.o 129.240.64.3 3 u 282 512 37 76.770 > -276.95 62.389 > 192.168.1.3 .STEP. 16 u 1 128 0 0.000 0.000 > 4000.00 > > server2 (192.168.1.3) > /etc/ntp.conf > server 0.pool.ntp.org > server 1.pool.ntp.org > server 2.pool.ntp.org > server pool.ntp.org > peer 192.168.1.2 > restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap > logconfig =syncall +clockall +sysall > > ntpq -p output > remote refid st t when poll reach delay offset > jitter > ============================================================================== > > zirkon.biophys. 134.99.128.80 2 u 71 128 7 94.189 -77.270 > 27.511 > oubliette.mctav .MSF. 1 u 70 128 7 98.417 -38.531 > 16.505 > antares.speedne 217.11.227.68 3 u 70 128 7 136.851 -53.314 > 27.989 > cteha.ulp.co.il 192.114.62.249 3 u 5 128 7 170.650 -52.706 > 17.982 > 192.168.1.2 .DROP. 16 u - 64 0 0.000 0.000 > 4000.00 > > Any help getting this to work will be appreciated. > > Chris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" This has been resolved. I waslked away for about 7 hours and suddenly it works. It just resolved itself. Chris