Amazon finds $1B jackpot in its 100 million+ IPv4 address stockpile | The tech giant has cited ballooning costs associated with IPv4 addresses

L4sBot@lemmy.worldmod to Technology@lemmy.world – 186 points –
Amazon finds $1B jackpot in its 100 million+ IPv4 address stockpile
techspot.com

Amazon finds $1B jackpot in its 100 million+ IPv4 address stockpile | The tech giant has cited ballooning costs associated with IPv4 addresses::undefined

82

You are viewing a single comment

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.

Because you shouldn't. NAT causes so many issues, nobody sane is implementing NAT for IPv6 as an out of the box option.

Having global addresses instead of NAT means less control over your LAN

You can still have internal IP addresses and things like the router firewall work pretty much like they always have. I'm not sure what you mean by less control really.

these unique public addresses can track users more accurately

I feel like that concern is overblown. You get way more information from DNS, for way cheaper, than you get from "there were 27 devices, now there are 28!" and both takes being the ISP and observing the traffic.

It's also not like VPNs can't work in IPv6 land for people that really are conscious of hiding as much information about what they're doing from their ISP as possible.