From owner-freebsd-questions@FreeBSD.ORG Wed Mar 10 07:54:38 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 7BB7F16A4CE for ; Wed, 10 Mar 2004 07:54:38 -0800 (PST) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3857443D45 for ; Wed, 10 Mar 2004 07:54:38 -0800 (PST) (envelope-from robert@webtent.com) Received: from columbus (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i2AFsQX30590 for ; Wed, 10 Mar 2004 10:54:26 -0500 From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1078934067.3686.44.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 10 Mar 2004 10:54:27 -0500 Content-Transfer-Encoding: 7bit Subject: kernel arp errors 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: Wed, 10 Mar 2004 15:54:38 -0000 I am running 5.2.1 with two NIC's, both connected to a Cisco switch with a Cisco router also connected to the switch for Internet connectivity. There are 5 eth ports on the router, one of them with an address assigned of 66.129.101.193/28 and another with 66.129.101.217/29, the other eth ports are the ISP connection and other one other subnet. One port not used. On the FreeBSD host, the two NIC's are assigned with em0 as 66.129.101.198/28 and em1 as 66.129.101.219/29. These are the messages I am getting over and over, note the IP's are those of the router: Mar 10 10:35:49 esmtp kernel: arp: 66.129.101.193 is on em0 but got reply from 00:30:94:32:94:30 on em1 Mar 10 10:35:51 esmtp kernel: arp: 66.129.101.217 is on em1 but got reply from 00:30:94:32:94:32 on em0 I know I can do some config on the router to isolate subnet traffic to ports, but haven't done this, yet. Is this my problem or can someone help me understand what is going on? -- Robert