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:

  1. Split the MAC address into two 24-bit parts
  2. Insert FFFE in the middle
  3. Invert the 7th bit (universal/local bit) of the first byte
  4. Prepend the link-local prefix FE80::

This conversion follows the standard defined in RFC 4291 for IPv6 addressing.