Today in our newest take on “older technology is better”: why NAT rules!

  • Thiakil@aussie.zone
    link
    fedilink
    arrow-up
    1
    ·
    15 days ago

    Address space is so huge that iirc the only global addresses in use are 2xxx::

    Its so huge that it’s not needed to use anything else is the goal as far as I see. If it starts with 2, it’s global.

    • Thiakil@aussie.zone
      link
      fedilink
      arrow-up
      3
      ·
      15 days ago

      Also for routing table reasons. Ipv6 needs to use prefixes to do link aggregation or it just gets too bjg

      • Morphit @feddit.uk
        link
        fedilink
        arrow-up
        1
        ·
        14 days ago

        I can see that, but surely there wouldn’t be much difference matching the first 4bits (0x2XXX, 0xfXXX) vs the first 16 (0x0001)?
        0:: is presumably all for loopback-type stuff, but I don’t see a reason not to use 1:: through 1fff:: and they would be much easier to type/remember/validate for public DNS servers which are needed before name resolution is available.

    • JohnEdwa@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      15 days ago

      IPv6 is big enough to give 10 billion unique addresses for every grain of sand on earth and still have some left over. Just in case we need to, I guess.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        3
        ·
        14 days ago

        It’s great that the address space is so large. When designing a new system, you want to make sure it’ll hopefully never encounter the same issue as the old system, to ensure you don’t have to migrate yet again.

    • Morphit @feddit.uk
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      Why start at 0x2001 though? Why not 0x0001? Then we could have addresses like 1:1:1::1 or 1:2:3::4.