How to send Gratuitous ARP ?

R

Rajesh Gupta

How to send Gratuitous ARP ?

I have a situation where I want to use Gratuitous ARP to associate a new
MAC address with an established IP address. This is done for
fault-tolerance.
I have a real-time host with two MAC interfaces, but one IP address. When
the board hosting the active MAC interface goes down, the standby board
picks up. The new board has its own MAC address which it needs to broadcast
to the network.

Is there any API or ways to send the Gratuitous ARP over the network? I know
when we add the new IP address
on the interface, OS does send the Gratuitous ARP on the network. I can not
add/remove the IP address from the interface. I am working on Windows Server
2003.

I checked the IP helper functions in MSDN but without help.

Thanks in advance.
Rajesh
 
R

Roland Hall

in message
: How to send Gratuitous ARP ?
:
: I have a situation where I want to use Gratuitous ARP to associate a new
: MAC address with an established IP address. This is done for
: fault-tolerance.
: I have a real-time host with two MAC interfaces, but one IP address. When
: the board hosting the active MAC interface goes down, the standby board
: picks up. The new board has its own MAC address which it needs to
broadcast
: to the network.
:
: Is there any API or ways to send the Gratuitous ARP over the network? I
know
: when we add the new IP address
: on the interface, OS does send the Gratuitous ARP on the network. I can
not
: add/remove the IP address from the interface. I am working on Windows
Server
: 2003.
:
: I checked the IP helper functions in MSDN but without help.

Your question contradicts itself. See if this will help:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;244331

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
How-to: Windows 2000 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201
FAQ W2K/2K3 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;291382
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top