[Bug 176125] Re: Ubuntu should activate the IPv6 privacy extension by default (echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr)

Mathieu Trudel-Lapierre mathieu.tl at gmail.com
Tue Dec 6 03:24:31 UTC 2011


ew59, please don't assign yourself to bugs unless you plan on directly
working on them ;)

The above upload of procps comes after rather complete and extensive
discussion at UDS Precise (and from the output of the same discussion at
the previous UDS); there's a clear and definite benefit in enabling
privacy extensions, which is what this upload does.

The next step is to also provide the necessary magic in NetworkManager
to allow turning it on or off on a per-interface basis; which is
something that ought to be done for Precise (it goes with the procps
upload, and is a workitem for precise); so I'm going to target it to
precise alpha-2 in hope we can get it in ASAP.

** Changed in: procps (Ubuntu)
     Assignee: ew59 (w-ewert) => (unassigned)

** Changed in: network-manager (Ubuntu)
    Milestone: None => precise-alpha-2

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/176125

Title:
  Ubuntu should activate the IPv6 privacy extension by default (echo 2
  >/proc/sys/net/ipv6/conf/all/use_tempaddr)

Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “procps” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: procps

  Some background information:
  recently "Free ADSL", one of the biggest ISP in France, added IPv6 support possibly exposing 2.5 millions of users to IPv6

  The address are configured automatically and by default linux will build it using the MAC address. However this presents a risk of privacy loss:
  - there is an unique identifier which can be used by website to track the location of a laptop or pda
  - some information about the model of the network card (other information can be probably derived if you know the serial number of the card) is leaked

  The following rfc (http://tools.ietf.org/html/draft-ietf-ipngwg-temp-
  addresses-v2-00) mitigitates this problems by introducing temporary
  addresses to be used by outgoing connection (in addition to the static
  address which can be used for incoming connection and have a dns name
  associated with it).

  To activate it under linux you just need to activate the following in sysctl:
  echo 2 >/proc/sys/net/ipv6/conf/all/use_tempaddr
  or add "net.ipv6.conf.all.use_tempaddr=2"

  thanks for protecting the privacy of the clueless users by default :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/176125/+subscriptions




More information about the foundations-bugs mailing list