On 2016-11-17 22:36, Andy Ruhl wrote: >> - The router can ping6 the host1's IPv6 address. > > I'm not really sure if this is relevant, but what source IP are you > using when this happens? Can you force it to be the external global > address?
Using -S of ping6? router$ ping6 -S <external global address> <host1> .. seems to work fine. I honestly don't know what -I is supposed to do, and if it's at all relevant, but: router$ ping6 -I re0 <host1> .. yields "ping6: sendmsg: No route to host". (Maybe it's grabbing the link-local address?) /Jan
