https://bugzilla.novell.com/show_bug.cgi?id=731399 https://bugzilla.novell.com/show_bug.cgi?id=731399#c2 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Marius Tomaschewski <mt@suse.com> 2011-11-21 12:00:18 UTC --- (In reply to comment #0)
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0
man ifsysctl sais:
The settings are not applied by default when the NetworkManager is active (NETWORKMANAGER=yes), except when the IFSYSCTL_NET- WORKMANAGER=yes variable is set in the /etc/sysconfig/network/config file.
This about settings in the files /etc/sysconfig/network/ifsysctl and /etc/sysconfig/network/ifsysctl-<if>, where <if> is the name of an interface.
I have a file /etc/sysconfig/network/ifsysctl containing one active line
net.ipv6.conf.$SYSCTL_IF.use_tempaddr = 0
Ahm... use_tempaddr = 0 is default... Is it enabled by default? e.g. in the /etc/sysctl.conf or by IPV6_PRIVACY=yes in /etc/sysconfig/sysctl?
The file /etc/sysconfig/network/config contains at least the following lines: NETWORKMANAGER="yes" IFSYSCTL_NET-WORKMANAGER="yes" ^ | This character is from line break in the man output.
Use IFSYSCTL_NETWORKMANAGER=yes instead. The settings are applied in NM mode only at boot via /etc/udev/rules.d/77-network.rules file. When you want to apply it e.g. before NM up, you have to call the ifup-sysctl script from e.g. nm dispatcher scripts. Maybe the random-IP is assigned by NM via dhcpv6 (server on your router)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.