On 12/08/2019 09.09, Per Jessen wrote:
Carlos E. R. wrote:
Still, the configuration page MAC to IPs should be there for IPv6, same as other IPv6 pages, and it isn't.
I'm not sure what that is about - static allocations?
Telcontar:~ # ping -c 2 FE80::1%eth0 PING FE80::1%eth0(fe80::1%eth0) 56 data bytes From fe80::221:85ff:fe16:2d0b%eth0 icmp_seq=1 Destination unreachable: Address unreachable From fe80::221:85ff:fe16:2d0b%eth0 icmp_seq=2 Destination unreachable: Address unreachable
--- FE80::1%eth0 ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1030ms
No idea who fe80::221:85ff:... is. Not in "ip neighbour show"
Your own machine, "telcontar" ?
That one is fe80::221:85ff:fe16:2d0b - so yes, it is.
Telcontar:~ # ping -c2 ff02::1 connect: Invalid argument Telcontar:~ #
Doesn't seem to work :-?
You need to specify which network, ie. which interface -
ping -c2 ff02::1%eth0
Which I tried before and failed. First paragraph above. As that did not work, I tried the other way. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)