You are not logged in.
Are there any specific settings to get Network Manager to use IPv6 privacy extensions? I've set the corresponding sysctl keys to appropriate values prior to Network Manager starting, but I'm still only getting 1 global IP that uses my MAC address.
I've tried setting IPv6 to "Disabled" and "Automatic (DHCP)", both have the same result. I'm using RADVD to provide clients with configuration on the network, Windows clients are successfully using private addresses. Should I possibly consider using DHCPv6?
\ˈlēf\
ArchLinux ---- Because I don't mind reaching under my penguin's skirt and twiddling about to make her behave.
Offline
IPv6 Privacy Extensions used to be enabled by default on Linux before. now it's a toggleable one under /proc/sys/net/ipv6/conf/all
in a file called use_tempaddr
if you do as root
echo -n 1 > /proc/sys/net/ipv6/all/use_tempaddr
Then IPv6 Privacy extensions will be enabled and you should get another IPv6 address on your interface.
EDIT: or use the sysctl approuch by adding
net.ipv6.conf.all.use_tempaddr=1
to your /etc/sysctl.conf
and then run sysctl -p to apply the changes.
Last edited by revellion (2012-02-12 14:20:51)
Hurricane Electric Certified IPv6 Sage
CPU: Core i7-2600 @ 4.0Ghz | RAM: 16GB (4x4GB) | GFX: AMD Radeon R9 290 4096MB VRAM | HDD: 1x 120GB SATA3 Corsair SSD (~500MB/s RW), 1x SATA2 250GB, 1x SATA2 320GB, 1x 180GB SATA3 Intel SSD
*EDIT* Replaced Nvidia GTX 570 for a AMD Radeon R9 290, and added an extra SSD 180GB
Offline