<br><br><div class="gmail_quote">On Mon, May 9, 2011 at 10:44 AM, Fred Baker <span dir="ltr"><<a href="mailto:fred@cisco.com">fred@cisco.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;">BTW, every time I post nowadays, I get moderated on bismark-devel. Do you think you could grandfather bloat@ emails?<div><br></div></div></blockquote><div><br>I've added you to the bismark-devel list and set nomail on.<br>
 <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;"><div></div><div><div><div class="im"><div>On May 9, 2011, at 9:14 AM, Dave Taht wrote:</div>
<br><blockquote type="cite">Fred/all<br><br>See<br><br><a href="http://www.bufferbloat.net/issues/126" target="_blank">http://www.bufferbloat.net/issues/126</a><br><br>which has a ip -6 addr and ifconfig dump<br><br>and see if that "seems right" to you.<br>
</blockquote><div>
<br></div></div></div></div></div></blockquote><div><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;">
<div><div><div class="im"><div></div></div><div>First, please define "bridge". To me, it's another term for an Ethernet switch, although I'm probably showing my age. </div></div></div></div></blockquote>
<div><br>A bridge in this case is a switch that spans multiple switched interfaces, so for example, eth0.1 is bridged to wlan0 and wlan1 (2.4ghz and 5.x ghz)<br><br>and eth0.2 is bridged to wlan2 and wlan3.<br><br>Theoretically eth0.1 and eth0.2 are vlans but this may be the source of my problems, more on that in a bit.<br>
<br>Most home routers are not pure routers in any shape or form - they "route" to the internet, but "bridge" to their local wired and wireless interfaces.<br><br>The reasons for this are historical, and not strictly necessary anymore (in fact I vastly prefer pure routing to bridging as it makes security easier and multicast both saner (from a performance standpoint) and slightly harder). <br>
<br>But the "bridged wired/wireless" idea is deeply embedded in the marketplace.<br><br>Historically simple dhcp servers had difficulty with multiple interfaces, and multicast (things like multicast dns) just plain didn't work properly in the case of routing.<br>
<br>So if you attach to your home lan you would generally get on the IPv4 subnet no matter if you got on via wired or any of multiple wireless interfaces, because they were bridged into one "br-lan" interface.<br>
<br>Using IPv4 subnets for each of your interfaces would be a better choice nowadays if it wasn't for the multicast and routing problems. I have no idea of igmp works at all these days. <br><br>And then that also leaves the routing problem. Nobody's ever been able to agree on a standard routing protocol for simple home use. <br>
<br><br><br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div style="word-wrap: break-word;"><div><div><div>From your previous email, I understand it to mean a Linux system that has IPv6 enabled on each of its interfaces. That isn't going to bridge much of anything - it's simply an interface-multihomed host. What are you calling a "bridge"?</div>
</div></div></div></blockquote><div><br>Hopefully the above makes it more clear.<br><br><br>
After puzzling over this some more, I think the root of the problem is 
that while wlan0-wlan5 autogenerate unique mac addresses, eth0.1 and 
eth0.2 etc do not...<br>
<br>
and the bridging code picks up on the first (wired) interface to 
generate it's fe80:: addresses, making them all be the same, instead of 
the underlying wlan mac addr.<br>
<br>
So if I can figure out a way to have the bridge code pick up on the 
wlanX mac addresses rather than the eth0.X mac address I think life will
 be sweeter. This would eliminate the need to fiddle with the upper 54 
bits of a fe80 address (which looks illegal according to the standard) <br>
<br>
Or I can go to pure routing of both ipv4 and ipv6 traffic across each distinct interface, but...<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><div><div><div><br></div><div>It's really hard to comment on a random output without any statement of configuration or intent. </div><div><div></div><div class="h5"><div><br></div></div>
</div></div></div></div></blockquote><div><br>Trying to create a home router that "does the right thing" for ipv4 AND ipv6, with local secured, guest, and mesh interfaces.<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><div><div><div><div class="h5"><div></div><blockquote type="cite"><div class="gmail_quote">On Mon, May 9, 2011 at 9:57 AM, Fred Baker <span dir="ltr"><<a href="mailto:fred@cisco.com" target="_blank">fred@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><br>
On May 9, 2011, at 7:59 AM, Dave Taht wrote:<br>
> On Mon, May 9, 2011 at 2:14 AM, Fred Baker <<a href="mailto:fred@cisco.com" target="_blank">fred@cisco.com</a>> wrote:<br>
><br>
> On May 8, 2011, at 8:26 PM, Dave Taht wrote:<br>
>> > Is there a standard for renaming fe80:: addresses to represent they are interfacing with different vlans?<br>
>><br>
>> well, yes. Link-local addresses (FE80::/10) areas you say interpreted only in the LAN in question. The usual approach is to give the LAN a subnet prefix. The standard is RFC 4291.<br>
>><br>
>> <a href="http://www.ietf.org/rfc/rfc4291.txt" target="_blank">http://www.ietf.org/rfc/rfc4291.txt</a><br>
>><br>
> So, there isn't a standard for using vlans and ipv6.<br>
<br>
</div>There is one for IPv6. How you use it in your addressing plan is your call. You could map subnet numbers to vlan numbers of that made sense for you, but I'd be surprised if folks generally wanted to do that; believe it or not, not all networks are built around vlans. Many are built around MPLS, and many use neither - they simply use IP subnets.<br>


<div><br>
> aformentioned RFC:<br>
><br>
> 2.5.1.  Interface Identifiers<br>
><br>
>    Interface identifiers in IPv6 unicast addresses are used to identify<br>
>    interfaces on a link.  They are required to be unique within a subnet<br>
>    prefix.  It is recommended that the same interface identifier not be<br>
>    assigned to different nodes on a link.  They may also be unique over<br>
>    a broader scope.  In some cases, an interface's identifier will be<br>
>    derived directly from that interface's link-layer address.  The same<br>
>    interface identifier may be used on multiple interfaces on a single<br>
>    node, as long as they are attached to different subnets.<br>
><br>
> "It is recomended that the same interface identifier not be assigned to different nodes on a link"<br>
<br>
</div>There is a stronger statement than the one in 2.5.1; the text above says that "They are required to be unique within a subnet prefix."<br>
<div><br>
> vs<br>
><br>
> "The same interface identifier may be used on multiple interfaces on a single<br>
>    node, as long as they are attached to different subnets."<br>
><br>
><br>
> Linux - or at least the defaults inside of openwrt - take the latter approach. This strikes me as error prone - and further does not discuss the effects of what a bridge should look like.<br>
><br>
> For error prone-ness - it is possible in my case, the vlans are not vlans! although their naming scheme (ethX.Y) suggests they are. And a typical user might plug two different lans together on one cable anyway.<br>
<br>
</div>So you're concerned that two interfaces might have the same interface identifier but different supporting MAC addresses within the same subnet? Yes, in this model that is possible. I personally would suggest that one uses duplicate address detection to detect and avoid the situation. Does Linux do that? From a requirements perspective, "may" is a lot weaker than "required".<br>


<div><br>
> Also:<br>
><br>
> Should the bridge itself have a unique link local over the underlying interfaces?<br>
<br>
</div>I'm not sure what "bridge" you're talking about. If by "bridge" you're referring to a linux system using the same IID on multiple interfaces, IIDs "are required to be unique within a subnet prefix" per the text you quoted above.<br>


<div><br>
> Given that we have a profusion of numbers available for link-local addresses, I can see no harm and much gain in *always* constructing a verify-ably unique fe80::XX:VLAN:EUI-64/64 prefix on a per-interface and per-virtual-interface basis on a given router.<br>


<br>
</div>That's certainly your choice; it doesn't map to any address format in the spec; 2.5.6 very specifically sets those bits to zero in a link-local address (I would argue it should therefore specify the prefix as FE80::/64, not FE80::/10). How do the hosts know what VLAN they are on? That's generally either information known by the switch and used on trunk ports, or configured data. The host generally has no idea what VLAN it's on. Recall that link-local addresses are what the device develops before it has any knowledge of the world around it.<br>


<div><br>
> ensuring unique FE80s from a given host would be enormously less confusing when looking at and comparing wireshark traces of the babel protocol, for example.  ( <a href="http://tools.ietf.org/html/rfc6126" target="_blank">http://tools.ietf.org/html/rfc6126</a> )<br>


><br>
> What's not clear to me after reading RFC4291 twice this morning is that although a fe80:: is a /10, is if the bits above the interface id (as per the above "XX:VLAN:") truly are legit to be used, or a modified unique EUI-64 should be used.<br>


<br>
</div>What you're describing is essentially a site-local address, although the format uses FEC0::/10. Did you read the part about site-local addresses (2.5.7)?<br>
<br>
   |   10     |<br>
   |  bits    |         54 bits         |         64 bits            |<br>
   +----------+-------------------------+----------------------------+<br>
   |1111111011|        subnet ID        |       interface ID         |<br>
   +----------+-------------------------+----------------------------+<br>
<br>
You have tried to specify the "Subnet ID" and use it as a link-local.<br>
<br>
I'll suggest you read:<br>
<br>
<a href="http://www.ietf.org/rfc/rfc3879.txt" target="_blank">http://www.ietf.org/rfc/rfc3879.txt</a><br>
3879 Deprecating Site Local Addresses. C. Huitema, B. Carpenter.<br>
     September 2004. (Format: TXT=24142 bytes) (Status: PROPOSED STANDARD)<br>
and<br>
<a href="http://www.ietf.org/rfc/rfc4193.txt" target="_blank">http://www.ietf.org/rfc/rfc4193.txt</a><br>
4193 Unique Local IPv6 Unicast Addresses. R. Hinden, B. Haberman.<br>
     October 2005. (Format: TXT=35908 bytes) (Status: PROPOSED STANDARD)<br>
<div><br>
> A VLAN identifier is 12 bits in length, so the "V" portion of the above proposal could be dropped. (Not that I know how to extract the vlan identifier from the interface anyway) XX would be used to distinguish between interfaces that had no corresponding info but conflicted with addresses already on the router.<br>


><br>
> I realize this is somewhat off topic for the bloat list, but I was trying to get where I could actually test the IPv6 ECN patches I'd folded in across the routers(s) and running into trouble.<br>
<br>
</div>I actually think you would do well to join <a href="https://www.ietf.org/mailman/listinfo/ipv6" target="_blank">https://www.ietf.org/mailman/listinfo/ipv6</a> and discuss it on <a href="mailto:ipv6@ietf.org" target="_blank">ipv6@ietf.org</a>.<br>


<br>
</blockquote></div><br><br clear="all"><br>-- <br>Dave Täht<br>SKYPE: davetaht<br>US Tel: <a href="tel:1-239-829-5608" value="+12398295608" target="_blank">1-239-829-5608</a><br><a href="http://the-edge.blogspot.com/" target="_blank">http://the-edge.blogspot.com</a> <br>

</blockquote></div></div></div><br></div></div></blockquote></div><br><br clear="all"><br>-- <br>Dave Täht<br>SKYPE: davetaht<br>US Tel: 1-239-829-5608<br><a href="http://the-edge.blogspot.com" target="_blank">http://the-edge.blogspot.com</a> <br>