• thirteene@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 days ago

      Cisco as a client tried to force ipv6 for their managed service and after an entire quarter of attempting to resolve it, we actually disabled it for their virtual address per their request. IPv4 has issues and IPv6 promises solutions, but it’s not a stable platform yet. This appears ignorant but is based on truth. IPv6 is also eventually going to hit exhaustion with the frequency we spin up virtual machines, it’s okay to skip a bad generation.

        • thirteene@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          9 hours ago

          I’m sorry but how? We have appliances with dockerfiles, micro containers for remote controls, extensive botnets of virtual machines, centuries in the future when we have expanded into the solar system and trillions of humans all having millions of unique applications with addresses, it’s inevitable to hit a finite number. When every square meter of smart road has an routable address; we will likely be rewriting networking anyways. The only players pushing IPv6 transition are networking companies because a new standard requires new hardware.

          • RobotZap10000@feddit.nl
            link
            fedilink
            arrow-up
            1
            ·
            34 minutes ago

            IPv6 has a total of 3.4E+38 addresses, and the entire surface area of the earth is 5.1E+14m². If we divide those two, then we find that you can have 6.7E+23 addresses for every square meter of your Saharan desert or Pacific Ocean smart roads. If civilization doesn’t collapse due to nuclear wars or climate catastrophes and we actually do make it to the stars, I doubt that we would still be using the centuries-old and deprecated internet protocol.

            IPv4, in contrast, has 4.5 billion addresses, and there are currently 8 billion humans on Earth. While not every of them lives in the parts of the world with internet, that number will most likely soon shrink to nearly nothing. When everyone and their dog has a smartphone, laptop, desktop, console, smart TV et cetera, that 4.5 billion doesn’t seem nearly as big as it first once seemed to be.

            This isn’t a Y2K-scale problem that will summon armageddon if we don’t solve it immediately, but our current solutions to the overflowing IPv4 addresses are well-polished hacks at best. IPv6 will ensure end-to-end connectivity for many years to come.

  • TechNerdWizard42@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    6 days ago

    Ipv4 is one of those things that works awesome, is simple, and is a victim of its own success. Ipv6 is just complicated bloat of a standard. Cool features, but nobody implements them, so useless.

    In 30 years, probably useful. Until then, I’m not giving up Ipv4.

    • renzev@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      No, it’s an edit. I linked the original in the post text. If you can’t access it for some reason, here’s a transcript:

      Government of the Netherlands

      Home > Topics > Coronavirus COVID-19 > Travelling to the Netherlands from abroad

      Checklist for travel to the Netherlands

      Do not travel to the Netherlands.

  • Scoopta@programming.dev
    link
    fedilink
    arrow-up
    48
    ·
    7 days ago

    Should probably fix that given we’ve been out of IPv4 for over a decade now and v6 is only becoming more widely deployed

    • PenisWenisGenius@lemmynsfw.com
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      5 days ago

      I use ipv6 when possible but it’s rarely possible. I’ve never had home internet that was ipv6 ready enough for my wan address when googling “what’s my ip” to be something besides an ipv4 number.

      Could I get ipv6 over otherwise non ipv6 compatible hardware using a vpn?

    • 0x0@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      6 days ago

      we’ve been out of IPv4 for over a decade now

      Really? Haven’t had trouble allocating new VPSs with IPv4 as of late…

      • frezik@midwest.social
        link
        fedilink
        arrow-up
        6
        ·
        6 days ago

        You’re probably in a country that got a ton of allocations in the 90s. If you came from a country that was a little late to build out their infrastructure, or even tried to setup a new ISP in just about any country, you would have a much harder time.

    • renzev@lemmy.worldOP
      link
      fedilink
      arrow-up
      29
      ·
      7 days ago

      Agreed. Though I wonder if ipv6 will ever displace ipv4 in things like virtual networks (docker, vpn, etc.) where there’s no need for a bigger address space

      • Domi@lemmy.secnd.me
        link
        fedilink
        arrow-up
        30
        ·
        7 days ago

        Yes, because Docker becomes significantly more powerful once every container has a different publicly addressable IP.

        Altough IPv6 support in Docker is still lacking in some areas right now, so add that to the long list of IPv6 migration todos.

      • Justin@lemmy.jlh.name
        link
        fedilink
        English
        arrow-up
        19
        ·
        edit-2
        7 days ago

        I’m using IPv6 on Kubernetes and it’s amazing. Every Pod has its own global IP address. There is no NAT and no giant ARP routing table slowing down the other computers on my network. Each of my nodes announces a /112 for itself to my router, allowing it to give addresses to over 65k pods. There is no feasible limit to the amount of IP addresses I could assign to my containers and load balancers, and no routing overhead. I have no need for port forwarding on my router or worrying about dynamic IPs, since I just have a /80 block with no firewall that I assign to my public facing load balancers.

        Of course, I only have around 300 pods on my cluster, and realistically, it’s not really possible for there to be over 1 million containers in current kubernetes clusters, due to other limitations. But it is still a huge upgrade in reducing overhead and complexity, and increasing scale.

      • 30p87@feddit.de
        link
        fedilink
        arrow-up
        5
        ·
        7 days ago

        I wish everything would just default to a unix socket in /run, with only nginx managing http and stream reverse sockets.

        • verstra@programming.dev
          link
          fedilink
          arrow-up
          4
          ·
          7 days ago

          Wait, but if you have, for example an HTTP API and you listen on a unix socket in for incoming requests, this is quite a lot of overhead in parsing HTTP headers. It is not much, but also cannot be the recommended solution on how to do network applications.

          • WaterWaiver@aussie.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 days ago

            Replacing a TCP socket with a UNIX socket doesn’t affect the amount of headers you have to parse.

      • Captain Janeway@lemmy.world
        link
        fedilink
        arrow-up
        30
        ·
        7 days ago

        I hope so. I don’t want to manage two different address spaces in my head. I prefer if one standard is just the standard.