Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Jul 2020 19:02:52 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        zeising+freebsd@daemonic.se
Cc:        net@FreeBSD.org
Subject:   Re: Specifying link-local address in rc.conf
Message-ID:  <20200707.190252.2262901305208864620.hrs@FreeBSD.org>
In-Reply-To: <713e1f3e-4dd9-8dcf-c6d2-15c684bdce5b@daemonic.se>
References:  <713e1f3e-4dd9-8dcf-c6d2-15c684bdce5b@daemonic.se>

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

Niclas Zeising <zeising+freebsd@daemonic.se> wrote
  in <713e1f3e-4dd9-8dcf-c6d2-15c684bdce5b@daemonic.se>:

ze> Hi!
ze> Is it possible to specify a link-local address in rc.conf, and get
ze> only that link-local address?

 The following is a typical configuration if you want to disable
 EUI-64 LLA:

  ifconfig_vtnet0="inet ...."
  ifconfig_vtnet0_ipv6="inet6 -auto_linklocal"
  ifconfig_vtnet0_alias0="inet6 fe80::1/64"
  ifconfig_vtnet0_alias1="inet6 2001:6b8::1/64"

 Address family keyword is mandatory.  Most of address configurations
 with no AF keyword are handled as expected, but some are not.

-- Hiroki

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

-----BEGIN PGP SIGNATURE-----

iMkEABMKAC4WIQRsDSNTJ8+Ax5Ae/dLbsH3Gbx9zfwUCXwRITBAcaHJzQGZyZWVi
c2Qub3JnAAoJENuwfcZvH3N/y5UCCQEIcB4oc0Iz+h4Dm+XGPUJwIwoUzS3JB+mv
/8ugkDhMY7/XF+GWjR4Rk6u8Q9r6E483wB1i9fdq9Kb1jgRygjrbAQIFHMGrDect
EUTuQG4gnIeJoyayYKILVjR4F85mQNXEl7EzdaOa71D7ZVC3O4n6+c3+uwm3OLZz
tNbZj8o/9pJXI08=
=zkKT
-----END PGP SIGNATURE-----

----Security_Multipart(Tue_Jul__7_19_02_52_2020_526)----



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