On 2020-08-26, Alarig Le Lay <ala...@swordarmor.fr> wrote: > Hi, > > On Tue 25 Aug 2020 15:27:27 GMT, Aisha Tammy wrote: >> (peer A)$ tcpdump -inet6 -i vio0 icmp6 >> 15:23:04.918459 fe80::fc00:2ff:feee:5248 > ff02::1:ff42:6: icmp6: >> neighbor sol: who has 2001:19f0:5:5cd5::6942:6 >> >> (a lot of such lines) > > It seems that you have been provided a *connected* /64, so the router > tried to do NDP for your peer, which isn’t possible because the peer > isn’t on the same L2. > > You have ask your provider to *route* you a range. Then, it will be your > VM that will manage it.
Or do proxy ndp(8) for the address (like you would do with proxy ARP for v4 in the same situation).