From a5de194c6fcb0632c639cee8e70da730d70edcd2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 24 Jun 2015 15:12:11 +0300 Subject: [PATCH] fix sysctl.d/60-mikaela.conf EUI-64, not SLAAC & privacy extensions for all --- etc/sysctl.d/60-mikaela.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/sysctl.d/60-mikaela.conf b/etc/sysctl.d/60-mikaela.conf index 68ba6570..f56c600b 100644 --- a/etc/sysctl.d/60-mikaela.conf +++ b/etc/sysctl.d/60-mikaela.conf @@ -9,5 +9,6 @@ vm.swappiness = 1 # When binding to IPv6, only bind to IPv6. Avoids dotted-decimals net.ipv6.bindv6only=1 -## Enable IPv6 privacy extensions and prefer them to the SLAAC address +## Enable IPv6 privacy extensions and prefer them to the EUI-64 address net.ipv6.conf.default.use_tempaddr=2 +net.ipv6.conf.all.use_tempaddr=2