logoalt Hacker News

New patches allow building Linux IPv6-only

106 pointsby Bendertoday at 1:15 PM129 commentsview on HN

Comments

petcattoday at 2:22 PM

It will be a neat experiment, but I think most software will break and will remain broken indefinitely and then people will turn to LLMs to try to automate fixing all of it and that will turn into a mess just due to the sheer amount of changes required with little scrutiny.

show 1 reply
rafaelcostatoday at 2:10 PM

As it should. Date notwithstanding, I would actually enjoy if there was a manually induced latency penalty for "legacy IP" that needs to be manually turned off on Linux. I know some people don't care at all, but the internet was made to be addressable. IPv6 is the only shot we have to go back to that.

show 8 replies
Incipienttoday at 4:14 PM

The main thing I don't like is type-ability. Even now I type in 192.168.1.14 to connect to my mates computer to play satisfactory. No way in heck am I trying in an ip6!

show 4 replies
bornfreddytoday at 3:13 PM

IPv6 vs. 4 is like Python 3 vs. 2, just worse.

show 2 replies
zamadatixtoday at 2:49 PM

Good stuff (both the joke and the genuine proposal of splitting the config options for IPv4 and IPv6).

1970-01-01today at 3:22 PM

The best pranks are the ones that succeed to rattle an individual. Build it!

CookieCrisptoday at 2:33 PM

We’re so close guys! Another 25 years and we might almost be there!

ThrowawayTestrtoday at 3:50 PM

When I was in grade school I did a presentation on ipv6 and how it was the future of the Internet. That was like 20 years ago.

Daegalustoday at 2:22 PM

great, now can we convince the rest of the internet to start adding AAAA records and ipv6 endpoints for things. Github is still a nightmare to use DNS64 and NAT64 to access those from IPv6 only machines.

Or all the Container based stuff that still falls flat with ipv6 only modes. Docker still shits the bed if you dont give it ipv4 unless you do a lot of manual overrides to things. A bunch of Envoy based gateway proxies fail on internal ipv6 resources in a k8s cluster that runs on ARM64.

There is just a bunch of nonsense you have to deal with if you choose the ipv6-only route

Dont get me started on CDNs like Bunny or Load Balancers as a service like those from Hetzner, UpCloud, etc that don't work with ipv6 origins.

Source: Trying to run a ipv6 only self-hosted box on hetzner.

show 3 replies
porridgeraisintoday at 2:42 PM

I suppose this will lead to a classic torvalds rant. I will be watching r/linusrants

knorkertoday at 4:03 PM

I would like this option, to make it easier to run a CI environment truly IPv6-only. As in socket() to create a v4 socket should fail.

seccomp could only do this partially, in that there are other avenues (e.g. io_uring), and I want it to be the case throughout the boot process.

show 1 reply
VoodooJuJutoday at 2:08 PM

[dead]

calvinmorrisontoday at 2:49 PM

[flagged]

iamnotheretoday at 3:51 PM

This may be a “joke”, but it’s disturbing to see people clamoring to deny others their freedom in a FOSS context.

Want to use IPv6? Fine. But don’t try to remove v4 support from people who have built stable networks around it.

You won’t be able to force the world to switch to IPv6 with tricks like this, any more than you can force old industrial machines to stop using ancient 486es as controllers. There is a lot of old equipment in the world.

IPv6 was built to work alongside v4, and there is no reason to change that.

show 3 replies