Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 04:19:34 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        florent@peterschmitt.fr
Cc:        freebsd-net@FreeBSD.org
Subject:   Re: IPv6 configuration missunderstanding
Message-ID:  <20130510.041934.19893072298744952.hrs@allbsd.org>
In-Reply-To: <518A6D5C.3030804@peterschmitt.fr>
References:  <518A6D5C.3030804@peterschmitt.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Fri_May_10_04_19_34_2013_266)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Florent Peterschmitt <florent@peterschmitt.fr> wrote
  in <518A6D5C.3030804@peterschmitt.fr>:

fl> Hi,
fl>
fl> I want to configure IPv6 in FreeBSD 9.1-RELEASE like this :
fl>
fl> ipv6_enable=yes
fl> ipv6_activate_all_interfaces=yes
fl> ifconfig_em0_ipv6="inet6 2001:41D0:8:B81f:: prefixlen 64"
fl> -interface em0"
fl> ipv6_defaultrouter="2001:41D0:8:B8ff:ff:ff:ff:ff"

 Why the default router is not in 2001:41d0:8:b81f::/64?

fl> But at boot I have :
fl>
fl> default    fe80::264:40ff:fe3a:fac0%em0  UG          em0

 I guess this is provided by the router via Router Advertisement
 messages.

fl> And if ipv6_enable=yes is not here (although it's depreciated), no IPv6
fl> at all.

 Please remove ipv6_enable=yes and ipv6_activate_all_interfaces=yes
 unless you understand you really need them.

 I think only the following line is sufficient for your environment:

 ifconfig_em0_ipv6="inet6 2001:41d0:8:b81f::1 prefixlen 64 accept_rtadv"

-- Hiroki

----Security_Multipart(Fri_May_10_04_19_34_2013_266)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (FreeBSD)

iEYEABECAAYFAlGL9sYACgkQTyzT2CeTzy0KBACdE/pLdXtHCvJtHfqxYCcwdb1q
EiUAoJu8SApJSArIyka5BkbGHMej2jtw
=pl1f
-----END PGP SIGNATURE-----

----Security_Multipart(Fri_May_10_04_19_34_2013_266)----



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