From owner-freebsd-current@FreeBSD.ORG Thu Aug 6 17:36:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A8E4106566B for ; Thu, 6 Aug 2009 17:36:50 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id 355478FC08 for ; Thu, 6 Aug 2009 17:36:50 +0000 (UTC) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id n76HaWsY008045; Thu, 6 Aug 2009 10:36:49 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 6 Aug 2009 10:35:42 -0700 Message-ID: In-Reply-To: <5151249558460@webmail6.yandex.ru> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: network problems Thread-Index: AcoWi1razAxbPgsSTRmXngGrsAXMGQAL9HwA References: <5151249558460@webmail6.yandex.ru> From: "Li, Qing" To: , Cc: Subject: RE: network problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 17:36:50 -0000 >=20 > -----------nestat -rn----------- > Routing tables >=20 > Internet: > Destination Gateway Flags Refs Use Netif > Expire > 10.0.0.0/8 10.55.102.1 UGS 0 40 re0 > 10.55.102.0/24 10.55.102.1 UGS 0 0 re0 = =3D> > 10.55.102.0/23 link#1 U 0 0 re0 The problem is you have 2 routes with the same key 10.55.102.0, but the one with the more specific mask (marked by the "re0 =3D>" entry) is an indirect route (G flag), and it's used to search for 10.55.102.1, which is a problem. This problem seems to point to your overlapping prefix configuration. You will have the exact same problem even on FSBD 7.2R with the above routing table. >=20 > In /etc/rc.conf i disabled all services such as nfs, apache, dbus, > samba and so on (may be this problems due to it). > When i try ping 10.55.102.1 it says > sendto: Invalid argument >=20 > And in dmesg output very much this lines: > ipv4 address: "10.55.102.1" is not on the network > ipv4 address: "10.55.102.1" is not on the network > arpresolve: can't allocate llinfo for 10.55.102.1 > Yup, those are the right messages. -- Qing