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