Hey guys, has anyone ever seen something like this :

I got Win98 box, and I want to make a static arp cache entry for some IP, so I deleted all the arp entries using arp -d option, verified it using arp -a (No ARP Entries Found), and then tried to add it using arp -a <IP> <MAC> option.

But no matter what MAC Address I put for that IP, when I view the entries using arp -a, I always see the same MAC Address for that IP (NOT the one i was inserting!), with static Type.

Any suggestions what is going on?