Re: 3484bis and privacy addresses
Doug Barton <dougb@dougbarton.us> Thu, 29 March 2012 06:42 UTC
Return-Path: <dougb@dougbarton.us>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C679121E80B5 for <ipv6@ietfa.amsl.com>; Wed, 28 Mar 2012 23:42:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.447
X-Spam-Level:
X-Spam-Status: No, score=-2.447 tagged_above=-999 required=5 tests=[AWL=-1.262, BAYES_40=-0.185, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7kPsKnoc3qnM for <ipv6@ietfa.amsl.com>; Wed, 28 Mar 2012 23:42:56 -0700 (PDT)
Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by ietfa.amsl.com (Postfix) with ESMTP id 805F421E805D for <ipv6@ietf.org>; Wed, 28 Mar 2012 23:42:56 -0700 (PDT)
Received: (qmail 21406 invoked by uid 399); 29 Mar 2012 06:42:52 -0000
Received: from unknown (HELO ?172.17.198.146?) (dougb@dougbarton.us@12.207.105.210) by mail2.fluidhosting.com with ESMTPAM; 29 Mar 2012 06:42:52 -0000
X-Originating-IP: 12.207.105.210
X-Sender: dougb@dougbarton.us
Message-ID: <4F74046A.5000201@dougbarton.us>
Date: Wed, 28 Mar 2012 23:42:50 -0700
From: Doug Barton <dougb@dougbarton.us>
Organization: http://SupersetSolutions.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
MIME-Version: 1.0
To: Karl Auer <kauer@biplane.com.au>
Subject: Re: 3484bis and privacy addresses
References: <4F716D5C.40402@innovationslab.net> <4F71F217.7000209@globis.net> <4F71FC03.90403@si6networks.com> <4F720F7F.2090108@globis.net> <1332884609.2633.22.camel@karl>
In-Reply-To: <1332884609.2633.22.camel@karl>
X-Enigmail-Version: 1.4
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: ipv6@ietf.org
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ipv6>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Mar 2012 06:42:57 -0000
On 3/27/2012 2:43 PM, Karl Auer wrote: > On Tue, 2012-03-27 at 21:05 +0200, Ray Hunter wrote: >> IMHO the proper *default* behavior is still "off" = option A. In other >> words, default = IPv4-like behavior, at least until we really figure >> out how to operate all of these fancy new features of IPv6. > > The question is not whether the use of privacy addresses (temporary > addresses) should be enabled by default. Though some OSes do that, I > believe. > > The question is, where a host *does* have both a temporary and a > non-temporary addresses, which one it should prefer by default. "Prefer > by default" in this case means "select as the source address for new > outbound connections in the absence of specific instructions to do > otherwise". Thanks for clarifying this Karl, I thought I was confused about the question when I saw the answers that people were giving. :) FWIW, my personal preference is for 4941 addresses *both* on by default, *and* chosen first by default. But I definitely think that if 4941 addresses are enabled, they should be used by default. (So, my answer to Brian H's question is B.) Longer, but hopefully useful answer from an implementor ... Some time ago I looked at changing the default for both on FreeBSD to "On" with the thinking that if it's good enough for Uncle Bill, it's good enough for us. (Well, really with the thinking that it would be the right thing to do, help protect FreeBSD users' privacy, etc.) I even floated a trial-balloon about making the change, and got generally positive responses. Eventually I lost interest because of a non-zero number of replies to the effect that "The RFC says use should be off by default, so we shouldn't enable it by default." Given that I only have so much time to push so many rocks up so many hills, I took a different approach. Rather than enabling it by default, I made it much easier to enable at all by adding a knob to the default rc.conf file: ipv6_privacy="NO" # Use privacy address on RA-receiving IFs (RFC 4941) When implementing the guts to make that knob effective I turned on both the sysctls to create the addresses, and to prefer them, without giving users a knob to turn off the latter. That was 2 years ago in HEAD (our bleeding edge development branch) and no one has ever complained. That knob shipped in our 9.0-RELEASE (January 2012). Regarding the topic of privacy generally, I agree with the sentiments that just because we're losing the war doesn't mean that we shouldn't fight the battles that we can. However, if you want to get really depressed about browser privacy, take a look at these 2 sites. The first one is sort of scary, the second one should really terrify you: http://www.b2knet.com/ https://panopticlick.eff.org/ Regarding the second one, I am ULTRA paranoid about my browser privacy ... I have numerous firefox plugins to enhance it, including cookies off by default and selectively enabled with CookieMonster, super-tight whitelist settings for RequestPolicy, BetterPrivacy, wipe out everything when the browser exits, etc. And I still get the result that my fingerprint is unique (out of over 2 million users). and so it goes, Doug
- Re: 3484bis and privacy addresses Jong-Hyouk Lee
- 3484bis and privacy addresses Brian Haberman
- Re: 3484bis and privacy addresses JORDI PALET MARTINEZ
- Re: 3484bis and privacy addresses Arifumi Matsumoto
- Re: 3484bis and privacy addresses Basavaraj.Patil
- Re: 3484bis and privacy addresses Tassos Chatzithomaoglou
- Re: 3484bis and privacy addresses Teemu Savolainen
- Re: 3484bis and privacy addresses Francis Dupont
- Re: 3484bis and privacy addresses JORDI PALET MARTINEZ
- Re: 3484bis and privacy addresses Mohacsi Janos
- Re: 3484bis and privacy addresses Tim Chown
- Re: 3484bis and privacy addresses Roland Bless
- RE: 3484bis and privacy addresses Samita Chakrabarti
- RE: 3484bis and privacy addresses Eric Vyncke (evyncke)
- Re: 3484bis and privacy addresses Simon Perreault
- Re: 3484bis and privacy addresses Alex Abrahams
- Re: 3484bis and privacy addresses Tina TSOU
- RE: 3484bis and privacy addresses Wuyts Carl
- Re: 3484bis and privacy addresses Karl Auer
- Re: 3484bis and privacy addresses Karl Auer
- Re: 3484bis and privacy addresses Fernando Gont
- Re: 3484bis and privacy addresses Francis Dupont
- Re: 3484bis and privacy addresses Fernando Gont
- Re: 3484bis and privacy addresses Brian Haberman
- Re: 3484bis and privacy addresses Fernando Gont
- Re: 3484bis and privacy addresses Ray Hunter
- Re: 3484bis and privacy addresses Fernando Gont
- Re: 3484bis and privacy addresses Ray Hunter
- RE: 3484bis and privacy addresses Manfredi, Albert E
- Re: 3484bis and privacy addresses Sander Steffann
- Re: 3484bis and privacy addresses Dominik Elsbroek
- Re: 3484bis and privacy addresses Karl Auer
- RE: 3484bis and privacy addresses STARK, BARBARA H
- RE: 3484bis and privacy addresses Karl Auer
- Re: 3484bis and privacy addresses Brian E Carpenter
- Re: 3484bis and privacy addresses Roger Jørgensen
- Re: 3484bis and privacy addresses Francis Dupont
- Re: 3484bis and privacy addresses jonne.soininen
- Re: Re: 3484bis and privacy addresses Ray Hunter
- Re: 3484bis and privacy addresses Doug Barton
- Re: 3484bis and privacy addresses t.petch
- Re: 3484bis and privacy addresses Alex Abrahams
- Re: 3484bis and privacy addresses Doug Barton
- Re: 3484bis and privacy addresses Mark Andrews
- Re: 3484bis and privacy addresses Fernando Gont
- RE: 3484bis and privacy addresses Dave Thaler
- Re: 3484bis and privacy addresses Ray Hunter
- Re: 3484bis and privacy addresses JINMEI Tatuya / 神明達哉
- Re: 3484bis and privacy addresses james woodyatt
- RE: 3484bis and privacy addresses Tirumaleswar Reddy (tireddy)
- Re: 3484bis and privacy addresses Ray Hunter
- RE: 3484bis and privacy addresses Dave Thaler
- Re: 3484bis and privacy addresses Brian E Carpenter
- RE: 3484bis and privacy addresses Dave Thaler
- Re: RE: 3484bis and privacy addresses Ray Hunter
- RE: RE: 3484bis and privacy addresses Dave Thaler
- Re: 3484bis and privacy addresses Ray Hunter
- RE: 3484bis and privacy addresses Dave Thaler
- Re: 3484bis and privacy addresses Ray Hunter
- RE: 3484bis and privacy addresses Dave Thaler
- RE: 3484bis and privacy addresses Dave Thaler
- Re: RE: 3484bis and privacy addresses Ray Hunter
- Re: 3484bis and privacy addresses Arifumi Matsumoto