Hi. On Thu, Feb 22, 2018 at 01:17:58PM -0500, Stephen P. Molnar wrote: > The next lies are keyed to you numbered request: > > 1) root@AbNormal:/home/comp# ping -c2 fe80::3e04:61ff:feb3:3c20%enp2s0 > PING fe80::3e04:61ff:feb3:3c20%enp2s0(fe80::3e04:61ff:feb3:3c20%enp2s0) 56 > data bytes > 64 bytes from fe80::3e04:61ff:feb3:3c20%enp2s0: icmp_seq=1 ttl=64 time=0.258 > ms > 64 bytes from fe80::3e04:61ff:feb3:3c20%enp2s0: icmp_seq=2 ttl=64 time=0.201 > ms > > --- fe80::3e04:61ff:feb3:3c20%enp2s0 ping statistics --- > 2 packets transmitted, 2 received, 0% packet loss, time 1003ms > rtt min/avg/max/mdev = 0.201/0.229/0.258/0.032 ms
So, that seems ok. > 2) root@AbNormal:/home/comp# ip a d 2600:1700:4280:3690::46/128 > Not enough information: "dev" argument is required. > root@AbNormal:/home/comp# traceroute -n 2a04:4e42:b::204 > traceroute to 2a04:4e42:b::204 (2a04:4e42:b::204), 30 hops max, 80 byte > packets And that's my mistake. Should be this: ip a d 2600:1700:4280:3690::46/128 dev enp2s0 traceroute -n 2a04:4e42:b::204 > 3) root@AbNormal:/home/comp# ip -6 ro d 2600:1700:4280:3690::/60 > root@AbNormal:/home/comp# > root@AbNormal:/home/comp# traceroute -n 2a04:4e42:b::204 > traceroute to 2a04:4e42:b::204 (2a04:4e42:b::204), 30 hops max, 80 byte > packets > 1 * * * Was worth a try, but this is not it. Come thinking about it, please also run this: ip ro get 2a04:4e42:b::204 Reco