Top
Best
New

Posted by Aaronmacaron 1 day ago

IPv6 traffic crosses the 50% mark(www.google.com)
782 points | 575 commentspage 8
whalesalad 16 hours ago|
meanwhile I just disabled ipv6 on all my vm's last night due to ubuntu package servers being down and needing to get something critical out the door.
cubefox 20 hours ago||
Spain: 9.9%

What's going on in Spain?

ggm 19 hours ago|
Bizarrely, Telefonica doesn't see a need. But, their subsidiaries in LatAM do heaps! And, they do central purchasing.
ck2 12 hours ago||
forgive dumb question but what happens when someone on IPv6 without IPv4 tunnel visits a URL with only a IPv4 endpoint?

like say

* https://1.1.1.1/cdn-cgi/trace

vs

* https://one.one.one.one/cdn-cgi/trace

When ipv6 threads like this come up, someone eventually mentions T-Mobile is completely IPv6 now but they must have IPv4 tunnels because I have IPv4 turned off on my modem/router and can still visit both those URLS

mike_mx 4 hours ago|
Not dumb. It's not exactly a tunnel, it's a double sided conversion.

Basically to reach any v4-only resource you need a translator, typically NAT64. This maps the entirety of the v4 internet into a /96 of IPv6 space (last 32 bits).

DNS64 is one way to access this, which will return a result for 'amazon.com' like:

A = `98.87.170.74` AAAA = `64:ff9b::6257:aa4a`

Combining this with CLAT lets you punch in an IPv4 literal like 1.1.1.1 and your phone/computer will do this conversion from v4 -> v6 locally without you changing anything. So 1.1.1.1 would become `64:ff9b::101:101` on-device - and that's actually what your mobile ISP sees.

T-Mobile and most mobile operators use 464XLAT - which has been in Android & iOS for at least 8-10 years now if memory serves.

It lets you visit 1.1.1.1 because your phone is converting it automatically to T-Mobile's NAT64 prefix (CLAT - customer side), it traverses their network v6-only, and then it ends up at their translator (PLAT - provider side) and becomes normal NAT'ed v4 traffic out to CloudFlare.

cubefox 23 hours ago||
Nice. But note that the average is still significantly below 50%. It's also a bit concerning that the growth rate seems to be levelling off. It currently looks like a sigmoid curve with a maximum far below 100%.
gspr 23 hours ago|
I wouldn't be so worried about it. It's really hard for something as big as this to really hit 100%. If we hit 80% or thereabouts, we can at least plausibly argue to backwards ISPs that IPv6 is the default and the standard that everyone should reasonably be offering.

Generally: I'm really surprised that Norway is just at 27%. I think I've been with 3 different residential ISPs the last 15 years, and all of them have done IPv6 perfectly well (two nits: I think one required a trivial opt-in, and my current ISP is just giving me /60 which isn't perfect).

Edit: Oops, sorry to my current ISP for shaming them. Some googling told me that one can get a /56 using DHCPv6-PD. I'll try that!

UltraSane 23 hours ago||
Every company I have ever worked for in the US didn't use IPv6 and actually blocked it at the FW
lmm 22 hours ago||
The US has something like 80% of the world's IPv4 addresses, so they feel a lot less pressure to migrate.
icedchai 19 hours ago|||
I’ve worked for a company that was barely using its /16. I know several individuals, including myself, with personal /24s.
ButlerianJihad 12 hours ago|||
I recently released a /24 that I registered in 1992 and I hadn’t realized it was still mine.

ARIN was gonna charge me $100 to authenticate and recover the account, but once I asserted and notarized my letter of relinquishment, the process went real quick!

icedchai 10 hours ago|||
You could've recovered it and sold it for $7K, or rented it out for $500/month.
UltraSane 2 hours ago|||
Dude /24s are worth at least $5,000
Dagger2 19 hours ago||||
None of which are any help when connecting to someone who doesn't have those.
icedchai 17 hours ago||
I know, I'm just agreeing there's a ton of IP waste in the US. Early adopters were perhaps unjustly rewarded. InterNIC (before ARIN) would just about hand out IPs to anyone who could send an email.
Bender 7 hours ago||
During the dot-com crash I had to put a /16, some /17's and a /19 on one vlan and connected a 1U Linux box running Labrea Tarpit just so those ranges would respond to ping because InterNIC used to harass us for not utilizing all the space. They threatened a few times to take them back. AFAIK nobody nags like that any more. They probably should.
UltraSane 12 hours ago|||
A /24 is currently worth between $5,000 and $9,000 USD. Did you get them a long time ago?
icedchai 10 hours ago||
Yes, over 32 years ago. It was before ARIN and is considered a legacy block.
UltraSane 10 hours ago||
With your own /24 you can get an AS number and potentially BGP multi-home it.
icedchai 10 hours ago||
Yes, I've already done that. I have the /24 tunneled to my home network.
UltraSane 9 hours ago||
That would be so cool to see your own AS in the global BGP table. I suppose I could still try this using IPv6
icedchai 8 hours ago||
You can get that going pretty cheap through various RIPE LIRs!
zokier 22 hours ago||||
US is significantly above average in terms of adoption
UltraSane 21 hours ago|||
I worked for a state government agency that had a public /16
SuperMouse 23 hours ago||
Our freaky network admins rolled it out in our global corpo.

Was fun seeing IPv6 running for a few days without problems.

zsoltkacsandi 19 hours ago||
Great, then another 20 years and we can retire IPv4.
Bender 7 hours ago|
Not the one down-voting you but I suspect IPv4 and IPv6 will run side-by-side dual-stack at least until 2050 and IPv4 would not be fully deprecated until probably 2323 star-date 0 as future quantum interstellar communications subspace will deprecate both standards. Only half kidding as nothing ever gets deprecated or decommissioned until it breaks something important.
linzhangrun 5 hours ago||
[dead]
hani1808 21 hours ago||
[dead]
ButlerianJihad 22 hours ago||
At home, I use an Android 16 Pixel phone, and a Chromebook, and I would suspect (but cannot prove) that 100% of my LAN outages can be blamed on the dual-stacking nature of IPv6 plus IPv4.

Chris Siebenmann has written extensively on IPv6: https://utcc.utoronto.ca/~cks/space/?search=ipv6

Google has some weird way of asserting connectivity, and I suspect that when connectivity on one protocol is lost, it is impossible to maintain or establish connectivity through the other one (IPv6) even if it is available upstream.

I am rather infuriated with the status quo at this point, because it is impossible to disable IPv6 on my devices and it is also impossible for my ISP to disable IPv6 on my LAN or on the CPE router which they own and control.

Due to chronic WiFi issues I was eventually forced to place my ISP router into Bridge mode permanently, and I use a 3rd party Netgear which I own, and does not have the same WiFi issues, and where IPv6 is optional (and often fails, because its implementation is buggy and glitchy for no reason.)

direwolf20 22 hours ago|
I am rather infuriated that it's impossible to disable IPv4 on my devices, so does that make us even?
ButlerianJihad 21 hours ago||
Yes I believe so!

I recently purchased a brand-new LaserJet printer, and since it needs nothing to do with the Internet or a WAN outside my home, I thought it'd be great to simply disable IPv4 and stop doing the DHCP dance.

Well it immediately fell off the net completely. I couldn't figure out how to expose its IPv6 address or contact its management interface.

Hypothetically, Bonjour and mDNS should make this a no-brainer. Hypothetically, disabling IPv4 shouldn't even prevent it from connecting to the Internet. But I was ultimately forced to factory-reset it.

IPv6-only LAN makes a lot of sense for most people, and perhaps reduces attack surface a little. If you have the means, I highly recommend setting it up!

spl757 21 hours ago|
Sounds like it's time to abandon it for something new and more stupid
More comments...