easiest way to do it is with a ping scan of your entire network (something like nmap will do) and then look in the arp -a table - or find a proper rarp app
Thanks honold. I thought it was the rarp command but I couldn't find it. I wonder what I was on when I used it before. Also, I discovered that for rarp to work you have to have a rarp server running on the segment.
For future reference, based on your techincal explaination I ran:
FOR /L %A in (1,1,255) DO PING -n 1 A.B.C.%A
arp -a |FIND /I "xx-xx"
Wouldn't the ipconfig /all do the trick? (if you're on the system with the NIC) This would list your adapaters and MAC's along with the IP associated with each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.