[Bug 704981] New: IPV6_PRIVACY="yes" but not working...
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c0 Summary: IPV6_PRIVACY="yes" but not working... Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 I have IPV6_PRIVACY enabled, however it doesn't seem to be taking effect on my wireless: worklaptop:/etc/sysconfig # grep PRIVA sysctl IPV6_PRIVACY="no" IPV6_PRIVACY="yes" worklaptop:/etc/sysconfig # cat /proc/sys/net/ipv6/conf/default/use_tempaddr 2 worklaptop:/etc/sysconfig # cat /proc/sys/net/ipv6/conf/wlan0/use_tempaddr 0 worklaptop:/etc/sysconfig # On other machines (using either NM or ifconfig) the settings seems to work fine. What might be going wrong on /this/ machine? Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |vbotka@novell.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c1 Vladimir Botka <vbotka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|vbotka@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #1 from Vladimir Botka <vbotka@novell.com> 2011-07-26 21:22:06 UTC --- (In reply to comment #0)
worklaptop:/etc/sysconfig # grep PRIVA sysctl IPV6_PRIVACY="no" IPV6_PRIVACY="yes"
My /etc/sysconfig/sysctl shows the IPV6_PRIVACY parameter is deprecated. net.ipv6.conf.default.use_tempaddr shall be used instead. Try to set this parameter dynamically with sysctl, or use the /etc/sysctl.conf to configure it permanently. But, this issue is related to general security, not to wlan. I assign back to default then. The goal shall be to test if the temporary IPV6 address works. [1] ## Type: list(yes,no,) # # Runtime-configurable parameter: use temporary IPv6 addresses # instead of using the EUI-64 interface identifer # # DEPRECATED # set net.ipv6.conf.default.use_tempaddr in /etc/sysctl.conf instead # IPV6_PRIVACY= -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c2 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |lnussel@novell.com, | |mvidner@novell.com Resolution| |WONTFIX --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2011-08-09 15:13:02 UTC --- The problem is that the settings are applied too late: the interface already exists [hardware is already detected and interface name has been assigned by the kernel] _before_ the default.use_tempaddr setting gets applied (may happen in both cases, for IPV6_PRIVACY as well as with /etc/sysctl.conf). -> default has no effect for already existing interfaces => bug 494958 and bug 664550. In some cases, a per inteface it can't be applied because the kernel removes the complete /proc/sys/net/ipv6/conf/eth0 directory while e.g. "ip addr flush dev XXX". => bug 559170 / bug 580018. Resolving as WONTFIX: the deprecated IPV6_PRIVACY can't be fixed properly. Workaround is to use ifsysctl files see "man 5 ifsysctl" and set it for the wlan0 interface (or for $INTERFACE), so it is applied via udev rule and in ifup. When NetworkManager is used, IFSYSCTL_NETWORKMANAGER=yes should be set to enable the ifsysctl run via udev. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704981 https://bugzilla.novell.com/show_bug.cgi?id=704981#c3 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.hine@familycourt.gov. | |au --- Comment #3 from Marius Tomaschewski <mt@suse.com> 2011-12-05 15:36:46 UTC --- *** Bug 734777 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=734777 -- 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.
participants (1)
-
bugzilla_noreply@novell.com