Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Communications

Starlink Helps Eight More Nations Pass 50% IPv6 Adoption (theregister.com) 54

Eight nations have surpassed 50% IPv6 deployment since June 2024, bringing the total number of countries in the majority IPv6 club to 21, according to the Internet Society. Brazil, Guatemala, Hungary, Japan, Mexico, Puerto Rico, Sri Lanka, and Tuvalu all crossed the threshold over the past year.

Tuvalu's adoption coincided with the arrival of Elon Musk's Starlink satellite broadband service, which operates as IPv6-only. The Internet Society's Pulse platform found no IPv6 deployment in the Pacific nation in June 2024, but Starlink now holds 88% market share there and 59% of Tuvalu's internet connections use IPv6.

France moved from third place to tie with India for the global lead at 73% IPv6 deployment. Japan rebounded from 49% to 55%, returning to the 50% club after dropping below the mark in mid-2024. Puerto Rico climbed from 49% to 53%. Thailand appears positioned to join next at 49% deployment, followed by Estonia at 46% and the United Kingdom at 45%.

Starlink Helps Eight More Nations Pass 50% IPv6 Adoption

Comments Filter:
  • Time to start revoking ipv4 allocations and for network companies like Cisco to end of life ipv4 only equipment. Plus make all network certifications require ipv6. We eliminated TLS 1.1 and below, we can do the same for adoptimg ipv6. Operating systems have had built in support for over 20 years now, it's just badly written routers and lazy networking engineers preventing the transition.
    • Cisco (Score:4, Interesting)

      by JBMcB ( 73720 ) on Friday June 27, 2025 @11:09AM (#65480016)

      Cisco will never end ipv4. Not anytime in the near or mid future, at least. The industrial vertical makes up a big chunk of their profit nowadays, and a large number of companies are running old hardware on plant floors. Think million dollar stamping presses and injection molding machines and CNC mills that run on OS/2 and Windows NT. These things must be networked to support the production execution system, coordinating with conveyors, robots, PLCs, inventory systems, SPC and inspection systems, etc...

      It's the same reason a company still sells a PDP-11 emulator.

      https://www.stromasys.com/solu... [stromasys.com]

      • Yeah but those systems shouldn't be connected to the open internet at all. Even if you don't want to airgap them, they should be behind a network topology that prevents them from connecting out freely, or accepting random connections inward.
        • Gear (Score:4, Informative)

          by JBMcB ( 73720 ) on Friday June 27, 2025 @11:38AM (#65480102)

          Yeah but those systems shouldn't be connected to the open internet at all. Even if you don't want to airgap them, they should be behind a network topology that prevents them from connecting out freely, or accepting random connections inward.

          It's not about connecting to the open internet. The OP was talking about Cisco completely dropping ipv4 support. Cisco is a major supplier of industrial ethernet switches and routers, so that isn't going to happen. These industrial machines use ipv4 to talk to each other, and it *has* to be ipv4 because a lot of them predate the ipv6 standard, and there is no upgrade path to enable ipv6 support.

          • The OP was talking about Cisco completely dropping ipv4 support.

            The OP was talking about Cisco ending production of IPv4-only devices, not dropping support for IPv4. And I agree. In my opinion, we need a government mandate to end IPv4 on the Internet. It no longer serves a useful purpose outside the LAN.

      • Cisco will never end ipv4.

        That's not what the GP said. He said "IPv4 only equipment". I agree with you Cisco won't ever end IPv4 support, and honestly no device should do so. But in 2025 *new* devices not supporting IPv6 should be banned from connecting to outside networks. There's zero reason to be dual stack these days, especially since doing so will give your critical equipment some much needed life in the form of 4-6 gateways and routing.

    • by RobinH ( 124750 )
      Why? I get why anything accessible on the public internet should be IPv6, but it doesn't matter for anything behind a NAT box. Why can't my home setup use IPv4? Or the tiny little network on my mobile robot that isn't connected to the internet? There are tons of cases where an isolated IPv4 setup with static addresses is simpler to setup and troubleshoot than an IPv6 network.
      • Because you probably want to connect from your home network to places on the Internet.

        The way that works is that the machine on your network sends an IP packet with the remote machine's IP in the header. The src/dest address fields in the header of v4 packets are too small to fit a v6 address (which is sort of the whole reason we needed a new protocol in the first place), so this requires a revised header format that has enough space, i.e. v6 packets.

        Nobody is saying that your home network can't use v4, it

      • by Bert64 ( 520050 )

        For an airgapped network sure, you can continue using whatever antiquated protocol you want - NetBEUI, DECNet, IPX/SPX, Vines etc.

        If you're going to provide Internet access at all you really need IPv6. You can get away with IPv6-only and provide access to legacy resources through NAT64. Most legacy networks don't have full dual stack and are encumbered by NAT44 anyway so the single stack setup is easier. If you have a legacy only network encumbered by NAT you're going to find increasing numbers of things ar

      • Why can't my home setup use IPv4?

        No one said it can't. The OP said IPv4 only equipment should be EOL'd and IPv4 allocations should be revoked. Your home network doesn't have an IPv4 allocation (I suspect), it uses a private reserved space.

        There are tons of cases where an isolated IPv4 setup with static addresses is simpler to setup and troubleshoot than an IPv6 network.

        One of the more interesting things about this argument is that I frequently find when home networks do have a problem with IPv4, a simple ping still goes through, ... to perfectly fine resolving IPv6 addresses. It's a curious result of people being scared of IPv6. The setup process for IPv6 itself is virt

    • Re: (Score:3, Funny)

      by phantomfive ( 622387 )
      It's a race to find which will happen first, IPv6 or Linux on the Desktop. Both are coming.
    • Naaah.

      It's odd but people like numbers they can remember for 2 minutes while they walk between machines.

      We also don't really need everyone's toaster, can opener, and vibrator accessible to the internet.

      All they really needed to do was add a country prefix number like the phone system to expand ipv4, instead ipv6 went all complicated and stuff.

      127.0.0.1 vs eafd:45ac:5820:ffad:dead:beef::0 -- really? (apologies if that actually breaks out to a connectable address)
      • by Viol8 ( 599362 )

        The human factor is something the people who devised IP6 completely ignored (or didn't even understand). A lot of network setup and troubleshooting requires knowing the numeric IP address , good luck with even trying to even write down an IP6 address, never mind remember it.

        "All they really needed to do was add a country prefix number like the phone system"

        Quite. A 16 bit value would have done it and for IP4 would have been zero and ignored, anything else you add it to the front, maybe like 1234:240.0.0.1 ,

      • by Bert64 ( 520050 )

        It's odd but people like numbers they can remember for 2 minutes while they walk between machines.

        If you're using IP addresses directly you're doing it wrong. DNS exists for a reason.
        Aside from that...
        v6 has a more sensible hierarchical approach, you have a prefix which in any business environment is going to be static - remembering that 2001:db8:: is your prefix isn't hard and then the whole company uses the same prefix.
        Individual host addresses *can* be randomly generated using 64 bits, but they can just as easily be ::1 ::2 ::3 etc - if memorising addresses is your thing then choose an addressing sch

        • If you're using IP addresses directly you're doing it wrong.

          Then why does every IP on the planet need to be unique? Sounds like IPv4 is plenty for local networks.

          I guess you've never heard of a firewall.

          The problem isn't me, but most people have never heard of a firewall and have no understanding of why it should be enabled. They just want their toaster to be accessible while at work (for whatever reason).

          You'd also introduce new problems with a country prefix, like how to anycast something thats hosted in multiple countries etc.

          Then you are doing it wrong using IPs, you just said that is what DNS is for...

          And the home IP example was used instead of a random IP that is probably already in use due there being a shortage and all

          • If you're using IP addresses directly you're doing it wrong.

            Then why does every IP on the planet need to be unique? Sounds like IPv4 is plenty for local networks.

            It sounds like you have a fundamental gap in understanding of what an IP address is, how networks work, and what DNS is, and if you know what network traversal is then you seemingly must have ignored that in your comment too. Local networks don't exist in isolation. As soon as you're not in isolation the point is IPv4 is not plenty, that is evident by the fact there are more devices out there demanding internet access than we have IP address to provide them.

            The problem isn't me, but most people have never heard of a firewall and have no understanding of why it should be enabled.

            Why is that a problem? I have a firewall, actually

        • If you're using IP addresses directly you're doing it wrong. DNS exists for a reason.
          Aside from that...

          The problem with these statements is you have no clue what they are doing with the addresses in the first place. Asserting other people are wrong to make a value judgement about the use of IPs when you don't have any information about their needs, environment or values is silly.

          v6 has a more sensible hierarchical approach, you have a prefix which in any business environment is going to be static - remembering that 2001:db8:: is your prefix isn't hard and then the whole company uses the same prefix.

          These notions of hierarchy are mostly BS in the real world. /64 assignments are typically allocated to LANs not companies and in any enterprise of any size TE overrides attempts to logically organize address space into neat hierarch

      • All they really needed to do was add a country prefix number like the phone system

        Not really. The phone system is based around variable-length addresses, whereas v4 is fixed to 32 bits. It's not just the packet format, but also related protocols like DNS and DHCP, and basically all software; everything stores v4 addresses in a fixed-width field. You can't just add a prefix onto v4 and have it work with everything like you can with phone numbers -- you need to do basically all the things v6 is doing to get longer addresses.

        (And if you're doing that, it makes sense to add enough new addres

      • All they really needed to do was add a country prefix number like the phone system to expand ipv4, instead ipv6 went all complicated and stuff.

        Unlike phone networks IPv4 headers have a fixed address size. No matter what any attempt to change this and still maintain E2E addressability provably requires global changes to all systems. There were a shitload of tunneling hacks, they all sucked and could not be used in production.

        I'm happy the hacks lost out. IPv6 over the Internet is really just 96 more bits with some IPv4 era garbage (per-hop fragmentation, checksums) removed.

        127.0.0.1 vs eafd:45ac:5820:ffad:dead:beef::0 -- really?

        You have control over at least the last 64-bits of the address. I was ab

      • don't really need everyone's toaster... accessible to the internet.

        What if Pop-Tarts icing was used to print a QR code on each Pop-Tart, and the Internet-connected toaster could read that, know how long to heat it, know to order more when the supply was low, and also add distance/steps to your health app? Wow, that'd be a great reason for IP6. %^)

    • by Bert64 ( 520050 )

      Cisco hasn't made legacy-only equipment for a long time. Pretty much everything they have supports v6, and anything that doesn't is long past EOL.

  • by Trip Ericson ( 864747 ) on Friday June 27, 2025 @10:54AM (#65479980) Homepage

    When did Puerto Rico leave the US?

    • Exactly. I was coming to say that.

    • Self governing except for foreign policy and defense AFAIK. Why doesn't it just become a state?

      • by abulafia ( 7826 )
        It would love to become a state.

        One political party is dead-set against that happening.

        • It's actually mostly both parties right now.

          The problem is when their economy was going good, they likely could've gotten statehood, but they didn't want it.

          When it started going bad 15 years ago, the majority started wanting statehood, but we won't give it to them.

          Basically, they only want statehood when things are bad and they want to be bailed out.

          And, we are only willing to give them statehood when they are doing well enough they won't be a drag on the other states.

          https://en.m.wikipedia.org/wik... [wikipedia.org]

    • When did Puerto Rico leave the US?

      Puerto Rico was part of the USA? Someone should tell republican congress critters. They certainly act like it's a different country, and a 3rd world undesirable one at that.

      • Democrats had their chance to make Puerto Rico a state, but all indications in actual elections, the people of the non state of PR, Guam and the others are social conservatives in the long run.
        • So somehow republicans not treating a part of the USA like a part of the USA is democrats fault? It'll never cease to amaze me how dumb the political discourse of you Americans is.

  • IPv6 has some similarity with ISDN of yore: Innovation Subscribers Dont Need.
    • I had ISDN in the late 90's/early-2000's. Always on Internet at relative high speed and low latency. It was awesome at the time.

    • by higuita ( 129722 )

      you clearly don't understand what IPV6 is solving
      yes, ipv4 works, but is harder and harder to manage and you have fewer IPv4 available, so their cost is higher and higher
      ipv6 have much better traffic control and even having a little higher header, it is usually faster and more reliable than ipv4... and you got MANY more IPs. Those IPs are also easier to manage

      The problem is that there are ISP that are lazy and keep being ipv4 only, but most major services are already ipv6 and if you get dual stack, you prob

      • by tlhIngan ( 30335 )

        The problem IPv6 is solving isn't a problem today, because the problem IPv6 is solving is no longer workable.

        People hated NAT because it puts up a basic stateful firewall between endpoints. And we needed that because we don't have enough IPv4 addresses.

        IPv6 was to preserve that end to end connectivity, and not have to do all sorts of hacky workarounds like FTP proxies, port forwarding and other such things like STUN. It was also to make IPSec practical and workable.

        But how much of that is true now? You don'

  • Fusion power reactors?
    Fully self driving cars?
    Lasting world peace?
    Getting completely off IPv4?

  • When I moved to Europe I was given an IPv6 address and a CGNAT'd IPv4 that broke much of what I did with my home servers. So switch to a business plan, easy right? Except my ISP could not offer me a business plan with an IPv6 address. I literally had the option of paying a lot more for a fixed IPv4 and *NO* IPv6, or have broken IPv4 and working IPv6.

    10 fucking years it took for them to resolve this. It was late 2024 when I finally got a public IPv6 address on that business plan.

    Now if only Vodaphone would f

    • by Bert64 ( 520050 )

      It's the same in a lot of places - legacy traffic is through CGNAT unless you pay (sometimes a LOT) extra. If you want any kind of home server you have to do it over v6. Also makes it much easier if you have more than one device since you can access them directly rather than having to mess with non standard ports or proxies etc.

      Vodafone are a mixed bag - depends what country you're in. They have v6 in india, portugal, germany etc while in some other countries they don't.

      • by higuita ( 129722 )

        Confirming that vodafone have a working ipv6 setup for several years in Portugal

      • Indeed, but the whole issue I initially presented was the combination of the two cases. If I want to access my home cloud from my phone then it's a problem that one ISP only supports IPv6 and the other doesn't support it at all. And attempting to keep a permanent VPN running on my phone was a failure.

        The Vodaphone thing is interesting. Yeah they are a mixed bag, but typically you assume that countries highly ranked in internet speeds and access are generally technically ahead. Germany's internet is abysmal.

  • Story title: "Starlink Helps Eight More Nations Pass 50% IPv6 Adoption"

    Actual story text: only mentions Starlink in association with Tuvalu - which is, by far, the least-consequential place mentioned.

    *Apparently a few still exist, somehow

  • Puerto Rico is United States, a territory full of US tax payers and US citizens, it like Rhode Island is not worthy of statehood ....who is the dipshit editor of this article. If the simple stuff gets past the editor, the entire publication should be burnt to the ground.
    • by higuita ( 129722 )

      sorry, but it is not listed as a USA state, nor you can vote for USA elections... so not a USA state

  • by higuita ( 129722 ) on Friday June 27, 2025 @03:47PM (#65480788) Homepage

    Google/chrome can fix this if they want

    Chrome and chrome based browsers are all over the place. They changed the plain http to https in a few years. just by pushing https as the default.

    They can do the same for IPv6. If a site can't be reach via IPv6, add a snail to the URL. Site owners would quickly start deploying the IPv6, if not already (a 5min setup with cloudflare can enable all sites with both ipv4 and ipv6, while of course, be dependent of a external entity)
    For ISPs, people will start to complain, specially if they see friends without the snail icon. Perception of a problem is more important than the problem in many cases. ISPs without IPv6 would start to be looked as bad because they are "slow" and would finally move forward

    Chrome can even use a tooltip where it can report if the snail is due to the local ISP (test the client), the remote server (does it have a AAAA record?) or in between (if both sides have ipv6 but it fails, report as a transit problem)
    pressuring both the ISP and servers, the few backbones without IPv6 would quickly fix that too, but the main problem is still ISP

  • I work for a company that makes large industrial machines. Some of the machines are, themselves, networks. They have motors and sensors and encoders and PID controllers and more. But too many of those devices assume ipv4, as do the corporate networks they live behind. So we have to assign all the embedded devices IPv4 addresses that don't conflict with the corporate s network, then apply NAT. It is overcomplicated, and so I can't remotely monitor the devices. To solve this there are a gzillion 3rd-party com

Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there. -- Josh Billings

Working...