James Knott wrote:
This is something I've asked about before, but yet to receive a usable answer for. I'm running 13.1 and cannot find a way to enable the IPv6 random number address, when using the ifconfig method. It does work in NetworkManager. There is the info provided here: https://en.opensuse.org/SDB:Native_IPv6#Randomly_generated_host_part_of_IPv6...
That page says it is the default, but that is clearly not the case.
However, while it worked with earlier versions, it does not work with 13.1. The specified file /etc/sysconfig/network/ifsysctl doesn't even exist in 13.1, though the man page for it does.
Is there any way to enable this in 13.1, without using the NetworkManager?
echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr Amend /etc/sysctl.conf or drop a file into /etc/sysctl.d/ : net.ipv6.conf.all.use_tempaddr=2 -- Per Jessen, Zürich (1.8°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org