view the rest of the comments
Technology
This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
I'll paste a comment that illustrates it better than I could
Why would anyone switch off IPv4? That makes no sense and isn't commonly done. You run dual stack in most cases -- NAT v4 and straight v6. A lot of folks are using v6 on mobile phones without even realizing it because telcos ran the numbers years ago and realized it was cheaper to push v6 at the end user layer than run NAT and/or try to find v4 addresses on the transfer market. There's been no unallocated pool of v4 space for almost a decade.
Yes that's the odd part. Most people are using v6 daily without even realizing it.
was that comment written in 1996
Hey guys, I deployed our servers on 10.0.0.0/14 and didnt' bother with ipv6. Oh no! The company that we just acquired also deployed their servers on 10.0.0.0/14, so all of your assumption in your dumb-ass contrived scenario are invalidated.
ipv6 adoption only matters for public reach. Right now if you want a website accessible by 75% of the world, it has to be an ipv4 endpoint. Though that is changing. Here is a blog post by someone from akamai in 2018 talking about the rapid adoption of ipv6. https://www.akamai.com/blog/performance/six-years-since-world-ipv6-launch
Basically if you aren't deploying a service as native ipv6, you've already fucked up.
Most competent IT departments would just set up bidirectional NAT.
https://www.juniper.net/documentation/us/en/software/session-smart-router/docs/config_static_nat/
Doesn't horizontally scale. But sure if you want to have half your company only reachable through a firewall cluster and you don't ever expect to exceed 100Gb, and never need to perform maintenance on that cluster, sure it'll work.