Januar 2011
1 Eintrag
Enable IPv6 Privacy Extension in Linux
Unfortunately the IPv6 Privacy Extension is disabled by default in Linux. The result is, that the Interface Identifier is generated with the MAC-Address. Therefore a single device becomes trackable, even if the prefix changes. The Privacy Extension prevents this by generating a random Interface Identifier. To enable it, add those lines to your /etc/sysctl.conf
net.ipv6.conf.all.use_tempaddr=2...