Convert MAC address to IP
Solved
senalia
Posted messages
21
Status
Membre
-
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 réponses
- 1
- 2
Suivant
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!
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
Suivant
chocho,
Two cents question:
how do you use RARP?
Just for laughs...