we have a product which runs on windows XP embedded SP1. We add a fake(does not exists) MAC address for a fake IP in ARP table. When there is a communication happening Windows sends packets to the fake MAC and fakeIP and later we change it to real ones in a driver. This is how the software is designed.

The problem is sometimes windows starts sending ARP requests for the fake IP even though it has entry for that in ARP table. I had no clue why this is happening and in blind attemp to reproduce the issue i wrote a script to delete ARP entry and add it again after some seconds. After some attemps I saw the problem happening.

Any ideas about what should i check/change?

Thanks a lot!

link|improve this question
Are you sure you're adding a static ARP cache entry? See this link: microsoft.com/resources/documentation/windows/xp/all/proddocs/… – Autopulated May 4 '11 at 9:57
Yes I am adding static ARP entry but using Iphlpapi (MIB_IPNETROW and SetIpNetEntry). Also i am able to see that ARP entry exist using arp -a even then windows is send ARP requests. – Ratnesh Maurya May 5 '11 at 10:01
I've also seen excessive arping from windows boxes. – Tim Williscroft Jun 6 '11 at 1:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.