home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
5.03k stars 986 forks source link

HA o/s breaks network's IPv6 connectivity whenever home-router reboots / HAOS suddenly starts impersonating router static IPv6 address when router does DAD during boot-up #3588

Closed aleks-mariusz closed 1 month ago

aleks-mariusz commented 1 month ago

Describe the issue you are experiencing

I've just started playing with HomeAssistant, and so to dip my toes, I created a VM back in July on my NAS (which runs Linux, using libvirtd/kvm - While I haven't done anything with HASS (other than set up a TLS cert, install HACS and the ssh-addon), for the most part I'm pretty new to HA but quite comfortable w/ linux/containers/networking (it's my day job).

I have on my home-network dual-stack (IPv4 + IPv6), and I noticed that my IPv6 connectivity starts to act "funny" ever since around the time i set up HA, which seems was uncoincidental.. I have been having issues for months on my home network related to IPv6 connectivity breaking seemingly "randomly" (i only now just figured out what triggers it).

So of course I logged into my home-router (running OpenWRT) and I noticed the following log messages on my home-router:

Mon Sep 16 16:02:50 2024 kern.info kernel: [   66.633040] IPv6: br-lan.2220: IPv6 duplicate address 2a02:aaaa:bbbb:2220:: used by 52:54:00:c6:a5:c6 detected!
Mon Sep 16 16:02:51 2024 daemon.warn odhcpd[2615]: No default route present, overriding ra_lifetime to 0!
Mon Sep 16 16:02:56 2024 daemon.warn odhcpd[2615]: No default route present, overriding ra_lifetime to 0!

What seems to be happening is that the router fails doing its attempt at duplicate-address detection because the mac-address of my HomeAssistant VM is advertising itself as the address the router is trying to use. I've of course double-and-triple-checked that the home-assistant VM is not configured to use that address.

Seems specifically only-triggered whenever i reboot my home-router (so it's something i do a few times a month to keep up to date with patches).. The router boots back up, it suddenly is unable to assign itself the configured IPv6 address, because for some reason, when doing DAD and it asks if anyone has the address, the home-assistant VM starts responding to the router's neighbor-solicitation requests (this use of neighbor solicitation is standard for duplicate-address-detection for any IPv6 host before it assigns itself an address, it asks if anyone else is using it first).

Now i've made sure the home-assistant has been allocated an entirely different static dhcpv6 assignment, and so it's unclear WHY it starts behaving this way once the router goes down. But because my home-router (when it boots back up) can no longer assign itself the IPv6 address to the VLAN interface for the network HA is on, all my hosts on the vlan no longer have working IPv6 due to DHCPv6 stopping working

The only fix is to reboot the HA vm guest.

What i'm aiming to find out is, why is HAOS doing this?

tcpdump captures in the next comment, otherwise i get a max-content error > 65536 characters long)

What operating system image do you use?

generic-x86-64 (Generic UEFI capable x86-64 systems)

What version of Home Assistant Operating System is installed?

Home Assistant OS 13.1

Did the problem occur after upgrading the Operating System?

No

Hardware details

output of `lscpu` on VM ``` # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 36 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Vendor ID: GenuineIntel BIOS Vendor ID: Red Hat Model name: Westmere E56xx/L56xx/X56xx (IBRS update) BIOS Model name: RHEL-8.6.0 PC (Q35 + ICH9, 2009) CPU @ 2.0GHz BIOS CPU family: 1 CPU family: 6 Model: 44 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 8 Stepping: 1 BogoMIPS: 4799.99 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge m ca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes rdrand hype rvisor lahf_lm 3dnowprefetch cpuid_fault pti ibrs ibpb stibp tsc_adjust smep erms arat umip md_clear arch_ca pabilities Virtualization features: Hypervisor vendor: KVM Virtualization type: full Caches (sum of all): L1d: 256 KiB (8 instances) L1i: 256 KiB (8 instances) L2: 32 MiB (8 instances) L3: 128 MiB (8 instances) NUMA: NUMA node(s): 1 NUMA node0 CPU(s): 0-7 Vulnerabilities: Gather data sampling: Not affected Itlb multihit: Not affected L1tf: Mitigation; PTE Inversion Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Meltdown: Mitigation; PTI Mmio stale data: Unknown: No mitigations Reg file data sampling: Not affected Retbleed: Not affected Spec rstack overflow: Not affected Spec store bypass: Not affected Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointe r sanitization Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STI BP disabled; RSB filling; PBRSB-eIBRS Not affected; BH I Retpoline Srbds: Not affected Tsx async abort: Not affected ```
output of `free` (memory-info) on VM ``` # free -m total used free shared buff/cache available Mem: 3900 662 1864 1 1373 3175 Swap: 1287 0 1287 ```
output of `virsh dumpxml homeassistant` on hypervisor ``` homeassistant ecb7b78c-e87b-4303-89e3-b33f38175216 Home Assistant OS 4194304 4194304 8 /machine hvm /usr/share/OVMF/OVMF_CODE.secboot.fd /var/lib/libvirt/qemu/nvram/homeassistant_VARS.fd Westmere-IBRS Intel destroy restart destroy /usr/libexec/qemu-kvm

Steps to reproduce the issue

  1. Ensure IPv6 works on HAOS
  2. Reboot router
  3. HA OS starts impersonating router IPv6 static address
  4. Router cannot successfully perform DAD, leading IPv6 DHCPv6 to not work

Anything in the Supervisor logs that might be useful for us?

(reproduced this again today at 17:01.. these logs are from then, not during the tcpdump):
<details><summary>output of supervisor-logs</summary>

2024-09-16 16:59:59.203 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866c21d550>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 16:59:59.206 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8669f9f6b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:03:51.121 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret ssh_password
2024-09-16 17:03:59.201 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866a47f8f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:03:59.204 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866a486f30>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:03:59.206 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866a486b40>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:04:45.993 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-09-16 17:04:46.866 INFO (MainThread) [supervisor.host.services] Updating service information
2024-09-16 17:04:46.876 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-09-16 17:04:47.094 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-09-16 17:04:47.107 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-09-16 17:04:59.201 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866a4411f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:04:59.204 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866aff4440>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
2024-09-16 17:04:59.207 WARNING (sentry-sdk.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f866aff67b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
[...]


### Anything in the Host logs that might be useful for us?

```txt
(reproduced this again today at 17:01.. these logs are from then, not during the tcpdump):
<details><summary>host-logs</summary>

2024-09-16 13:58:35.740 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-09-16 13:58:35.754 homeassistant kernel: audit: type=1334 audit(1726495115.752:566): prog-id=211 op=UNLOAD
2024-09-16 13:58:35.754 homeassistant kernel: audit: type=1334 audit(1726495115.752:567): prog-id=210 op=UNLOAD
2024-09-16 13:58:35.754 homeassistant kernel: audit: type=1334 audit(1726495115.752:568): prog-id=209 op=UNLOAD
2024-09-16 14:45:45.190 homeassistant NetworkManager[473]: <info>  [1726497945.1907] dhcp4 (enp1s0): state changed new lease, address=172.22.20.11
2024-09-16 14:45:45.216 homeassistant systemd[1]: Starting Network Manager Script Dispatcher Service...
2024-09-16 14:45:45.232 homeassistant systemd[1]: Started Network Manager Script Dispatcher Service.
2024-09-16 14:45:55.254 homeassistant systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
2024-09-16 15:46:54.042 homeassistant NetworkManager[473]: <info>  [1726501614.0419] dhcp6 (enp1s0): state changed new lease, address=2a02:aaaa:bbbb:2220::11
2024-09-16 15:46:54.066 homeassistant systemd[1]: Starting Network Manager Script Dispatcher Service...
2024-09-16 15:46:54.082 homeassistant systemd[1]: Started Network Manager Script Dispatcher Service.
2024-09-16 15:47:04.104 homeassistant systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
2024-09-16 15:53:05.255 homeassistant kernel: audit: type=1334 audit(1726501985.253:569): prog-id=212 op=LOAD
2024-09-16 15:53:05.260 homeassistant systemd-timesyncd[555]: Network configuration changed, trying to establish connection.
2024-09-16 15:53:05.264 homeassistant systemd[1]: Started Journal Gateway Service.
2024-09-16 15:53:05.270 homeassistant systemd-timesyncd[555]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2024-09-16 16:01:38.554 homeassistant dockerd[569]: time="2024-09-16T16:01:38.553521595Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:34852" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:34852->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=f64b9af50f2dbcb8 traceID=d5fc1e8fc1a61c2c4ed1588e2772f22e
2024-09-16 16:01:42.555 homeassistant dockerd[569]: time="2024-09-16T16:01:42.555621484Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:37866" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:37866->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=b73bd698cd7ab30e traceID=f3543feae45d382b6aa7402de050e2fd
2024-09-16 16:01:46.563 homeassistant dockerd[569]: time="2024-09-16T16:01:46.563159094Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:33502" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:33502->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=55605ca713a2e981 traceID=b63d5a707eec3f3b51f10d7510188d66
2024-09-16 16:01:50.565 homeassistant dockerd[569]: time="2024-09-16T16:01:50.565603987Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:40053" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:40053->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=f591977f2a151e67 traceID=8df9584d62eccbb166fbd8712537f90a
2024-09-16 16:01:54.574 homeassistant dockerd[569]: time="2024-09-16T16:01:54.573946869Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:49988" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:49988->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=ca0d0e689515dd96 traceID=18ed86774cc76317b981c0f8b349f00d
2024-09-16 16:01:58.577 homeassistant dockerd[569]: time="2024-09-16T16:01:58.576903940Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:32991" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:32991->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=9fa49968223b0516 traceID=8e3780177632811728489c26336dca27
2024-09-16 16:02:02.583 homeassistant dockerd[569]: time="2024-09-16T16:02:02.583611440Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:37515" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:37515->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=66205ccf8cd8a793 traceID=007d269f63f6794f4ebe4fac24c57033
2024-09-16 16:02:06.585 homeassistant dockerd[569]: time="2024-09-16T16:02:06.585474341Z" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.30.33.2:48579" dns-server="udp:172.30.32.3:53" error="read udp 172.30.33.2:48579->172.30.32.3:53: i/o timeout" question=";protocol-v2.argotunnel.com.\tIN\t TXT" spanID=3df7eb0b94d98c2a traceID=091ec8b158607b9da9b118668c00ae41
2024-09-16 16:02:17.334 homeassistant systemd-resolved[469]: enp1s0: Bus client set DNS server list to: 172.22.20.1, 2a02:aaaa:bbbb:2220::, fe80::e52d:77e3:790:3d82
2024-09-16 16:04:46.012 homeassistant kernel: audit: type=1334 audit(1726502686.010:570): prog-id=213 op=LOAD
2024-09-16 16:04:46.012 homeassistant kernel: audit: type=1334 audit(1726502686.010:571): prog-id=214 op=LOAD
2024-09-16 16:04:46.012 homeassistant kernel: audit: type=1334 audit(1726502686.011:572): prog-id=215 op=LOAD
2024-09-16 16:04:46.025 homeassistant systemd[1]: Starting Hostname Service...
2024-09-16 16:04:46.431 homeassistant systemd[1]: Started Hostname Service.
2024-09-16 16:04:46.452 homeassistant kernel: audit: type=1334 audit(1726502686.451:573): prog-id=216 op=LOAD
2024-09-16 16:04:46.453 homeassistant kernel: audit: type=1334 audit(1726502686.452:574): prog-id=217 op=LOAD
2024-09-16 16:04:46.453 homeassistant kernel: audit: type=1334 audit(1726502686.452:575): prog-id=218 op=LOAD
2024-09-16 16:04:46.463 homeassistant systemd[1]: Starting Time & Date Service...
2024-09-16 16:04:46.825 homeassistant systemd[1]: Started Time & Date Service.
2024-09-16 16:05:16.472 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-09-16 16:05:16.518 homeassistant kernel: audit: type=1334 audit(1726502716.516:576): prog-id=215 op=UNLOAD
2024-09-16 16:05:16.518 homeassistant kernel: audit: type=1334 audit(1726502716.516:577): prog-id=214 op=UNLOAD
2024-09-16 16:05:16.518 homeassistant kernel: audit: type=1334 audit(1726502716.516:578): prog-id=213 op=UNLOAD
2024-09-16 16:05:16.866 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.



### System information

<details><summary>output of system-info</summary>

### System information
Version core-2024.8.3
Installation type       Home Assistant OS
Development     false
Supervisor      true
Docker  true
User    root
Virtual environment     false
Python version  3.12.4
Operating system family Linux
Operating system version        6.6.46-haos
CPU architecture        x86_64
Timezone        Europe/London
Configuration directory /config
### Home Assistant Community Store
GitHub API      ok
GitHub Content  ok
GitHub Web      ok
HACS Data       ok
GitHub API Calls Remaining      5000
Installed Version       2.0.0
Stage   running
Available Repositories  1405
Downloaded Repositories 1
### Home Assistant Cloud
Logged In       false
Reach certificate server        ok
Reach authentication server     ok
Reach Home Assistant Cloud      ok
### Home Assistant Supervisor
Host operating system   Home Assistant OS 13.1
Update channel  stable
Supervisor version      supervisor-2024.09.1
Agent version   1.6.0
Docker version  26.1.4
Disk total      30.8 GB
Disk used       8.6 GB
Healthy true
Supported       true
host_connectivity       true
supervisor_connectivity true
ntp_synchronized        true
virtualization  kvm
Board   ova
Supervisor API  ok
Version API     ok
Installed add-ons       Advanced SSH & Web Terminal (18.0.0), Studio Code Server (5.15.0), Cloudflared (5.1.19), Frigate (0.14.0), Mosquitto broker (6.4.1)
### Dashboards
Dashboards      2
Resources       0
Views   0
Mode    storage
### Recorder
Oldest run start time   September 12, 2024 at 1:10 PM
Current run start time  September 14, 2024 at 2:23 PM
Estimated database size (MiB)   2.01 MiB
Database engine sqlite
Database version        3.45.3

</details>

### Additional information

_No response_
aleks-mariusz commented 1 month ago

Below, I captured a tcpdump during the incident over the weekend, just of all icmp6 packets (the dhcpv6 traffic itself is not captured) - I am posting two versions, one annotated by myself (with the commentary of what i believe is happening), as well as an unannotated/unabridged version (if you don't want my comments/interpretation of the traffic to bias your investigation).

Note i am using a 'diff-like output' to colorize the different "speakers" of each ICMPv6 packet to make to easier to follow:

The hosts involved and appearing in the below captures are color-coded as follows (along with their IPv6 addresses, both link-local and global-unicast):

+  router-main:bd:10 - provides IPv6 connectivity normally, via SLAAC-enabling router-advertisements proposing the client uses DHCPv6 
+     2a02:aaaa:bbbb:2220:: - my statically assigned address for this VLAN's interface - what the HA vm starts impersonating
+     fe80::c0bf:3704:2f17:8093 - link-local stable-privacy address prior-to--reboot
+     fe80::6c0d:8563:da46:ca9c - link-local stable-privacy address after-reboot
+     fe80::213f:816a:a47b:30e4 - link-local stable-privacy address pre-issue-fixed
+     fe80::33b0:f83f:9c09:f500 - link-local stable-privacy address pre-issue-fixed
+     fe80::9bec:db29:40d6:3f66 - link-local stable-privacy address after-issue-fixed

-  server-kvm_:e1:b8 - this is my NAS which is the hypervisor for the home-assistant VM
-      fe80::d250:99ff:fe6f:e1b8 - link-local eui64-based address 
-      2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 - slaac-assigned eui64-based address

!  vm-homeastn:a5:c6 - this is the actual VM running home-assistant OS
!      fe80::a8b4:7a51:21a4:a9ba - link-local eui64-based address
!      2a02:aaaa:bbbb:2220::11 - dhcpv6-assigned global addresss
!      2a02:aaaa:bbbb:2220:6bf3:b959:29ea:d161 - slaac-assigned address

@@ macbook-pro:0c:20 - this is my macbook which is also impacted by this issue ---@@
@@      fe80::1430:f31f:50e3:e9d0 - link local ---@@
@@      2a02:aaaa:bbbb:2220::1  - DHCPv6 assigned address ---@@
@@      2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 - SLAAC-assigned privacy address  ---@@

# and finally this contains comments w/ my understanding of about what's happening on the following line

key times in the capture

pre-14:00 - everything working normally 14:00:00.000 - the router has been rebooted 14:01:08.391 - the HA vm begins impersonating the router's assigned IPv6 gua address (answering to another host on network, a macbook) 14:01:13.500 - the router has sent its first ICMPv6 message since booting back up 14:01:52.257 - final HA-vm's impersonation of router, at this point it is rebooted. 14:25:04.935 - the router performs it's DAD again, successfully - things from then on continue to work normally. 14:25:06.154 - the HA vm starts coming back up 14:25:26.377 - the HA vm appears to try to impersonate again, but this may have been after the DAD timeout expired

unabridged raw tcpdump capture ```diff + 13:49:26.035 router-main:bd:10 > 33:33:00:00:00:01, fe80::c0bf:3704:2f17:8093 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 75758s, pref. time 75758s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 13:57:30.667 router-main:bd:10 > 33:33:00:00:00:01, fe80::c0bf:3704:2f17:8093 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 75273s, pref. time 75273s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 13:57:35.296 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > 2a02:aaaa:bbbb:2220::11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 ! 13:57:35.297 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220::11 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::11, Flags [router, solicited] ! 13:57:35.361 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 13:57:35.361 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::c0bf:3704:2f17:8093, Flags [router, solicited] + 13:57:40.416 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 13:57:40.417 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 13:58:53.121 router-main:bd:10 > server-kvm_:e1:b8, fe80::c0bf:3704:2f17:8093 > fe80::d250:99ff:fe6f:e1b8 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 75191s, pref. time 75191s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 13:58:58.176 router-main:bd:10 > server-kvm_:e1:b8, fe80::c0bf:3704:2f17:8093 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 13:58:58.176 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] - 13:59:03.360 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 13:59:03.360 router-main:bd:10 > server-kvm_:e1:b8, fe80::c0bf:3704:2f17:8093 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::c0bf:3704:2f17:8093, Flags [router, solicited] @@ 14:00:54.816 macbook-pro:0c:20 > router-main:bd:10, fe80::1430:f31f:50e3:e9d0 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ---@@ @@ 14:00:55.827 macbook-pro:0c:20 > router-main:bd:10, fe80::1430:f31f:50e3:e9d0 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ---@@ @@ 14:01:05.024 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ @@ 14:01:06.035 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ @@ 14:01:06.889 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ ! 14:01:08.391 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:08.392 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:09.368 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:09.368 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:10.984 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:10.984 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:12.013 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:12.013 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:13.473 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 @@ 14:01:13.473 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840, Flags [solicited] ---@@ + 14:01:13.500 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms @@ 14:01:14.320 macbook-pro:0c:20 > vm-homeastn:a5:c6, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ ! 14:01:14.321 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:15.431 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:15.432 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:15.659 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:15.659 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.330 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.330 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.481 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.481 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.481 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:16.586 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:17.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:17.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:17.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:17.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:01:17.948 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms @@ 14:01:18.363 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:01:18.363 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:01:18.576 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:18.576 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:01:21.363 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:01:21.538 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 86399s, pref. time 86399s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:01:21.816 router-main:bd:10 > 33:33:ff:7e:78:40, fe80::6c0d:8563:da46:ca9c > ff02::1:ff7e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ! 14:01:22.113 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:01:22.540 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:01:22.541 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:01:22.541 router-main:bd:10 > 33:33:ff:a4:a9:ba, fe80::6c0d:8563:da46:ca9c > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:01:22.542 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor advertisement, length 32, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited, override] + 14:01:22.542 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 136 + destination link-address option (2), length 8 (1): vm-homeastn:a5:c6 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:01:22.775 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:22.775 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:23.713 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:01:23.713 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:01:24.014 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:24.014 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:01:26.064 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:01:27.809 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:01:27.809 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:27.809 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::6c0d:8563:da46:ca9c, Flags [router, solicited] + 14:01:27.809 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:01:28.833 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:28.879 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:01:29.857 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:29.919 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:30.479 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:01:31.113 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:31.113 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:01:35.597 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:01:35.663 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 86385s, pref. time 86385s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:01:35.817 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] ! 14:01:36.513 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:01:36.513 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ + 14:01:36.830 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:01:40.849 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:41.081 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:01:41.239 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:01:45.357 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:01:47.545 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:47.546 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:01:49.390 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:01:51.482 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:01:52.140 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 86368s, pref. time 86368s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:01:52.257 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:01:53.267 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:01:57.641 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:02:01.719 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:02:06.157 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:02:11.625 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:02:11.625 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:02:16.961 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:02:16.961 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:02:16.961 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::6c0d:8563:da46:ca9c, Flags [router, solicited] @@ 14:02:16.962 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:02:18.417 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:02:21.986 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:02:21.986 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] @@ 14:02:22.053 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:02:22.054 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:02:27.201 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:02:27.201 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:02:48.420 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:02:48.421 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:02:53.829 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:02:53.829 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:02:58.543 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:02:58.544 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:03:03.558 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:03:03.559 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:03:19.136 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:19.137 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:03:24.553 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:03:24.553 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:03:24.553 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::6c0d:8563:da46:ca9c, Flags [router, solicited] @@ 14:03:24.554 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ + 14:03:29.587 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:03:29.587 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:03:50.091 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:50.859 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:52.011 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:52.875 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:52.876 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:03:53.419 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:54.083 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:03:54.084 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:03:55.275 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:03:55.275 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:03:59.371 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c @@ 14:03:59.537 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:03:59.538 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:04:00.395 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:00.891 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:00.892 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:04:01.223 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:04:01.419 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:02.123 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:02.124 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:04:02.227 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:04:02.699 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:02.699 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:03.723 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:04.683 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:04.747 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:04.963 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:05.003 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:04:05.003 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:04:06.067 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:06.068 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:07.115 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:07.363 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:08.139 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:08.419 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:12.339 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:12.340 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:13.387 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:14.411 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:14.811 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:15.147 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:15.463 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:15.691 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:16.523 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:16.651 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:17.547 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:17.843 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:18.443 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:21.203 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:21.204 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:22.219 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:22.251 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:04:23.222 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:04:23.243 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:23.947 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:04:23.947 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:04:23.979 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:30.795 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:30.796 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:31.819 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:04:32.843 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:04:33.555 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:04:36.505 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:04:36.851 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:04:37.863 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:04:38.549 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:04:38.550 router-main:bd:10 > 33:33:ff:a4:a9:ba, fe80::33b0:f83f:9c09:f500 > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:04:38.550 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::33b0:f83f:9c09:f500 ICMP6, neighbor advertisement, length 32, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited, override] + 14:04:38.550 router-main:bd:10 > vm-homeastn:a5:c6, fe80::33b0:f83f:9c09:f500 > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 136 + source link-address option (1), length 8 (1): router-main:bd:10 + destination link-address option (2), length 8 (1): vm-homeastn:a5:c6 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:04:40.553 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:04:40.564 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 12s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=12s + rdnss option (25), length 24 (3): lifetime 12s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:04:41.099 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:04:42.112 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:04:43.915 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::33b0:f83f:9c09:f500 ICMP6, neighbor solicitation, length 32, who has fe80::33b0:f83f:9c09:f500 + 14:04:43.915 router-main:bd:10 > vm-homeastn:a5:c6, fe80::33b0:f83f:9c09:f500 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::33b0:f83f:9c09:f500, Flags [router, solicited] + 14:04:46.522 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:04:47.203 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:04:47.204 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:04:51.011 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:04:52.619 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:04:52.619 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ + 14:04:55.214 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:04:56.867 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:04:56.971 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] @@ 14:04:57.721 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:04:57.721 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:04:57.982 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:05:02.196 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:05:02.859 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:05:02.859 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ + 14:05:06.385 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:05:10.736 router-main:bd:10 > 33:33:00:00:00:01, fe80::33b0:f83f:9c09:f500 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::33b0:f83f:9c09:f500 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:05:33.835 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:33.836 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:05:34.177 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:34.531 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:36.731 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:36.732 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:37.739 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:37.867 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:38.763 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:39.211 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:05:39.212 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:05:44.291 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:05:44.291 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:05:49.236 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:49.237 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:50.284 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:05:50.500 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:51.292 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:05:51.308 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:03.917 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:04.941 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:05.173 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:05.174 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:06.069 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:06.221 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:07.245 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:11.608 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:12.061 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:12.957 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:12.958 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:13.853 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:13.965 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:14.989 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:15.613 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:20.430 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:21.262 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:22.318 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:25.294 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:25.295 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:26.318 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:06:26.318 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c @@ 14:06:26.321 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:06:27.342 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:28.358 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] @@ 14:06:30.674 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:06:30.674 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:06:30.927 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:31.375 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:31.376 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:32.399 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:33.423 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:06:35.743 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:35.744 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:06:35.815 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:06:36.047 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:06:36.047 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:06:37.967 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:06:39.508 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:06:45.720 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:06:56.055 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:06:56.136 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 86392s, pref. time 86392s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:06:56.313 router-main:bd:10 > 33:33:ff:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1:ff00:1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:06:56.320 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:06:57.332 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:06:57.554 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:06:57.555 router-main:bd:10 > 33:33:ff:a4:a9:ba, fe80::213f:816a:a47b:30e4 > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:06:57.555 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor advertisement, length 32, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited, override] + 14:06:57.556 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:07:01.801 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:07:02.673 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 + 14:07:02.673 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::213f:816a:a47b:30e4, Flags [router, solicited] + 14:07:06.029 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:07:06.045 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:07:06.046 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 + 14:07:13.130 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:07:13.418 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:07:14.430 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:07:18.529 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:07:22.681 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:07:26.942 router-main:bd:10 > 33:33:00:00:00:01, fe80::213f:816a:a47b:30e4 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::213f:816a:a47b:30e4 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:07:30.291 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:31.346 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:32.370 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:34.418 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:35.442 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:36.466 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:37.274 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:07:37.275 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:07:37.490 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:38.514 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:39.538 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:41.522 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:42.546 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:42.610 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:07:42.611 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:07:43.570 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 @@ 14:07:48.137 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:07:48.137 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:07:49.778 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:50.666 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:07:50.802 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:51.826 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:07:51.826 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:53.362 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:07:53.363 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:07:53.559 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:54.578 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:55.602 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:56.690 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:57.714 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:07:58.739 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:00.659 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:01.683 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:02.707 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:04.755 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:05.779 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:06.399 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:08:06.699 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:08:06.803 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:07.971 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:08:07.972 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:08:08.659 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:09.683 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:10.707 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:12.755 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:13.331 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 + 14:08:13.332 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::213f:816a:a47b:30e4, Flags [router, solicited] ! 14:08:13.779 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:14.803 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:16.787 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:17.812 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:08:18.361 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:08:18.361 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:08:18.836 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:21.564 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:22.612 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:23.636 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:25.108 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:26.132 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:27.156 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:28.756 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:29.780 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:30.804 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:32.788 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:33.812 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:34.836 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:39.157 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:08:39.158 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:08:40.981 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:42.005 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:43.029 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:44.565 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:08:44.565 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:08:49.621 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:08:49.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:08:53.566 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:54.614 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:54.806 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:08:54.806 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:08:55.638 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:57.686 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:58.710 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:08:59.734 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:00.758 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:01.782 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:02.806 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:04.790 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:05.814 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:06.838 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:09.893 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:09:10.550 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:09:13.238 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:14.262 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:15.286 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:40.823 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:09:40.824 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:09:46.007 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:09:46.008 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:09:51.062 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:09:51.062 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:09:56.247 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:09:56.248 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:09:57.566 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:58.615 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:09:59.639 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:01.688 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:02.712 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:03.736 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:04.760 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:05.784 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:06.808 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:08.792 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:09.816 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:10.840 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:11.800 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:10:17.240 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:18.264 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:19.288 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:41.761 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:10:41.762 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:10:46.937 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:10:46.937 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 + 14:10:46.937 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::213f:816a:a47b:30e4, Flags [router, solicited] @@ 14:10:46.937 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ + 14:10:51.961 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:10:51.961 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] @@ 14:10:51.995 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:10:51.995 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:10:56.940 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:57.177 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:10:57.178 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:10:57.945 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:10:58.969 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:11:44.494 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:11:44.495 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:11:44.680 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:11:44.680 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:11:46.394 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:11:46.395 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:11:47.194 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:11:47.195 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:11:48.826 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:11:49.914 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 ! 14:11:49.914 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 + 14:11:49.914 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::213f:816a:a47b:30e4, Flags [router, solicited] @@ 14:11:49.915 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:11:54.600 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:11:54.601 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:11:54.921 router-main:bd:10 > vm-homeastn:a5:c6, fe80::213f:816a:a47b:30e4 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:11:54.922 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:11:59.642 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:11:59.643 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:12:05.596 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:07.642 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:08.666 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:09.690 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:12.762 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:13.786 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:14.810 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:16.794 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:17.818 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:18.842 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:25.243 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:26.267 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:27.291 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:12:51.097 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:12:51.098 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:12:52.827 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:12:56.475 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:12:56.476 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:13:01.274 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:13:01.274 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:13:06.715 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:13:06.716 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:13:50.475 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:13:51.048 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:13:51.049 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:13:52.347 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:13:52.348 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:13:53.563 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:13:55.867 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:13:55.868 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:13:57.933 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:13:57.934 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:13:58.683 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:00.163 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:00.164 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 @@ 14:14:01.507 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:14:01.507 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:14:01.691 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:02.651 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:03.035 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:14:04.059 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:14:05.083 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::213f:816a:a47b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:14:06.107 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:06.108 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:06.619 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:14:06.620 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:14:07.131 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:08.155 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:08.675 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:08.747 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:09.646 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:09.931 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:10.675 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:11.107 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:14.563 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:14.564 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:15.579 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:15.851 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:16.195 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:16.267 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:16.603 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:19.702 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:19.931 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:14:19.932 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:14:20.131 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:20.787 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:20.939 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:14:21.279 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:14:21.395 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:21.396 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:22.427 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:22.587 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:23.451 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:14:25.859 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:25.955 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:14:28.759 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:14:34.420 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:14:34.507 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:14:34.723 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:14:35.739 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:14:35.740 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:14:35.741 router-main:bd:10 > 33:33:ff:a4:a9:ba, fe80::9bec:db29:40d6:3f66 > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:14:35.741 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 32, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited, override] + 14:14:35.741 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 136 + source link-address option (1), length 8 (1): router-main:bd:10 + destination link-address option (2), length 8 (1): vm-homeastn:a5:c6 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:14:38.269 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:14:38.587 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] + 14:14:39.599 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:14:40.923 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:14:40.923 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:14:43.698 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:14:50.587 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] + 14:14:55.003 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ! 14:14:55.227 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] ! 14:14:55.771 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:14:55.772 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ + 14:14:56.240 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms + 14:15:00.447 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms @@ 14:15:01.146 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:15:01.146 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:15:04.557 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms ! 14:15:06.523 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:15:06.524 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ + 14:15:08.614 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:15:20.572 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:25.979 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:15:25.980 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:15:35.066 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:35.066 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:35.067 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:15:35.067 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:15:36.025 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:36.237 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:36.649 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:37.241 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:38.265 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:41.648 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:41.649 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:42.680 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:42.720 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:43.704 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:44.272 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:45.456 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:45.457 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:46.520 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:46.936 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:15:47.543 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:15:51.703 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:16:21.586 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:22.451 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:16:22.611 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:23.635 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:25.683 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:26.707 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:27.731 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:27.923 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:16:27.923 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ ! 14:16:28.755 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:29.779 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:16:30.210 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:16:30.803 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:32.787 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 @@ 14:16:33.359 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:16:33.359 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:16:33.811 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:34.835 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:38.675 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:16:38.676 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:16:41.236 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:42.259 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:43.284 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, 2a02:aaaa:bbbb:2220::11 > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:16:52.599 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:16:53.260 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:16:53.261 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:16:53.261 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:16:53.460 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:17:24.789 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:17:24.790 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:17:25.845 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:17:26.869 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:17:29.877 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:17:29.878 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:17:35.385 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:17:35.385 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:17:40.630 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:17:40.630 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:18:00.870 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:18:00.871 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:18:00.871 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:18:02.094 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:18:02.095 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:18:03.158 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:18:04.182 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:18:06.230 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:18:06.231 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:18:10.958 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:18:10.958 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:18:15.958 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:18:15.959 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:19:11.976 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:19:11.977 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:19:11.977 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:19:11.977 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:19:12.832 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:19:17.400 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:19:17.401 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:19:22.127 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:19:22.128 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:19:27.128 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:19:27.129 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:20:47.355 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:20:47.356 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:20:47.357 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:20:47.357 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:20:48.323 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:20:49.100 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:20:50.139 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:20:50.267 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:20:51.163 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:20:52.635 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:20:52.636 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:20:58.218 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:20:58.218 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:21:03.387 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:21:03.388 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:21:52.730 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:21:52.731 vm-homeastn:a5:c6 > 33:33:ff:46:ca:9c, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:21:52.732 vm-homeastn:a5:c6 > 33:33:ff:17:80:93, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:21:52.732 vm-homeastn:a5:c6 > 33:33:ff:7b:30:e4, fe80::a8b4:7a51:21a4:a9ba > ff02::1:ff7b:30e4 ICMP6, neighbor solicitation, length 32, who has fe80::213f:816a:a47b:30e4 ! 14:21:53.474 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:21:58.170 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::1 @@ 14:21:58.171 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::1, Flags [solicited] ---@@ @@ 14:22:03.112 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:22:03.113 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:22:08.410 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:22:08.410 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ ! 14:22:41.842 vm-homeastn:a5:c6 > 33:33:ff:a4:a9:ba, :: > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:22:43.080 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:22:43.080 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:22:48.167 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:22:48.167 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:22:53.553 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:22:53.554 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] ! 14:22:55.729 vm-homeastn:a5:c6 > 33:33:ff:a4:a9:ba, :: > ff02::1:ffa4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:22:56.936 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 + 14:22:56.936 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:23:31.675 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:23:31.676 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:23:37.069 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:23:37.069 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:24:02.558 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::9bec:db29:40d6:3f66 + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms + 14:25:01.755 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:25:01.755 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:25:04.935 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:25:05.564 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 85758s, pref. time 85758s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ! 14:25:06.154 vm-homeastn:a5:c6 > 33:33:ff:ea:d1:61, :: > ff02::1:ffea:d161 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:6bf3:b959:29ea:d161 ! 14:25:07.178 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:25:07.178 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:25:10.059 router-main:bd:10 > 33:33:ff:7e:78:40, fe80::9bec:db29:40d6:3f66 > ff02::1:ff7e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ! 14:25:26.377 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:6bf3:b959:29ea:d161 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:25:31.753 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 @@ 14:25:31.753 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840, Flags [solicited] ---@@ @@ 14:25:37.339 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:25:37.339 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:25:42.504 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:25:42.505 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ + 14:26:11.537 router-main:bd:10 > 33:33:ff:6f:e1:b8, fe80::9bec:db29:40d6:3f66 > ff02::1:ff6f:e1b8 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 - 14:26:11.537 server-kvm_:e1:b8 > router-main:bd:10, 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8, Flags [solicited, override] - 14:26:16.640 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:26:16.640 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:26:21.674 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 14:26:21.674 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] ! 14:26:50.839 vm-homeastn:a5:c6 > 33:33:ff:00:00:11, :: > ff02::1:ff00:11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 + 14:26:55.604 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:26:55.604 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:26:59.594 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 - 14:26:59.594 server-kvm_:e1:b8 > router-main:bd:10, 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8, Flags [solicited] ! 14:27:00.838 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:27:00.839 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] - 14:27:04.768 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:27:04.768 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:27:09.213 router-main:bd:10 > 33:33:ff:00:00:11, fe80::9bec:db29:40d6:3f66 > ff02::1:ff00:11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 ! 14:27:09.213 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220::11 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::11, Flags [router, solicited, override] + 14:27:09.834 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 14:27:09.834 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] + 14:28:18.034 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:28:19.114 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:28:20.154 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:34:22.372 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 85201s, pref. time 85201s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms ```
annotated tcpdump capture ```diff # everything is normal at this point, router is sending --properly--configured-- (length 160) RA's every 10 minutes + 13:49:26.035 router-main:bd:10 > 33:33:00:00:00:01, fe80::c0bf:3704:2f17:8093 > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 75758s, pref. time 75758s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms # another RA (same size, so details omitted) - all good still + 13:57:30.667 router-main:bd:10 > 33:33:00:00:00:01, fe80::c0bf:3704:2f17:8093 > ff02::1 ICMP6, router advertisement, length 160 # router looking for HA vm GUA IPv6 addr (still normal) + 13:57:35.296 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > 2a02:aaaa:bbbb:2220::11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 ! 13:57:35.297 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220::11 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::11, Flags [router, solicited] # the HA vm looking for the router via link-local IPv6 addr(still normal) ! 13:57:35.361 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 13:57:35.361 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::c0bf:3704:2f17:8093, Flags [router, solicited] # router looking for HA vm link-local IPv6 addr (still normal) + 13:57:40.416 router-main:bd:10 > vm-homeastn:a5:c6, fe80::c0bf:3704:2f17:8093 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 13:57:40.417 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] # router looking for KVM-host link-local IPv6 addr + 13:58:58.176 router-main:bd:10 > server-kvm_:e1:b8, fe80::c0bf:3704:2f17:8093 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 13:58:58.176 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] the KVM-host looking for the router link-local IPv6 addr (still normal) - 13:59:03.360 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 13:59:03.360 router-main:bd:10 > server-kvm_:e1:b8, fe80::c0bf:3704:2f17:8093 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::c0bf:3704:2f17:8093, Flags [router, solicited] # ## AT THIS POINT, I HAVE REBOOT THE ROUTER # # macbook starts looking for router's link-local IPv6 addr, followed by its static GUA IPv6 addr @@ 14:00:54.816 macbook-pro:0c:20 > router-main:bd:10, fe80::1430:f31f:50e3:e9d0 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ---@@ @@ 14:00:55.827 macbook-pro:0c:20 > router-main:bd:10, fe80::1430:f31f:50e3:e9d0 > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ---@@ @@ 14:01:05.024 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ @@ 14:01:06.035 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ @@ 14:01:06.889 macbook-pro:0c:20 > router-main:bd:10, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ # ## !!!! the VM has started advertised itself (to the macbook this time) with the IPv6 address of my router - WHYYY!!!??? # ! 14:01:08.391 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] # the VM is responding w/ errors to the macbook because (not-shown) the macbook had started sending DNS traffic to the HA vm (since the router ran DNS services) ! 14:01:08.392 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # [... repeated >10 times...] ! 14:01:12.013 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # the HA vm looking for the macbook's GUA IPv6 addr (likely unrelated) ! 14:01:13.473 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 @@ 14:01:13.473 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840, Flags [solicited] ---@@ # ## the router has now boot back up # # router broadcasts its expected route-advertisement (it's advertising only its link-local address at this point but with a lifetime of 0s - 0 meaning don't use me as a router - it simply has not yet got an IPv6 assignment/prefix delegation from my ISP) + 14:01:13.500 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1500 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms # router bringing up its network-stack and doing Duplicate-Address-Detectioin (typical/required neightbor-solicitation before assigning itself the IPv6 address that's been configured) @@ 14:01:14.320 macbook-pro:0c:20 > vm-homeastn:a5:c6, 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 > 2a02:aaaa:bbbb:2220:: ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: ---@@ # !!!! the VM again is responding with it advertising the IPv6 address of the router ! 14:01:14.321 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] # (again) the VM is responding w/ errors to the macbook because it starts sending DNS traffic to the HA vm (since the router runs DNS services) ! 14:01:15.431 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # [... repeated >10 times...] ! 14:01:17.621 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # router re-broadcasts an identical route-advertisement as last time + 14:01:17.948 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 # macbook searching for HA vm's link-local IPv6 addr, and the VM responding @@ 14:01:18.363 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:01:18.363 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] # (again) the VM is responding w/ errors to the macbook because it starts sending DNS traffic to the HA vm (since the router runs DNS services) ! 14:01:18.576 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 ! 14:01:18.576 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # (again) router doing the typical/required neightbor-solicitation before assigning itself the IPv6 address that's been configured + 14:01:21.363 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: # (again) router broadcasts its updated route-advertisement, this time it has heard back from the ISP about what IPv6 space to use/delegate downstream to its clients # NOTE: it is optimistically suggesting people use the configured 2a02:aaaa:bbbb:2220:: address while it waits for a response to its NS + 14:01:21.538 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 160 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 86399s, pref. time 86399s + route info option (24), length 24 (3): 2a02:aaaa:bbbb::/48, pref=medium, lifetime=1800s + rdnss option (25), length 24 (3): lifetime 1800s, addr: 2a02:aaaa:bbbb:2220:: <--- this is the IPv6 addr i have assigned to it + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms # !!!! (in response to the earlier Neighbor Solicitation @ 14:01:21.363) - the VM again is responding with it advertising the IPv6 address the router is supposed to be able to use ! 14:01:22.113 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] # router re-broadcasts an updated route-advertisement again, but settings its lifetime back to 0 since its IPv6 address is unavailable (arg, thanks HA-vm) + 14:01:22.540 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms # the HA vm (ironically) sends a route-solicitation as IPv6 now is effectively broken on the whole network ! 14:01:22.541 vm-homeastn:a5:c6 > 33:33:00:00:00:02, fe80::a8b4:7a51:21a4:a9ba > ff02::2 ICMP6, router solicitation, length 8 # router responds to HA vm w/ its route-advertisement (it's again advertising itself only its link-local address and a lifetime of 0s) + 14:01:22.542 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, router advertisement, length 136 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + prefix info option (3), length 32 (4): 2a02:aaaa:bbbb:2220::/64, Flags [onlink, auto], valid time 0s, pref. time 0s + rdnss option (25), length 24 (3): lifetime 12s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 12s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 4000ms # the HA vm and the macbook continue to play tag-team - macbook tries to do DNS via IPv6 address the HA-vm has stole, the ha-VM responds with unreachable errors #[... snipped ...] # router re-broadcasts an identical route-advertisement as last time + 14:01:26.064 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 # the HA vm now is back to thinking about its connectivity, and asks for both the new link-local address of the latest RA, as well as the link-local address _prior_ to its reboot (seems each reboot, the router gets a new privacy-enhanced link-local address) ! 14:01:27.809 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::6c0d:8563:da46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c ! 14:01:27.809 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:27.809 router-main:bd:10 > vm-homeastn:a5:c6, fe80::6c0d:8563:da46:ca9c > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::6c0d:8563:da46:ca9c, Flags [router, solicited] # both the the HA vm and the now-confused router now start wondering who the mystery ...8093 is + 14:01:27.809 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:01:28.833 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:28.879 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 ! 14:01:29.857 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::c0bf:3704:2f17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 + 14:01:29.919 router-main:bd:10 > 33:33:ff:17:80:93, fe80::6c0d:8563:da46:ca9c > ff02::1:ff17:8093 ICMP6, neighbor solicitation, length 32, who has fe80::c0bf:3704:2f17:8093 # the router sending a simplier route-advertisement (like the initial-boot one, of length 104) as it's w/o prefix information (perhaps the odhcpd process on the router has exitted by now due to the IP-conflict condition) + 14:01:30.479 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 + hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0ms, retrans timer 0ms + source link-address option (1), length 8 (1): router-main:bd:10 + mtu option (5), length 8 (1): 1492 + rdnss option (25), length 24 (3): lifetime 1800s, addr: fe80::6c0d:8563:da46:ca9c + dnssl option (31), length 40 (5): lifetime 1800s, domain(s): lan.home.domain.com. + advertisement interval option (7), length 8 (1): 600000ms # more impostery ! 14:01:31.113 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] # more unreachable errors ! 14:01:31.113 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # router trying to bring its address up again + 14:01:35.597 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: # router optimistically/pre-emptivly broadcasting full-length (correct) RA + 14:01:35.663 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 160 # FOILED AGAIN! ! 14:01:35.817 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] # router updates its RA w/ the prefix info but with a lifetime of 0 + 14:01:36.830 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 # the HA vm continuing to be naughty w/ my macbook ! 14:01:40.849 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:41.081 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] # router sending some more "broken"/useless 0-lifetime RA's + 14:01:41.239 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + 14:01:45.357 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 # more HA vm naughtiness ! 14:01:47.545 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220::11 > 2a02:aaaa:bbbb:2220::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] ! 14:01:47.546 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220:: > 2a02:aaaa:bbbb:2220::1 ICMP6, destination unreachable, unreachable port, 2a02:aaaa:bbbb:2220:: udp port 53 # router again broadcasting the simpler prefixless RA w/ 0 lifetime + 14:01:49.390 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 # (again) router doing the usual neightbor-solicitation before assignign itself the IPv6 address that's been configured + 14:01:51.482 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: # !!!! the VM again is responding with it advertising the IPv6 address of the router ! 14:01:52.257 vm-homeastn:a5:c6 > 33:33:00:00:00:01, fe80::a8b4:7a51:21a4:a9ba > ff02::1 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router] # sending more route-advertisement, 3 with prefix, one withone.. all unusable due to 0s lifetimes + 14:01:53.267 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + 14:01:57.641 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + 14:02:01.719 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 136 + 14:02:06.157 router-main:bd:10 > 33:33:00:00:00:01, fe80::6c0d:8563:da46:ca9c > ff02::1 ICMP6, router advertisement, length 104 # [...about 25 minutes snipped while HA vm continues to impersonate router IPv6 address...] # ## the HA vm has been taken down for reboot # # the router is able to configure its assigned IPv6 address w/o obstruction from the HA vm + 14:25:04.935 router-main:bd:10 > 33:33:ff:00:00:00, :: > ff02::1:ff00:0 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:: + 14:25:05.564 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 160 # the HA VM is doing neighbor-solicitation to start using its randomly-generated (thanks to the RA) temporary GUA IPv6 assignemnt ! 14:25:06.154 vm-homeastn:a5:c6 > 33:33:ff:ea:d1:61, :: > ff02::1:ffea:d161 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:6bf3:b959:29ea:d161 # the HA VM is doing neighbor-solicitation for the link-local address of the router ! 14:25:07.178 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:25:07.178 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] # router looking for the macbook's link-local address + 14:25:10.059 router-main:bd:10 > 33:33:ff:7e:78:40, fe80::9bec:db29:40d6:3f66 > ff02::1:ff7e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 # the HA vm possibly up to its old tricks but (?) perhaps the response seems to have come too-late (after the original neighbor-solicitation response-accepted-timeout expired) ! 14:25:26.377 vm-homeastn:a5:c6 > macbook-pro:0c:20, 2a02:aaaa:bbbb:2220:6bf3:b959:29ea:d161 > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::, Flags [router, solicited] # the HA vm back to normality ! 14:25:31.753 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840 @@ 14:25:31.753 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:7c31:b848:97e:7840, Flags [solicited] ---@@ @@ 14:25:37.339 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ---@@ ! 14:25:37.339 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] ! 14:25:42.504 vm-homeastn:a5:c6 > macbook-pro:0c:20, fe80::a8b4:7a51:21a4:a9ba > fe80::1430:f31f:50e3:e9d0 ICMP6, neighbor solicitation, length 32, who has fe80::1430:f31f:50e3:e9d0 @@ 14:25:42.505 macbook-pro:0c:20 > vm-homeastn:a5:c6, fe80::1430:f31f:50e3:e9d0 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::1430:f31f:50e3:e9d0, Flags [solicited] ---@@ + 14:26:11.537 router-main:bd:10 > 33:33:ff:6f:e1:b8, fe80::9bec:db29:40d6:3f66 > ff02::1:ff6f:e1b8 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 - 14:26:11.537 server-kvm_:e1:b8 > router-main:bd:10, 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8, Flags [solicited, override] - 14:26:16.640 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:26:16.640 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:26:21.674 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 14:26:21.674 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] # the HA vm has now been assigned (by DHCPv6, not shown) this address, it is doing its expected neighbor solicitation before assigning it to itself ! 14:26:50.839 vm-homeastn:a5:c6 > 33:33:ff:00:00:11, :: > ff02::1:ff00:11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 + 14:26:55.604 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor solicitation, length 32, who has fe80::a8b4:7a51:21a4:a9ba ! 14:26:55.604 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::a8b4:7a51:21a4:a9ba, Flags [router, solicited] + 14:26:59.594 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 - 14:26:59.594 server-kvm_:e1:b8 > router-main:bd:10, 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is 2a02:aaaa:bbbb:2220:d250:99ff:fe6f:e1b8, Flags [solicited] ! 14:27:00.838 vm-homeastn:a5:c6 > router-main:bd:10, fe80::a8b4:7a51:21a4:a9ba > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:27:00.839 router-main:bd:10 > vm-homeastn:a5:c6, fe80::9bec:db29:40d6:3f66 > fe80::a8b4:7a51:21a4:a9ba ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] - 14:27:04.768 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor solicitation, length 32, who has fe80::9bec:db29:40d6:3f66 + 14:27:04.768 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor advertisement, length 24, tgt is fe80::9bec:db29:40d6:3f66, Flags [router, solicited] + 14:27:09.213 router-main:bd:10 > 33:33:ff:00:00:11, fe80::9bec:db29:40d6:3f66 > ff02::1:ff00:11 ICMP6, neighbor solicitation, length 32, who has 2a02:aaaa:bbbb:2220::11 ! 14:27:09.213 vm-homeastn:a5:c6 > router-main:bd:10, 2a02:aaaa:bbbb:2220::11 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 32, tgt is 2a02:aaaa:bbbb:2220::11, Flags [router, solicited, override] + 14:27:09.834 router-main:bd:10 > server-kvm_:e1:b8, fe80::9bec:db29:40d6:3f66 > fe80::d250:99ff:fe6f:e1b8 ICMP6, neighbor solicitation, length 32, who has fe80::d250:99ff:fe6f:e1b8 - 14:27:09.834 server-kvm_:e1:b8 > router-main:bd:10, fe80::d250:99ff:fe6f:e1b8 > fe80::9bec:db29:40d6:3f66 ICMP6, neighbor advertisement, length 24, tgt is fe80::d250:99ff:fe6f:e1b8, Flags [solicited] + 14:28:18.034 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:28:19.114 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c + 14:28:20.154 router-main:bd:10 > 33:33:ff:46:ca:9c, fe80::9bec:db29:40d6:3f66 > ff02::1:ff46:ca9c ICMP6, neighbor solicitation, length 32, who has fe80::6c0d:8563:da46:ca9c # final RA in the capture, all normal + 14:34:22.372 router-main:bd:10 > 33:33:00:00:00:01, fe80::9bec:db29:40d6:3f66 > ff02::1 ICMP6, router advertisement, length 160 ```
aleks-mariusz commented 1 month ago

Ok i feel a bit silly but, i've now tested this with a plain Ubuntu 22.04 VM also on the same KVM bridge acting the same way.. so it may not be HA-related afterall :-(

agners commented 1 month ago

Ok i feel a bit silly but, i've now tested this with a plain Ubuntu 22.04 VM also on the same KVM bridge acting the same way.. so it may not be HA-related afterall :-(

I was going to say, when it comes to networking, we pretty much run vanilla Linux. Our kernel might have a slight different config, but I would not expect that this changes core IPv6 address assignment behavior. Ontop of that we use NetworkManager 1.44.2.

I've recently noticed that Docker actually blocks multicast forwarding on all bridges on the system. Depending on when the Docker daemon gets started, this can lead to IPv6 working at first, but stops working after a while (see https://github.com/moby/moby/issues/48365). But if you don't use Docker, this is unlikely related.

Maybe you accidentally caused a Layer 2 level loop or something :thinking: ? Make sure to enable STP etc.

Maybe you also want to try disabling multicast snooping. There are some reports of such issues in the Linux bug tracker (see https://bugzilla.kernel.org/show_bug.cgi?id=99081#c14).

aleks-mariusz commented 1 month ago

But if you don't use Docker, this is unlikely related

wait, I was under the impression that Docker is always used on HA-os as the supervisor ends up starting all the components (including homeassistant-core) in separate containers.

Make sure to enable STP etc

Had a look, but it's enabled by default on the bridge automatically.

some reports of such issues in the Linux bug tracker

Thanks, I've looked at these already but their specific symptoms are not exactly like mine, where a random VM start impersonating another IPv6 identity on the network. I can only get this to happen with the router (e.g. rebooting one or the other VMs doesn't make it impersonate the other). Also thanks for telling me what entity is controlling the network. The Ubuntu VM i also saw doing this strangeness is using netplan and not NetworkManager. I still suspect there's something funky going on at the bridge-level unless it's a linux-kernel level issue (at this point, i'm just grasping at straws trying to find commonality).

Anyway thanks for entertaining my strange issue, even though it's very unlikely to be directly related to this project. I'll post on reddit or something under the KVM section, see if anyone has an idea there as well.

agners commented 1 month ago

But if you don't use Docker, this is unlikely related

wait, I was under the impression that Docker is always used on HA-os as the supervisor ends up starting all the components (including homeassistant-core) in separate containers.

Yeah that is inside HAOS. But what I am talking about is on your Virtual Machine host: It can influence the bridge on the VM host system...

aleks-mariusz commented 1 month ago

Ok so I have come to realize the underlying cause of for this weirdness. I appreciate this is not an HA related issue at all, but it was quite an interesting lesson in IPv6 networking, so i figure i'll share my findings, and express my sincere thanks to you folks (esp @agners) for letting me use this issues-tracker as forum for venting/sharing the tcpdump at least. It's been an excellent learning experience:

Cause: It's because i chose for the router's static assignment an IPv6 address that ends in just '::' in the first place, which is a reserved anycast address and seems bad things can happen when you use it for unicast purposes :man_facepalming:

Solution: I changed my ip6ifaceid (which is the "ipv6-address interface-id" - the part that generates the suffix of the IPv6 address) from the neat-looking '::' to anything else (i chose '::ffff') and the issue stopped. I had only chose '::' originally because it looked neat, without realizing the "ticking-timebomb" that i had introduced once i had VMs up on the network (and probably it could happen w/ any linux host really, VM or not).

Seems this [2xxx:aaaa:bbbb::] i chose to use is a possibly a "reserved" anycast address, and for whatever reason, both my VMs have regardless (even after the fix) in their routing table this address:

user@vmname:~$ ip -6 route show table local | grep anycast | grep 2a02
anycast 2a02:aaaa:bbbb:2220:: dev ens2 proto kernel metric 0 pref medium

...at least until my router goes down, when it stays in only one VM's who started impostering the router's address.

I have no idea what mechanism triggers this (seemingly default) automated behaviour only once the router went down, so if anyone has any idea, i'd be game to understand the underlying behavioural-cause, but at least I have a fix for now.

aleks-mariusz commented 1 month ago

Upon further research, this behaviour might be triggered by HAOS seemingly being configured "out-of-the-box" as an IPv6 router (sysctl shows net.ipv6.conf.all.forwarding=1).

Since I don't remember ever changing this, is this a default setting? I think this is what causes this VM to behave in this unexpected way - Interestingly, my other culprit VM (an Ubuntu 22.04 vanilla install) i also have (purposely) configured this way, albeit that change was intentional.

@agners any idea if/why is HAOS set up this way?

agners commented 1 month ago

@agners any idea if/why is HAOS set up this way?

Yes, HAOS enables IPv6 forwarding by default. The reason is that it makes it possible to turn Home Assistant OS into a Thread Border router. See also the relevant PR #1832.

FWIW, I think recent Docker version enable IPv6 forwarding as well.

Do you know why/how that influences the address setup exactly? :thinking: Sorry, just now saw your previous comment. Interesting indeed :sweat_smile:

A while ago I also realized that enabling IPv6 routing affected the IPv6 router readability probe (see #2434). We currently carry a patch which reverts that behavior.

agners commented 1 month ago

Cause: It's because i chose for the router's static assignment an IPv6 address that ends in just '::' in the first place, which is a reserved anycast address and seems bad things can happen when you use it for unicast purposes 🤦‍♂️

So that is OpenWrt right? So you used :: as IPv6 suffix? Given that is a reserved anycast address, maybe OpenWrt should actually warn/disallow that setting? :thinking: :sweat_smile:

aleks-mariusz commented 1 month ago

HAOS enables IPv6 forwarding by default. The reason is that it makes it possible to turn Home Assistant OS into a Thread Border router

interesting - i would have personally preferred this was only enabled if you actually need to use thread though? I get that thread relies on IPv6 - but i wager it's not the majority of HA users that actually have thread in their environment that it's configured as on-by-default out of the box, just my two cents tho? I can at least see where this came from though.

FWIW, I think recent Docker version enable IPv6 forwarding as well.

Truth be told, I've stopped using docker entirely, in favor of podman - i don't see a reason to rely on a third-party package with its own daemon when all its doing is relying on built-in linux kernel features (namespaces/cgroups).. I guess podman itself is an extra package to be installed, but at least it doesn't need an extra daemon running as root. Whether the same IPv6 issue exists with podman, i'm really not sure as i haven't played with IPv6 inside containers - i do know that podman requires a somewhat recent kernel (it mostly worked on el7's 3.10 but only for IPv4 - something newer would be needed for IPv6 i reckon), FWIW.

...maybe OpenWrt should actually warn/disallow that setting

Yes, the victim was an OpenWRT-based router - the UI actually has a default of ::1 - i overrode it thinking i was clever, but i guess it should probably warn the user, that's a great idea for a PR ! I have already updated the openwrt-docs at least about these findings... I'll ask if there is an appetite for a PR to put better guard-rails on the UI at least.