From owner-freebsd-stable@FreeBSD.ORG Wed Sep 24 09:23:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE9616A4B3 for ; Wed, 24 Sep 2003 09:23:06 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 35D7443FFD for ; Wed, 24 Sep 2003 09:23:03 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 7133 invoked by alias); 24 Sep 2003 16:53:42 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.049316 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 24 Sep 2003 16:53:42 -0000 X-RCPTTO: freebsd-stable@freebsd.org,mike@sentex.net, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h8OGM1LX094642; Thu, 25 Sep 2003 01:22:02 +0900 Message-ID: <3F71C4E9.8030801@snu.ac.kr> Date: Thu, 25 Sep 2003 01:23:05 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Mike Tancsa , freebsd-stable@freebsd.org References: <3F719A58.5000700@snu.ac.kr> <6.0.0.22.0.20030924103406.0307c250@209.112.4.2> <20030924151245.GA7400@shellma.zin.lublin.pl> <6.0.0.22.0.20030924111529.05a965d0@209.112.4.2> <20030924153450.GB7648@shellma.zin.lublin.pl> <6.0.0.22.0.20030924114051.06fb5e58@209.112.4.2> <20030924160520.GA7970@shellma.zin.lublin.pl> <6.0.0.22.0.20030924121543.08c1c060@209.112.4.2> In-Reply-To: <6.0.0.22.0.20030924121543.08c1c060@209.112.4.2> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [full build as of Sept. 24] "No route to host" after certain time... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 16:23:06 -0000 Mike Tancsa wrote: > > If you have all the aliases on lo0 does it work ? i.e. just have > x.y.z.33 on fxp0. However, another poster had a problem with a /20 > subnet. I wonder if its an incorrect mask calculation ? Don't forget the bit of randomness that's part of the game, as it appears, at least. Different results from boot to boot. Maybe uninitialized variable, that gets a random value, which is most of the time zero? Or something the like. R.