Hi all,
I'm struggling with this Windows 10 issue.
My main problem is that I have to clear local dns as I can't resolve correctly one name of a PC.
if I ping myPC I get a wrong IP
I found that the arp cache still keep this wrong (old) IP, using this command:
netsh interface ipv4 show neighbors
then I tried:
arp -d
netsh interface ipv4 delete neighbors "interface name"
both command get me a successfull feedback but I still see the old/wrong IP in the table
more, after the above cmds, I see that only the "unreachable" entries remains in the table, cleared the other...
how can I force the removing everything?, also the "unreachable" entries?
thanks