[Bug 250919] IPV6_PRIVACY=rfc3041 in /etc/sysconfig/networking/devices/ifcfg-eth0 does not take effect

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 27 16:25:11 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=250919

--- Comment #38 from Bill C. Riemers <briemers at redhat.com> 2011-04-27 12:25:09 EDT ---
At least with Fedora 14, I can confirm that you can enable rfc3401 privacy by
adding the respective option in the /etc/sysctl.conf.   e.g.

echo net.ipv6.conf.eth0.use_tempaddr=2 >> /etc/sysctl.conf

presumably you could specify all devices with:

echo net.ipv6.conf.all.use_tempaddr=2 >> /etc/sysctl.conf



You can enable it at runtime per device via:

ifdown eth0
sysctl net.ipv6.conf.eth0.use_tempaddr=2
ifup eth0


This to me seems much better than setting an option inside an ifcfg file.

Bill

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the triage mailing list