ipv6: cannot set use_tempaddr
I tried to set use_tempaddr for ipv6 privacy IPs (temporary global addresses) by creating /etc/sysctl.d/privacy-ipv6.conf:
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
net.ipv6.conf.wlan0.use_tempaddr=2
but sysctl -p this file, echo the parameters directly in /sys... and reboot does not work. Is there something missing?
This should be default, right?
Stephan ( 2018-06-08 17:17:55 +0200 )edit