Can I query DHCP server for getting mapping of MAC to IP address (I have admin rights)?
Posted
by Kazoom
on Server Fault
See other posts from Server Fault
or by Kazoom
Published on 2010-02-08T20:51:42Z
Indexed on
2010/03/24
8:43 UTC
Read the original article
Hit count: 331
I need to know the MAC to IP address mapping stored on DHCP server.
I don't want to use arp cache as that would require me to either broadcast ping (which is not allowed on windows) or ping the all possible ip address of subnet( which takes lot of time).
I am sure that DHCP server stores the mapping of MAC to IP, how can i use that information, to map MAC to IP address?
© Server Fault or respective owner