• r00ty@kbin.life
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    In most cases, the router advertises the prefix, and the devices choose their own IPv6. Unless you run DHCPv6 (which really no-one does in reality, I don’t even think android will use it if present).

    It doesn’t allow firewall bypass though, as the other commenter noted.

    • Trainguyrom@reddthat.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Unless you run DHCPv6 (which really no-one does in reality)

      Question for you since I have very little real world IPv6 experience: generally you can provide a lot of useful network information to clients via DHCP, such as the DNS server, autoconfig info for IP phones, etc. how does a network operator ensure that clients get this information if it’s not using DHCPv6?

      • r00ty@kbin.life
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        You can include some information in router advertisements, likely there will be rfcs for more. Not sure of the full list of stuff you can advertise.

        For sure I’m quite sure I had dns servers configured this way. I’ll check when not on a phone to see what options there are.

        • pivot_root@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 month ago

          If I recall correctly, you can do stateless DHCPv6 to just hand down a DNS server without also managing the devices’ IP addresses.

          • r00ty@kbin.life
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            You can, and there’s a specific flag to set on nd/ra to tell the client to get other information from djcpv6. But so far I’ve not made it work and also, it likely won’t work on android.

            Really the way forward is for routers and devices to implement the same options as exist on dhcp. But, time will tell how that gets on.

            This is a weakness of ipv6 but it’s really the lack of widespread implementation that’s behind this. If we were all using it, there would be more onus to get this stuff working.