IPv6, ULAs and FreeBSD

Niklaas Baudet von Gersdorff stdin at niklaas.eu
Tue May 24 12:55:22 CEST 2016


Guus Sliepen [2016-05-24 12:31 +0200] :

> On Tue, May 24, 2016 at 12:08:38PM +0200, Niklaas Baudet von Gersdorff wrote:
> 
> > So, when I try to `ping6 fd16:dcc0:f4cc:0:0:2:1:1` `tinc -D -d5`  gives
> > me the following output:
> > 
> >     Cannot route packet: neighbor solicitation request for unknown address fd16:dcc0:f4cc:0:0:2:1:1
> 
> This means that either tinc is not connected to B,

I just realised that I cannot ping4 if I use /dev/tun0. I reverted my
configuration back to /dev/tap0. Following this, ping4 works again, so
I assume that tinc is connected.

> or that B does not have the right Subnet statement in its host config
> file. It should be Subnet = fd16:dcc0:f4cc:0:0:2::/96. With those long
> IPv6 addresses, it's easy to make a typo, so double check it :)

I double checked and it seems fine. Because four eyes see more than two: :)

    A $ cat /usr/local/etc/tinc/hosts/B
	Address = B
	Subnet = fd16:dcc0:f4cc:0:0:2::/96
	Subnet = 10.2.0.0/16

	-----BEGIN RSA PUBLIC KEY-----
	<secret>
	-----END RSA PUBLIC KEY-----

The same file is on B.

    Niklaas


More information about the tinc mailing list