Re: ipv6 gateway on different subnet
Peter Miller <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Jan 2025 08:01:48 +0100 Christof Meerwald <[email protected]> wrote: > > The main difference is that I don't see a neighbor solicitation from > the router for the VPS's IPv6 address - maybe that was already > somehow triggered when adding the IP address? > > Could you re-run it one more time and make sure you start the tcpdump > before adding the new IP address? > It looks like there is a neighbor solicitation from the router this time around. Here's debian. sudo tcpdump -npi eth0 -vw icmp6.pcap icmp6 then in another ssh session sudo ip -6 addr add 2602:fed2:7116:d82c::5/64 dev eth0 from home ping6 -c2 -t5 2602:fed2:7116:d82c::5 PING(56=40+8+8 bytes) 2600:1700:7960:9a70:a280:69ff:fef4:24f --> 2602:fed2:7116:d82c::5 16 bytes from 2602:fed2:7116:d82c::5, icmp_seq=0 hlim=56 time=27.346 ms 16 bytes from 2602:fed2:7116:d82c::5, icmp_seq=1 hlim=56 time=12.593 ms --- 2602:fed2:7116:d82c::5 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 12.593/19.970/27.346/7.377 ms tcpdump -nver 18.pcap reading from file 18.pcap, link-type EN10MB (Ethernet), snapshot length 262144 10:33:12.351258 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.060177 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.143543 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.287616 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.680120 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.739086 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:13.942498 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:14.143533 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:14.681292 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:14.944288 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:15.140155 00:16:3e:31:23:b7 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:2bc1::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:31:23:b7 10:33:16.793610 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:101e::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:17.320556 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:5:3:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:17.332273 00:16:3e:d7:cf:50 > 33:33:ff:00:00:05, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ff00:5: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:d82c::5 unknown option (14), length 8 (1): 0x0000: fdd6 c262 64e1 10:33:17.564850 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:17.670911 d8:67:d9:58:3d:1b > 33:33:ff:88:13:8e, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff88:138e: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::f88:138e source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:17.795229 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:101e::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:18.566312 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:18.947502 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:19.046707 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:2305::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:20.046015 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:2305::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:21.853764 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:22.031936 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:22.032317 00:16:3e:ab:bf:07 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:1007::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:ab:bf:07 10:33:22.732635 00:16:3e:23:c3:56 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:fed2:7116::53b5:fcaf > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:23:c3:56 10:33:22.853675 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.031740 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.197019 d8:67:d9:58:3d:1b > 33:33:ff:00:00:05, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:5: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:d82c::5 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.197053 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:fed2:7116:d82c::5 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor advertisement, length 32, tgt is 2602:fed2:7116:d82c::5, Flags [solicited, override] destination link-address option (2), length 8 (1): 00:16:3e:d7:cf:50 10:33:23.198491 d8:67:d9:58:3d:1b > 00:16:3e:d7:cf:50, ethertype IPv6 (0x86dd), length 70: (hlim 250, next-header ICMPv6 (58) payload length: 16) 2600:1700:7960:9a70:a280:69ff:fef4:24f > 2602:fed2:7116:d82c::5: [icmp6 sum ok] ICMP6, echo request, id 2379, seq 0 10:33:23.198522 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 70: (flowlabel 0xab27e, hlim 64, next-header ICMPv6 (58) payload length: 16) 2602:fed2:7116:d82c::5 > 2600:1700:7960:9a70:a280:69ff:fef4:24f: [icmp6 sum ok] ICMP6, echo reply, id 2379, seq 0 10:33:23.332586 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.380936 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.513222 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.546883 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.584342 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:23.759145 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.191092 d8:67:d9:58:3d:1b > 33:33:ff:b5:db:11, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ffb5:db11: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:0:1:63fa:f8b5:db11 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.245333 d8:67:d9:58:3d:1b > 00:16:3e:d7:cf:50, ethertype IPv6 (0x86dd), length 70: (hlim 250, next-header ICMPv6 (58) payload length: 16) 2600:1700:7960:9a70:a280:69ff:fef4:24f > 2602:fed2:7116:d82c::5: [icmp6 sum ok] ICMP6, echo request, id 2379, seq 1 10:33:24.245354 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 70: (flowlabel 0xab27e, hlim 64, next-header ICMPv6 (58) payload length: 16) 2602:fed2:7116:d82c::5 > 2600:1700:7960:9a70:a280:69ff:fef4:24f: [icmp6 sum ok] ICMP6, echo reply, id 2379, seq 1 10:33:24.334138 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.382574 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.548583 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.592223 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:24.759159 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:25.191357 d8:67:d9:58:3d:1b > 33:33:ff:b5:db:11, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ffb5:db11: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:0:1:63fa:f8b5:db11 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:26.625035 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:101e::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:28.200091 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:28.212255 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:28.212296 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > 2602:fed2:7116::1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:28.299686 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:29.147899 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:2305::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:29.199741 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:29.236246 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:29.236282 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > 2602:fed2:7116::1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:29.357918 d8:67:d9:58:3d:1b > 33:33:ff:00:37:e2, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:37e2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::37e2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 10:33:30.260260 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:30.260301 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > 2602:fed2:7116::1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 10:33:30.359220 d8:67:d9:58:3d:1b > 33:33:ff:00:37:e2, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:37e2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::37e2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b NetBSD doas tcpdump -npi vioif0 -vw icmp6.pcap icmp6 doas ifconfig vioif0 inet6 2602:fed2:7116:d82c::6 prefixlen 64 alias ping6 -c2 -t5 2602:fed2:7116:d82c::6 PING(56=40+8+8 bytes) 2600:1700:7960:9a70:a280:69ff:fef4:24f --> 2602:fed2:7116:d82c::6 --- 2602:fed2:7116:d82c::6 ping statistics --- 2 packets transmitted, 0 packets received, 100.0% packet loss reading from file 19.pcap, link-type EN10MB (Ethernet), snapshot length 262144 05:01:03.790850 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:03.791258 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:03.821054 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:04.412195 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:04.936018 d8:67:d9:58:3d:1b > 33:33:ff:00:37:e2, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:37e2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::37e2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:05.050330 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:102d::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:05.496848 d8:67:d9:58:3d:1b > 33:33:ff:00:37:e2, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:37e2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::37e2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:06.049109 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:102d::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:06.270137 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:2593::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:06.610148 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1023::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:07.698310 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:2ef8::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:08.114935 00:16:3e:d7:cf:50 > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:d82c::6 unknown option (14), length 8 (1): 0x0000: 2e68 798e 727d 05:01:08.532845 00:16:3e:50:2e:9e > 33:33:00:00:00:02, ethertype IPv6 (0x86dd), length 70: (hlim 255, next-header ICMPv6 (58) payload length: 16) fe80::216:3eff:fe50:2e9e > ff02::2: [icmp6 sum ok] ICMP6, router solicitation, length 16 source link-address option (1), length 8 (1): 00:16:3e:50:2e:9e 05:01:08.696809 d8:67:d9:58:3d:1b > 33:33:ff:00:00:02, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:09.042272 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:09.697477 d8:67:d9:58:3d:1b > 33:33:ff:00:00:02, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:10.042901 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:10.575600 00:16:3e:22:cb:ef > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:288f::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:22:cb:ef 05:01:11.303882 00:16:3e:55:d1:73 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:29d1::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:55:d1:73 05:01:11.821788 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:12.131966 d8:67:d9:58:3d:1b > 33:33:ff:e9:4b:8f, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ffe9:4b8f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112:cb70:866b:e8e9:4b8f source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:12.349317 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:12.710391 00:16:3e:ab:bf:07 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:1007::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:ab:bf:07 05:01:12.710762 00:16:3e:85:d4:98 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:2c8:0:1010::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::1 source link-address option (1), length 8 (1): 00:16:3e:85:d4:98 05:01:12.711408 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:12.923352 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:13.132831 d8:67:d9:58:3d:1b > 33:33:ff:e9:4b:8f, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ffe9:4b8f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112:cb70:866b:e8e9:4b8f source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:13.277112 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:13.383432 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1028::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:13.467576 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:d82c::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:13.467620 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor advertisement, length 32, tgt is 2602:fed2:7116:d82c::6, Flags [solicited, override] destination link-address option (2), length 8 (1): 00:16:3e:d7:cf:50 05:01:13.713052 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:14.384425 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1028::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:14.467963 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:d82c::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:14.467996 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor advertisement, length 32, tgt is 2602:fed2:7116:d82c::6, Flags [solicited, override] destination link-address option (2), length 8 (1): 00:16:3e:d7:cf:50 05:01:15.310658 00:16:3e:74:56:d2 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:fed2:7116:28de::1 > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:74:56:d2 05:01:15.842245 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:102d::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:18.180865 d8:67:d9:58:3d:1b > 33:33:ff:00:00:02, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8::2 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:18.500087 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 05:01:19.432014 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:19.508392 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 05:01:20.019537 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:20.098856 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:c::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:20.516672 00:16:3e:d7:cf:50 > d8:67:d9:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > fe80::da67:d9ff:fe58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 05:01:21.019685 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:21.098955 d8:67:d9:58:3d:1b > 33:33:ff:00:00:06, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:6: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:c::6 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:21.429950 00:16:3e:42:db:e0 > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) 2602:fed2:7116::16dc:bc5d > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116::1 source link-address option (1), length 8 (1): 00:16:3e:42:db:e0 05:01:21.524955 00:16:3e:d7:cf:50 > 33:33:ff:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > ff02::1:ff58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 05:01:22.386366 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:22.526919 d8:67:d9:58:3d:1b > 33:33:ff:e9:4b:8f, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ffe9:4b8f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112:cb70:866b:e8e9:4b8f source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:22.533238 00:16:3e:d7:cf:50 > 33:33:ff:58:3d:1b, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::216:3eff:fed7:cf50 > ff02::1:ff58:3d1b: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::da67:d9ff:fe58:3d1b source link-address option (1), length 8 (1): 00:16:3e:d7:cf:50 05:01:22.788012 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:22.799325 d8:67:d9:58:3d:1b > 33:33:ff:00:00:00, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:0: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2604:f440:3:17:: source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:22.801793 d8:67:d9:58:3d:1b > 33:33:ff:00:00:03, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:3: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:fed2:7116:112::3 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:22.989312 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:103f::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b 05:01:23.008259 d8:67:d9:58:3d:1b > 33:33:ff:00:00:01, ethertype IPv6 (0x86dd), length 86: (class 0xe0, hlim 255, next-header ICMPv6 (58) payload length: 32) fe80::da67:d9ff:fe58:3d1b > ff02::1:ff00:1: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has 2602:2c8:0:1027::1 source link-address option (1), length 8 (1): d8:67:d9:58:3d:1b