From owner-freebsd-net@FreeBSD.ORG Mon Aug 13 19:19:24 2007 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 B095416A41B for ; Mon, 13 Aug 2007 19:19:24 +0000 (UTC) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from mail1.cil.se (mail1.cil.se [217.197.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 318D113C467 for ; Mon, 13 Aug 2007 19:19:23 +0000 (UTC) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from onob2.irc.local ([192.168.44.2]) by mail1.cil.se with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Aug 2007 21:19:22 +0200 Message-ID: <46C0AED6.6070406@ide.resurscentrum.se> Date: Mon, 13 Aug 2007 21:19:50 +0200 From: Jon Otterholm User-Agent: Thunderbird 2.0.0.0 (X11/20070614) MIME-Version: 1.0 To: Chuck Swiger , freebsd-net@freebsd.org References: <46C06C02.5090908@ide.resurscentrum.se> <8B0BAE02-4E6C-418C-AB7A-568B44B4CA41@mac.com> In-Reply-To: <8B0BAE02-4E6C-418C-AB7A-568B44B4CA41@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Aug 2007 19:19:22.0077 (UTC) FILETIME=[DA7298D0:01C7DDDE] Cc: Subject: Re: proxy-arp 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, 13 Aug 2007 19:19:24 -0000 Chuck Swiger wrote: > On Aug 13, 2007, at 7:34 AM, Jon Otterholm wrote: >> I have a problem with proxy-arp entries. >> >> If I add an arp-entry: >> >> arp -s $hostip $routermac permanent pub only >> >> the router sends an arp and replies to it's own arp like: >> >> 15:40:02.074419 arp who-has $hostip tell $hostip >> 15:40:02.074663 arp reply $hostip is-at $routermac (oui Unknown) >> >> This is a problem because some clients interpret this as an >> ip-address conflict. > > Are you sure that your router is issuing the ARPOP_REQUESTS? > Is the entry you've published already listed in "arp -a"? Yes, the entry is already listed as an static arp with the "real" clients mac. The one I published earlier is intended for proxy only. //Jon