Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 2000 10:26:55 -0700
From:      Mike Smith <msmith@freebsd.org>
To:        Rahul Dhesi <dhesi@rahul.net>
Cc:        Bill Fenner <fenner@research.att.com>, freebsd-current@freebsd.org
Subject:   Re: gratuituous arp for multiple IP addresses 
Message-ID:  <200005081726.KAA15261@mass.cdrom.com>
In-Reply-To: Your message of "Sun, 07 May 2000 19:17:54 PDT." <Pine.BSF.4.21.0005071915090.88776-100000@yellow.rahul.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> By "gratuituous arp" I was really saying "gratuitous arp reply".
> The machine needs to send a packet of the type
> 
>    arp reply 1.2.3.5 is-at 0:40:5:42:d6:de
> 
> Rahul

That won't achieve the desired result, which is to complain if someone 
_else_ replies to the arp request that we send.

The above is achieved by virtue of sending the ARP request (anyone 
watching ARP messages will learn that we are the address in the "tell 
x.x.x.x" field).  What we're trying to provoke is someone else saying 
x.x.x.x is-at xx.xx.xx.xx.xx.xx, which will result in a console message 
on our system informing the administrator that someone else is already 
using that IP address.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
\\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005081726.KAA15261>