From owner-freebsd-stable@FreeBSD.ORG Wed Sep 24 09:16:20 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 BD3C216A4B3 for ; Wed, 24 Sep 2003 09:16:20 -0700 (PDT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 946A543F3F for ; Wed, 24 Sep 2003 09:16:18 -0700 (PDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.9p/8.12.9) with ESMTP id h8OGG3xv082056; Wed, 24 Sep 2003 12:16:03 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p1/8.12.9) with ESMTP id h8OGG2dK056262; Wed, 24 Sep 2003 12:16:03 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.0.22.0.20030924121543.08c1c060@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 24 Sep 2003 12:18:35 -0400 To: Pawel Malachowski From: Mike Tancsa In-Reply-To: <20030924160520.GA7970@shellma.zin.lublin.pl> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by Sentex Communications (avscan1/20021227) cc: freebsd-stable@freebsd.org 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:16:20 -0000 If you have all the aliases on lo0 does it work ? i.e. just have x.y.z.33=20 on fxp0. However, another poster had a problem with a /20 subnet. I wonder= =20 if its an incorrect mask calculation ? ---Mike At 12:05 PM 24/09/2003, Pawel Malachowski wrote: >There are: >x.y.z/24 with one IP address, x.y.z.1 is the default route. >a.b.c.0/27 and a.b.c.32/28 with aliased addresses. > >fxp0: flags=3D8843 mtu 1500 > inet x.y.z.33 netmask 0xffffff00 broadcast x.y.z.255 > inet a.b.c.34 netmask 0xfffffff0 broadcast a.b.c.47 > inet a.b.c.27 netmask 0xffffffe0 broadcast a.b.c.31 > media: Ethernet autoselect (100baseTX ) > status: active >lo0: flags=3D8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > inet a.b.c.35 netmask 0xffffffff > inet a.b.c.36 netmask 0xffffffff > inet a.b.c.37 netmask 0xffffffff > inet a.b.c.28 netmask 0xffffffff > inet a.b.c.29 netmask 0xffffffff > > >Internet: >Destination Gateway Flags Refs Use Netif Expire >a.b.c.28 a.b.c.28 UH 0 0 lo0 >a.b.c.29 a.b.c.29 UH 0 0 lo0 >a.b.c.35 a.b.c.35 UH 0 0 lo0 >a.b.c.36 a.b.c.36 UH 0 0 lo0 >a.b.c.37 a.b.c.37 UH 0 0 lo0 >127.0.0.1 127.0.0.1 UH 0 0 lo0 >x.y.z link#1 UC 1 0 fxp0 >x.y.z.54 00:01:02:03:04:05 UHLW 1 506 fxp0 1123 > > >Of course I can also see in logs messages like: >/kernel: arplookup a.b.c.1 failed: host is not on local network > > >-- >Pawe=B3 Ma=B3achowski