MAC to IPv6 Converter
Convert a MAC address to an IPv6 link-local address
MAC to IPv6 Conversion Process
IPv6 link-local addresses are automatically generated from MAC addresses using the EUI-64 format:
- Split the MAC address into two 24-bit parts
- Insert
FFFE
in the middle - Invert the 7th bit (universal/local bit) of the first byte
- Prepend the link-local prefix
FE80::
This conversion follows the standard defined in RFC 4291 for IPv6 addressing.