mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
fix sysctl.d/60-mikaela.conf
EUI-64, not SLAAC & privacy extensions for all
This commit is contained in:
parent
9647a6e370
commit
a5de194c6f
@ -9,5 +9,6 @@ vm.swappiness = 1
|
|||||||
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
|
# When binding to IPv6, only bind to IPv6. Avoids dotted-decimals
|
||||||
net.ipv6.bindv6only=1
|
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.default.use_tempaddr=2
|
||||||
|
net.ipv6.conf.all.use_tempaddr=2
|
||||||
|
Loading…
Reference in New Issue
Block a user