redzilla
All tools
Layer 2

Multicast IP ↔ MAC

Paste a multicast IP and I compute its destination MAC (IPv4 01:00:5e + 23 bits; IPv6 33:33 + 32 bits), the IPs sharing that MAC (5-bit ambiguity in IPv4) and the group range/type.

IPv4 in 224.0.0.0/4 (224–239) or IPv6 in ff00::/8.

Examples
redzilla.cl — multicast
 
IP
MAC
Family
Destination MAC
Group type
MAC collisions

How the MAC is built

Multicast ranges · reference
RangeTypeUse
How the mapping works

IPv4 MAC = 01:00:5e + (IP & 0x7FFFFF) in the low 23 bits. Bit 24 is forced to 0, so only 23 of the group's 28 bits reach the MAC.

Collision the 5 high bits are lost → 32 IPs (2⁵) share each MAC in IPv4.

IPv6 MAC = 33:33 + the low 32 bits of the address. More bits fit, but overlaps across distinct blocks are still possible.

Runs locally in your browser · no sign-up · nothing leaves your browser

Was this tool useful?
Disclaimer We take great care to keep every tool accurate and review it thoroughly; even so, we can't guarantee it is free of errors or take responsibility for how the results are used. We recommend double-checking anything critical.
Found an error? Let us know →