From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 06:56:54 2003 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 1006316A4B3 for ; Wed, 15 Oct 2003 06:56:54 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA3743FBF for ; Wed, 15 Oct 2003 06:56:52 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 4D1243B0C; Wed, 15 Oct 2003 09:56:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Jett Tayer" References: <1086.210.16.24.3.1065963100.squirrel@mail.angdatingdaan.org> From: Lowell Gilbert Date: 15 Oct 2003 09:56:52 -0400 In-Reply-To: <1086.210.16.24.3.1065963100.squirrel@mail.angdatingdaan.org> Message-ID: <443cduioyj.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: arp messages... is this normal? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 13:56:54 -0000 "Jett Tayer" writes: > this keeps appearing on my gateway box's logfile > i have 2 internal network one on xl1 interface, the other on xl2 > i had them cascaded so i guess that's why. but still i want some inputs "Cascaded"? You mean they're actually hooked up to each other? That would be a mistake. > by the way i'm running dhcpd on my gateway box for both network > > > > > > arp: 192.168.88.34 is on xl1 but got reply from 00:0c:6e:03:4e:66 on xl2 > > arp: 192.168.88.55 is on xl1 but got reply from 00:08:a1:28:f7:3b on xl2 > > arp: 192.168.88.32 is on xl1 but got reply from 00:0c:6e:03:4d:cf on xl2 > > arp: 192.168.88.34 is on xl1 but got reply from 00:0c:6e:03:4e:66 on xl2 > > arp: 192.168.88.52 is on xl1 but got reply from 00:08:a1:28:f8:32 on xl2 > > arp: 192.168.77.229 is on xl2 but got reply from 00:08:a1:3d:d6:c2 on xl1 > > arp: 192.168.77.229 is on xl2 but got reply from 00:08:a1:3d:d6:c2 on xl1 > > arp: 192.168.77.229 is on xl2 but got reply from 00:08:a1:3d:d6:c2 on xl1 Any given address should only be coming in on one interface. You should fix your configuration so that doesn't happen. Either make sure that the two networks are separate, physically and in IP address space, or else get rid of the second NIC, and arrange things so you only have one network.