search for: f4cc

Displaying 4 results from an estimated 4 matches for "f4cc".

Did you mean: f4c1
2016 May 24
5
IPv6, ULAs and FreeBSD
...hat know FreeBSD: The main aim is to connect several jails that are running on two different machines. For those who don't: jails are like virtual machines but actually they aren't. I want to serve IPv4 subnets 10.1.0.0/16 (machine A) and 10.2.0.0/16 (machine B), and IPv6 subnets fd16:dcc0:f4cc:0:0:1::/96 (machine A) and fd16:dcc0:f4cc:0:0:2::/96 (machine B) respectively. The jails are connected on lo1. A $ netstat -rn | grep -e 'fd16' -e '10\.' 10.0.0.0/8 link#4 U tap0 10.1.0.1 link#4 UHS lo0 10.1...
2016 May 24
3
IPv6, ULAs and FreeBSD
Guus Sliepen [2016-05-24 11:26 +0200] : > On Tue, May 24, 2016 at 08:17:07AM +0200, Niklaas Baudet von Gersdorff wrote: [...] > > A $ cat /usr/local/etc/tinc/klaas/tinc-up > > ifconfig $INTERFACE inet6 fd16:dcc0:f4cc:0:0:1:0:1 prefixlen 80 > > route -6 add -host fd16:dcc0:f4cc:0:0:2:0:1 fd16:dcc0:f4cc:0:0:1:0:1 > > route -6 add -net fd16:dcc0:f4cc:0:0:2::/96 fd16:dcc0:f4cc:0:0:1:0:1 > > #route -6 add -ifp $INTERFACE -host fd16:dcc0:f4cc::2:0:1 fd16:dcc0:f4cc::1:0:1 > >...
2016 May 24
0
IPv6, ULAs and FreeBSD
On Tue, May 24, 2016 at 08:17:07AM +0200, Niklaas Baudet von Gersdorff wrote: > I want to serve IPv4 subnets 10.1.0.0/16 (machine A) and 10.2.0.0/16 > (machine B), and IPv6 subnets fd16:dcc0:f4cc:0:0:1::/96 (machine A) and > fd16:dcc0:f4cc:0:0:2::/96 (machine B) respectively. The jails are > connected on lo1. [...] > A $ cat /usr/local/etc/tinc/klaas/tinc-up > ifconfig $INTERFACE inet6 fd16:dcc0:f4cc:0:0:1:0:1 prefixlen 80 > route -6 add -host fd16:dcc0:f4cc:0:0:2...
2016 May 24
0
IPv6, ULAs and FreeBSD
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, or that B does not have the right Subnet statement in its host config file...