Convert MAC address to IP
Solved
senalia
Posted messages
21
Status
Member
-
Jacques -
Jacques -
Hello everyone,
I wanted to know if anyone knows how to convert a MAC address to an IP address???
Thank you in advance
I wanted to know if anyone knows how to convert a MAC address to an IP address???
Thank you in advance
22 answers
- 1
- 2
Next
-
Well yes,
it's called ARP (Address Resolution Protocol):
see the message above: the command arp -a
the ARP table is the mapping table between MAC addresses and IP addresses.
It is constantly refreshed.
It is essential in IPv4.
Useless in IPv6 (replaced by something else: neighbor discovery)
http://www.commentcamarche.net/internet/arp.php3
--
and ... There you go!
- 1
- 2
Next