shell-things/etc/sysctl.d/40-ipv6.conf

9 lines
324 B
Plaintext
Raw Normal View History

2016-02-04 10:45:03 +01:00
# Enable IPv6 Privacy Extensions
# 2 for enabling and preferring, 1 to only enable, 0 to disable
2016-02-04 10:45:03 +01:00
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
#net.ipv6.conf.eth0.use_tempaddr = 2
#net.ipv6.conf.wlan0.use_tempaddr = 2
net.ipv6.conf.enp4s0f1.use_tempaddr = 2
net.ipv6.conf.wlp3s0.use_tempaddr = 2