Lukasz Stelmach wrote: > Lukasz Stelmach wrote: > >> [...] when trying to connect to >> >> 2001:200:0:8002:203:47ff:fea5:3085 (www.kame.net) >> >> with two global addresses assigned to the ethernet card >> >> fd24:6f44:46bd:face::254 >> 2002:531f:d667:face::254 >> >> rule 8 does not work and the first address is chosen. > > The answer is that fc00::/7 matches 2001:: better because it gets the same > label (ipv6_saddr_label()). Although fc00::/7 addresses are defined as global > unicast IMHO they should be treated *slightly* different. This is the patch. > Since 6to4 has its own label I have decided to assign one to Teredo too.
There still, however, remains one issue. Aditional labels prevent kernel from selecting fc00::/7 prematurly. But there is no way to stop it from selecting it in rule 7. A wrong assumption has been taken that there is only one "private" address per interface and it is always the best choice. If there are four addresses on the interface: fd24:6f44:46bd:face:EUI64 fd24:6f44:46bd:face:RANDOM and 2002:531f:d667:face:EUI64 2002:531f:d667:face::RANDOM there seem to be no way to prefere 2002:: over fc00:: in rule 7 and it will be selected as long as it is before 2002:: on the list. I can see here that an implicit assumption has been made that an interface either is multihomed or "private". The seventh rule should not IMHO break the whole process of selection but rather mark as selectable all "private" (random) addresses. And it should rather be done before rule 6. Yet another issue with privacy enhancement is how not to choose "private" address (let's even forget for a moment about fc00::/7) when connecting to certain hosts or networks. For example I would like to hide MAC adresses of my client machines when connecting to some foreign servers but I want to see permanent addresses in the logfiles of my servers. Maybe even use them to create som ACLs. This is an interesting case. Kind regards, -- Było mi bardzo miło. Czwarta pospolita klęska, [...] >Łukasz< Już nie katolicka lecz złodziejska. (c)PP
signature.asc
Description: OpenPGP digital signature