From owner-freebsd-questions@FreeBSD.ORG Fri Nov 5 11:59:45 2004 Return-Path: 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 7409916A4CE for ; Fri, 5 Nov 2004 11:59:45 +0000 (GMT) Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF0B43D1F for ; Fri, 5 Nov 2004 11:59:44 +0000 (GMT) (envelope-from Danovitsch@Vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep15-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041105115942.NJBA12398.amsfep15-int.chello.nl@Vitsch.net>; Fri, 5 Nov 2004 12:59:42 +0100 Received: from 192.168.88.6 (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id iA5BxMun023464; Fri, 5 Nov 2004 12:59:26 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) From: "Daan Vreeken [PA4DAN]" To: sergeyz@netmail.kg Date: Fri, 5 Nov 2004 12:59:21 +0100 User-Agent: KMail/1.5.2 References: <418b6552.15c.72a2.1202055719@netmail.kg> In-Reply-To: <418b6552.15c.72a2.1202055719@netmail.kg> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200411051258.18101."Daan Vreeken [PA4DAN]" <>> Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit cc: FreeBSD-Questions@FreeBSD.org Subject: Re: Hello !!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 11:59:45 -0000 On Friday 05 November 2004 12:34, sergeyz@netmail.kg wrote: > FreeBSD gnome.kenesh.kg 5.2-RELEASE FreeBSD 5.2-RELEASE #0: > Thu Nov 4 09:57:07 KGT 2004 > root@gnome.kenesh.kg:/usr/obj/usr/src/sys/MYKERNEL i386 > > What means this message: kernel: arp: 192.168.10.3 is on rl1 > but got reply from 00:02:44:1b:75:c1 on rl0 > Thank you! It probably means that you have connected both RL0 and RL1 to the same network. On RL1 you have selected an IP address in the 192.168.10.X range, so FreeBSD expects packets in the 192.168.10.x-range to arrive at RL1. Now it sees packets in the 192.168.10.x-range arriving at RL0 and displays the message you are seeing. grtz, Daan