Jun 2, 2012
tom

Is IPv6 multicast routable over the Internet?

Question

As I understand it, public IPv6 addresses allocated by the IANA will have the prefix 2000::/3. These ip addresses will be routable through the Internet.

IPv6 multicast addresses on the other side are prefixed FF00::/8.

So my understanding is that the ipv6 multicast addresses won’t be routable through the internet. I am right? If so, is there any way to do one-to-many ip routing over the Internet in IPv6?

Thanks!

Asked by Absolom

Answer

So will I be able to access a multicast group over the internet or
will it only be supported through private networks like in ipv4?

I must correct a assumption you seem to have made here.

If all the routers between you and your destination support it, then Multicast can certainly work over the IPv4 Internet. It is simply blocked or not configured in many places. I suspect this is because multicast is not well understood, and many people believe they do not need it. So they simply do not permit it through their firewalls/routers.

IPv6 certainly is capable just like IPv4 of having Multicast work globally. Only time will tell us if people actually permit multicast through their networks.

Answered by Zoredache

Related posts:

  1. Is there a good way to keep IPv6 multicast packets off WiFi?
  2. Multicast IP Addresses
  3. UPD Multicast (Class D) = How can this be routed over the internet?
  4. How does 6rd (IPv6 Rapid Deployment) route over the public internet?
  5. multicast and iptables

Leave a comment