Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Nov 2013 22:00:43 +0100
From:      Rafael Ostertag <newsletter@guengel.ch>
To:        freebsd-questions@freebsd.org
Subject:   9.2-RELAESE: IPv4/IPv6 dual stack and ipv6_prefered
Message-ID:  <527EA27B.6060509@guengel.ch>

next in thread | raw e-mail | index | archive | help
Hi

I have following entries in /etc/rc.conf:

 ip6addrctl_enable="YES"
 ip6addrctl_policy="ipv6_prefer"

on 9.1, this made FB pick IPv6 addresses for outbound connections.
However on the same box, after updating to 9.2, IPv6 addresses are no
longer used by default.

Looking at the output of ip6addrctl on 9.2, everything seems to be in
order, IMHO:

# ip6addrctl
Prefix                          Prec Label      Use
::1/128                           50     0        0
::/0                              40     1     3493
::ffff:0.0.0.0/96                 35     4        0
2002::/16                         30     2        0
2001::/32                          5     5        0
fc00::/7                           3    13     3295
::/96                              1     3        0
fec0::/10                          1    11        0
3ffe::/16                          1    12        0


Using ssh or wget to connect to another IPv6 enabled host, reveals
that IPv4 is used instead of IPv6.

Any ideas what might be wrong?

cheers
rafi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?527EA27B.6060509>