Amazon finds $1B jackpot in its 100 million+ IPv4 address stockpile | The tech giant has cited ballooning costs associated with IPv4 addresses::undefined
Amazon finds $1B jackpot in its 100 million+ IPv4 address stockpile | The tech giant has cited ballooning costs associated with IPv4 addresses::undefined
I remember doing an IT course over a decade ago and learning about IPv6 taking over, honestly surprised it hasn’t yet. I just looked it up and apparently they came up with it in 1998. How is it taking so long? Is there some technical reason it’s harder or something? Does the extra address size mean a not so great trade off in traffic or something?
note: I did study a bit of networking and IT but have forgotten everything mostly and work in a different field, thus my ignorance.
IPv6 is here, and has been for a long time. But if, for example, your web or email server can only be reached over IPv6 some people will not be able to load the site or send emails to you.
The entire internet is configured to work with IPv4. Some of the internet (less than a quarter) is also configured to also work with IPv6.
Imagine if your home had two driveways on different streets. Do you tell everyone both addresses, or do you pick one of them? Probably just one right? Now imagine if the second address can only be reached if someone has an off road capable vehicle. And you don’t know what vehicle someone has - which address would you give them? Is it even worth having two driveways?
That’s the situation we’re in. IPv4 support is required and works perfectly. IPv6 is optional and doesn’t always work.
Except it doesn’t work perfectly, because it has a relatively small address space. That’s why ipv6 exists.
The driveway works perfectly, but it doesn’t have space for all the guests if they all want to use their own vehicles.
Thankfully, we have carpooling and rideshares.
Great analogy, thanks
“Luckily” we are reaching the point where IPv4 just isn’t going to be fiscally sustainable for the majority of companies, meaning the push to IPv6 will be hastened.
Though I don’t pretend it isn’t going to be a hell of a ride.
192.169.x.x will always be easier than fe80:x:x::x:x
I definitely agree with automatically configured stuff, but I enjoy setting link-local static IP address with IPv6, like my home server is
fe80::bad:c0de
or192.168.0.2
, and my NAS isfe80::coo1:da1a
or192.168.0.3
. I’ve definitely mistyped the IPv4 a few times (see your 169 typo), but the IPv6 always delivers hackerman vibes.I have also set
<prefix>::bad:c0de
and have my IPv6 prefix on a keybind, but I understand that’s a bit of a stretch.I have never thought of writing things with static ipv6.
I have been missing out.
You’re missing out your
::cafe
’sfe80::dead:beef
fd00::x is shorter than 192.168.x.x
Technically you’re supposed to use fdxx:xxxx:xxxx::x, but on your home network nobody cares.
There are huge gaps in ipv6 adoption which means most users and services must continue to support and use ipv4.
Since everyone has to continue ipv4 support, there’s not much motivation to push general adoption of ipv6. Maintaining dual stack support has its own costs.
Even within AWS, many of their services still don’t support ipv6. AWS fees for ipv4 addressing may end up being a comparatively big driver for adoption.
You just outlined a reason for AWS not to fully support IPv6 as well.
In addition to what the other commented said, a lot of sys and net admins really don’t like the idea of every lan device being globally addressable, while there’s ways around it, a standard ipv4 Nat is a safety blanket to a lot of admins… Not that it should be like that, just my observation.
Those admins don’t know what they’re talking about. IPv6 has a region of the address space that can only be reached locally - similar to the 192.168.x.x space in IPv4. The only difference is it’s really big (way bigger than the entire IPv4 space).
As for NAT… there’s nothing stopping you from using it with IPv6. It’s often unnecessary, but if you disagree you can use it. And in practice NAT is often part of the transition process to IPv6 - my cell network carrier for example gives my phone an IPv6 address on their internal network but routes all my traffic to the regular internet via IPv4. They are using NAT to do that. If you try to ping my phone’s IPv6 address, it won’t reach my phone.
Honestly my biggest issue with ipv6, aside from not understanding it, which I don’t, at all, I’ve realized while setting up my own opnsense firewall, is that they decided on FUVKING COLONS. AND LETTERS. Okay, cool, hexadecimal exists, that’s swell, but typing them is such a fucking pain in the ass.
There’s no way to put your fingers on a keyboard to make it feel natural.
While I agree that it is godawful to type and worse to read, let alone remember, you wouldn’t want these addresses in full decimal notation…
It’s more complicated and v4 is already there. That was the reasoning and it hasn’t changed even though by now it should have.
Even tough IPv6 is technically superior to IPv4 for the network operator it doesn’t have clear benefits for home users.
Having global addresses instead of NAT means less control over your LAN and these unique public addresses can track users more accurately.
is there any reason why we can’t still use NAT with IPv6? it seems like that would solve at least some of the problems.
In principle, no. In practice I looked into it to do a quick job of enabling ipv6 on my router and the software either just doesn’t do it, or fights you actively.
Generally speaking ipv6 is a PITA to administer, at least from the POV of someone who’s not a professional network admin and can’t be arsed to spend a month learning a gazillion new concepts when I can be just fine with ipv4.
It is possible, it’s just not generally supported be ISP routers. Also there is a possibility of performance issues since IPv4 NAT often relies on hardware acceleration which might not work for NAT6.
To add to what others have said, I’ve heard that wide adoption of NATing as a standard practice basically ensured IPv4 longevity well beyond its logical end. This along with the cost to fully upgrade a network to IPv6 meant there was no financial incentive for companies to adopt it.
With Amazon starting to charge for IPv4 addresses, it won’t be long before Google and Microsoft do the same with GCP and Azure. This may be the financial kick in the ass to get large enterprise environments to finally commit to IPv6.
I’m still trying to figure out good nftables rules for ipv6 prefix delegation…