From owner-freebsd-net@FreeBSD.ORG Mon Jan 21 10:13:19 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0B4816A41B for ; Mon, 21 Jan 2008 10:13:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 70BF613C465 for ; Mon, 21 Jan 2008 10:13:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id D8EDA89688; Mon, 21 Jan 2008 05:13:18 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 21 Jan 2008 05:13:18 -0500 X-Sasl-enc: YrvsjxX6MONwZls0kB7MRbW/0bR1y6GJfvcf8UGVWp7f 1200910395 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 64F3950F8; Mon, 21 Jan 2008 05:13:15 -0500 (EST) Message-ID: <4794703A.4020801@FreeBSD.org> Date: Mon, 21 Jan 2008 10:13:14 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.6 (X11/20070928) MIME-Version: 1.0 To: Enovation Technologies References: <001b01c85c0f$6ca051d0$1e01c80a@John> In-Reply-To: <001b01c85c0f$6ca051d0$1e01c80a@John> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: help X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 10:13:19 -0000 Enovation Technologies wrote: > i configure with sysinstall my second nic , but when i restart my box i have this message > arp: 10.200.1.1 is on re0 but got reply from 00:50:7f:b0:a0:f8 on re1 > > > my question is how to configure 2 nics with different ip on same box in the same subnet. > Configure the second with a /32 prefix (netmask 255.255.255.255) instead of the usual netmask. You will always receive the arp warning unless you disable it by setting sysctl net.link.ether.inet.log_arp_wrong_iface and net.link.ether.inet.log_arp_movements to 0. These limitations *may* go away in future releases. later BMS