Su Linux vedo tutti gli indirizzi IPv6 collegati al mio adattatore wlan con
ping6 ff02::1%wlan0 | head
ma come posso ottenerlo su OSX?
Su OSX il dispositivo wifi ha un altro nome, di solito "en1", quindi funziona su OSX:
ping6 ff02::1%en1 | head
scopri il nome con
ifconfig
e cerca un dispositivo che abbia un IP in una linea che precede "inet" con un IP che si trova nella tua rete
Se leggi la pagina MAN su ping6
, allora sarebbe:
The following will probe hostnames for all nodes on the network link attached to wi0 interface. The address ff02::1 is named the link-local all-node multicast address, and the packet would reach every node on the network link.
ping6 -w ff02::1%wi0