Hi Curtis, Comments inline, bracketed by <RCC></RCC>
Robert On 01/10/2012 7:11 PM, Curtis Villamizar wrote:
<RCC>Not in the case of RPL or MANETs. This is a multi-link subnet where routers within the subnet are L3 forwarders (aka "route over").</RCC>In message <cc8ee0e5.1a5cb%[email protected]> Don Sturek writes:Hi Curtis,On the topic of "link local on each subnet and a routing protocol worksfor any topology....."In using 6LoWPAN with ROLL (route over), you end up with a mesh networkwhere the scope of link local address is only between a single device in the mesh and its one-hop neighbors (not among all devices in the mesh).In a 6LoWPAN/ROLL topology, we need a ULA to allow routable communicationsbetween all devices in a single mesh subnet.DonDon, The "subnet" is meant in IETF terms, not ITU subnetwork. The subnet is therefore anything link local by definition.
<RCC>Again, not true in RPL or MANETs. As Don points out, in a RPL/MANET network, link local means your one-hop neighbors only.</RCC>A 6LoWPAN node can get a GUA and use the GUA (or link local address) of a router as a default route. If the 6LoWPAN device needs only site connectivity then it can use the link local address for everything.
<RCC>In the multi-link subnet, typically a single ULA or GUA would be used for the whole subnet including the routers. Multihoming may be necessary depending on external connectivity.</RCC>If a routing protocol is in use and is using link local based host routes, then a router must fake the DAD collision if a duplicate is found anywhere within the site. If a multiple ULA are used, one per subnet, then DAD is only relevant to the subnet. A router should pick a ULA prefix that is not already in use elsewhere in the site.
<RCC>Again, not according to RPL and MANET protocols. There does seem to have been some discussion on this which probably needs to be resurrected (see RFC 4903).</RCC>An extremely low probability race condition exists, but it is a race condition among routers with multiple routers picking and advertising the exact same ULA prefix in the routing protocol very nearly simultaneously (within LAN flooding interval). A wait and backoff can solve this even though it is a miniscule probability. A mesh in IETF terminology is by definition multiple subnets. A subnet is by definition link local.
CurtisOn 9/30/12 3:36 PM, "Curtis Villamizar" <[email protected]> wrote:In message <cc872d11.1a2ee%[email protected]> Don Sturek writes:Hi Robert,One more point touched on in your note below:1) Ideally, it would be great if a single authorizatative device existed in the home providing DHCPv6 server services (if supported) and prefix delegation.One challenge in the description below is having multiple routers onmultiple subnets, each possibly acting as a DHCPv6 server within their own subnet and also providing their own ULA prefix.We certainly don't want to further confuse address assignment in asetting where IT support does not exist.DonWe want things to "just work" witb no config. Link local on each subnet and a routing protocol works for any topology. ULA just allows summarization of subnets in the routing protocol, such that host routes are not needed (though not a big deal if host routes are used in a homenet). This would "just work" when using link local or ULA. How to subdivide a GUA prefix among the subnets is another issue. In principle, though I know of no proposals to do this yet, the set of GUA that are available from one of more routers with a provider link could be coordinated via the routing protocol (for example, using a new OSPF Opaque LSA). CurtisOn 9/25/12 1:57 AM, "Robert Cragie" <[email protected]> wrote:So let's tweak Curtis' sequence slightly: What every host does is: if it has no MAC: pick a random link local address else use the MAC to create a link local address run DAD to make sure no one else has same address send a RS if it gets RA use the RA prefix for SLAAC else time out and don't bother with SLAAC; can only use link localaddressthen hopefully the host also does the following: send DHCPv6 client request if response it has yet another address to pick from if it got one using SLAAC else time out and get nothing from DHCPv6 This should work fine for legacy APs where everything is bridged underneath it. Where it gets interesting is in the case of cascaded subnets behind a router connected to an ISP, where one or more of those subnets may be a mesh network comprised of mesh routers and hosts. I am not quite sure how ULAs and DHCPv6 would work in this case as there are limitations as far as I can see (although I accept I probably have abitmore reading to do on the subject). Robert On 25/09/2012 5:45 AM, Curtis Villamizar wrote:In message <cc866762.1a28f%[email protected]> Don Sturek writes:Hi Curtis,I think the difficulty is each device cannot "use the MAC to createaULA address". Some authoritative device in the network (eg, the AP)mustcreate the ULA prefix. If a ULA prefix is not present because theAPis a legacy device not capable of providing a ULA prefix, the STA devices must use link locals only.DonDon, You are right about there being nothing to generate the ULA prefix in your example. My mistake. But it doesn't change anything. If the AP is a dumb bridge and there is no router of any kind, then link local addresses are perfectly fine. There is only one subnet in that example, and ULA is not needed. That was the example you gave. Your example had no router just an old AP that acted as a bridge, therefore nothing to generate any sort of RA. If there is a router and no GUA prefix (which is not your example, but a useful example), then ULA can be used. The only RA that is seen is the RA providing a ULA prefix which the router can generate. I did say that the possibility of having to subdivide a /64 only exists for GUA. If a router exists which gets a GUA from a provider, and there are more subnets than the prefix length can support the two options are the ones listed below. (Search for --or--). CurtisOn 9/24/12 6:52 PM, "Curtis Villamizar" <[email protected]> wrote:In message <cc864fc3.1a27f%[email protected]> Don Sturek writes:Hi Curtis,I would expect most Wi-Fi AP manufacturers to support the sameaddress assignment they do today (ie, manual assignment and DHCP). Iwouldalso expect as more IPv6 deployments happen that SLAAC will alsobesupported (and, yes, even for GUA).For the types of devices which will be added to Wi-Fi networks inthefuture (eg, headless devices like appliances, thermostats, etc.)thatthe preferred address assignment will be SLAAC and DHCPv6 (and,yes,I purposely did not remove SLAAC.....)DonDon, We seem to be talking past each other so let me again try to beclear.What every host does is: if it has no MAC: pick a random link local (not ULA) address else use the MAC to create a ULA address run DAD to make sure no one else has same address send a RS if it gets RA use the RA prefix for SLAAC else time out and don't bother with SLAAC then hopefully the host also does the following: send DHCPv6 client request if response it has yet another address to pick from if it got one usingSLAACelse time out and get nothing from DHCPv6 Note: new extensions to DHCPv6 allow the host to tell DHCPv6 server the address that it already has (from SLAAC). If as in the case of your Wi-Fi with a bridging AP example, thereisno router to give it an DHCPv6 the link local or ULA addresses are still there and still usable. There is also no router to give itanRA response so it has no SLAAC assigned address and no DHCPv6assignedaddress. That is the end of your example. If there is a router then there is something that can hand out aRA orDHCPv6 response. In the case were there exists multiple subnets and the CER has been granted a /64 (or too few /64s to handle the number of subnets),then:it can use RA with /64 on some subnets and give them GUAaddressesand some subnets have no access outside the homenet --or-- it can not use RA (and therefore prevent SLAAC from being used)andhand out DHCPv6 addresses and make use of prefixes longer than/64.This prevents the use of CGA but get connectivity to the entire homenet. If every consumer oriented provider is willing to allocate prefixes shorter than /64 on request to home users, then the above situation never occurs. If it does, my argument is that the second optionaboveis better than the first. CurtisOn 9/24/12 5:11 PM, "Curtis Villamizar" <[email protected]> wrote:In message <[email protected]> Jim Gettys writes:On 09/24/2012 03:17 PM, Don Sturek wrote:Hi Curtis, Here is the use case: 1) Customer has a legacy AP in their house 2) Customer brings home new devices supporting IPv6 (which aredesignedto communicate only with other IPv6 based devices in the home) 3) The only way these new devices can communicate is throughaddressassignment using SLAAC and then some discovery method the twonewdevicessupport (without support from the AP). Here these devices areassumingAnd since current legacy AP's all bridge, we win (even though webridging through the AP......need toroute in the future).Jim, The point was how do you get local IPv6 within the home with the legacy AP that does only IPv4 and just does bridging of IPv6.Firstof all you have no subnets. There is no CER to do DHCPv6. In this case you use link local or if everything has a MAC youcanuse ULA based on the MAC addressses.Placing a requirement that every customer who buys a new IPv6device,intended to communicate only with other IPv6 devices in thehome,willrequire a forklift upgrade of a deployed network in order toworkwill notGood point.be popular.But invalid. The use case Don gave would still work fine. OnlyGUAaddresses are affected.I loathe DHCP (of any sort) *for basic address assignment,anyway*in the home environment.The loathing comes from the exquisite pain of suffering with aflaky home network for several months, before realising I had a rogue DHCP server somewhere on my network (from wireshark). I then had to takethemac address, figure out who may have manufactured some devicefromthatinformation, and finally figured out the little VOIP ATAadaptor Ihadbeen given liked to do DHCP.It did DHCP on the *WAN side*? You didn't put the rest of your network behind the VOIP box on the LAN side I hope.This was by far the hardest debugging I've had to do in my homenetworkin normal operation.This is well beyond normal home debugging capability ofconsumers.- JimWe all have plenty of crappy IPv4 product horror stories. MyVOIPphone locked up now and then and I figured out that if the call lasted longer than the DHCPv4 lease, then it lost the least because it didn't try to renew it. Not only did the call drop, but the devicelockedup. The first solution was to reboot it now and then. Theanswerwas to configure a fixed address. I was lucky to figure it outbeforemy wife threw the phone through a window. For all I know a later firmware upgrade might have fixed it. VOIP might be morepopular ifVOIP phones under $600 worked reasonably well. Both nice stories, but both are DHCPv4 related and have nothingatall to do with SLAAC. CurtisDon On 9/24/12 11:49 AM, "Curtis Villamizar" <[email protected]>wrote:In message <cc84f8f1.1a1c4%[email protected]> Don Sturek writes:Hi Curtis,SLAAC not working is a major problem. DonDon, Why? This is an assertion without basis as far as I am concerned. Except CGA there is nothing that breaks without SLAAC. Joelbroughtup ILNP in private email, but I beleive ILNP can also work astheconstraints in ILNP are in the ILNP identifier which is notthesameas the interface address in ILNP for which there is no constraint. I have subnets running fine using a few /112 allocated fromwithin a/64 with fixed addresses on rack mount hosts and desktops andDHCPv6for dynamic allocations for laptops. It works fine. Linklocaladdresses are all that is needed to get DHCPv6 to work. Nohosteverreceives a RA since my routers won't give them one, so no hostevertries to generate an address using SLAAC. The onlyconstraint isthatany host connecting to my Ethernet or wireless must run a DHCPclientand if they want an IPv6 GUA must run a DHCPv6 client. DHCPv4 and DHCPv6 servers are available in every subnet except one GbEsubnet inthe rack and to a few hosts in my home office. So as far as I am concerned we have an assertion that noSLAAC isaproblem and existance proof that it is not. Beside CGA andrequiringthat hosts run DHCPv6 if they want an IPv6 GUA, what can I notsupporton these /112 subnets? CurtisOn 9/23/12 4:09 PM, "Curtis Villamizar" <[email protected]> wrote:In message <[email protected]> "Joel M. Halpern" writes:Since you invited flames...The argument on /64 as the longest prefix is not that it ismagicallyunnatural. Rather, it is that there are a number of current andevolvingprotocolsthat depend upon that /64. The obvious example is thatSLAACdoesnotwork if subnets are longer than /64.The rules in this regard are written into approved RFCs.Ifhomenetwants to change that, it really needs to go to 6man with astrongcase.(for point-to-point inter-router links this was recentlyrelaxed.At the same time, andy operator who insists on givinghomes a/64isbeing inappropriately restrictive. Homenet should saythat,ratherthan trying to change the IPv6 architecture.Yours,JoelJoel, I don't consider your email a flame at all. Thanks forresponding.SLAAC (which I am not at a fan of) won't work but DHCPv6willsoIMHOno loss. CGA also won't work but then again I've also neverbeen afan of security half measures. Yes anti-spoofing withoutpriorexchange of a key is nice, but no reasonable authorizationcould bebased on CGA without also exchanging some sort of key orcertandatthat point the CGA as a public key is redundant. If SLAAC and CGA are the only things that break *and*providersdohand out prefixes that are too small, then /64 prefixes willhavetobe subdivided. So a question for you is what else if anything will break? I also understand that you are suggesting that this betaken to6man.That is a good suggestion. CurtisOn 9/22/2012 11:30 PM, Curtis Villamizar wrote:12. This is sure to be controversial. I pointed outthatusingsubnets longer than /64 is OK as long as they arenotleakedinto global routing. Please read the text and changesbeforeexploding on this topic. It may be necessary tosubnet a/64ifthat is all a provider will give you and you needsubnets.Itdoes work and it is no more unnatural than subnetting aclass-Anetwork would be in 1990. It means using DHCPv6andnotusingRA prefixes for GUA (otherwise SLAACimplementationswouldlikely try to use the whole bottom 64)._______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet_______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet
