https://github.com/onemarcfifty/cheat-sheets/blob/main/networking/ipv6.md#multicast
Instead of ping ff02::1, we have to specify its interface, for example:
ping ff02::1%eth0
I guess, for every operation with link-local addresses, we need to specify the network interface
https://github.com/onemarcfifty/cheat-sheets/blob/main/networking/ipv6.md#multicast
Instead of
ping ff02::1, we have to specify its interface, for example:ping ff02::1%eth0I guess, for every operation with link-local addresses, we need to specify the network interface