Last Updated: February 25, 2016
·
984
· hakunamenta

To quickly find SLAAC hosts in a LAN, use a multicast ping:

ping6 -I <interface> -t1 -c2 -i3 -w2 ff02::1

2 Responses
Add your response

Worth jotting down! There's a briefer syntax with ff02::1%interface.

over 1 year ago ·

ok this is more compact:
ping6 -c2 -i3 -w2 ff02::1%eth0

over 1 year ago ·