13 comments

  • kstrauser 3 hours ago
    I appreciate this. IPv8 is a terrible, terrible idea, and it’s good to see someone actually built it out to prove the depths of its terribleness. Well done.
  • Magicrafter13 1 hour ago
    It's 2026 and we're turning troll/fake spec submissions into actual usable technology. What a time to be alive.

    There's only one thing in the article I disagree with:

    > RIRs (ARIN, RIPE, APNIC) Go Financially Bankrupt

    This is purely an argument of pragmatism, rather than having any technical merit. If a system works, and meaningfully improves over another system, I couldn't care less that people aren't able to effectively monetize it.

    • lrasinen 46 minutes ago
      There's precedent, IP over Avian Carriers was tested back in 2001.
    • turborigby 1 hour ago
      RIRs (RIPE NCC, ARIN, APNIC, etc.) are non-profit membership organizations, not commercial entities trying to "monetize" IP addresses.

      Their registration fees directly fund critical global Internet infrastructure: the WHOIS databases, RPKI trust anchors, root DNS servers, and policy governance. If their operational budget collapses by 90%, it's not a loss of "profit" - it means there is literally no one funded to maintain the authoritative registry of who owns which ASN and route origin authorizations.

      And even setting governance and economics aside, the technical failure modes remain fatal: 28-byte header PMTU blackholing, uRPF collisions on multi-homed links, and ASIC slow-path punting on existing linecards.

  • altairprime 38 minutes ago
    Thanks for going through the work of testing this. Better to have the actual results for a joke than to joke about theories :)
  • ahmetozer 3 hours ago
    Thanks for testing, in year 2026, still IPv6 is not fully well utilized homes, corporates especially it is worse at clouds (AWS, GCP) if you not limit north to south, they are not good for east-to-west compared to telco providers. For example, GCP uses IP forwarding for IPv6 real IP address is not allocated at machine. At some of the components which is EKS is not support every case at IPv6.

    So IPv8 can be available around year 2300 I guess :) (i have not inspected v8 RFC yet)

    • clhodapp 3 hours ago
      IPv8 is just a reactionary response to IPv6 not being "IPv4 with larger addresses" like people who know IPv4 well would prefer.

      There would be no reason to adopt it if IPv6 were adopted.

      • hdgvhicv 1 hour ago
        Yet IPv6 hasn’t been adopted. For decades.

        Because it wasn’t implemented transparently at the OS. I can’t plug in to my ip6 only network and reach an ip4 address because end user OSes don’t implement clat transparently, even today in 2026, let alone 20 years ago.

        • jrmg 58 minutes ago
          Yet IPv6 hasn’t been adopted.

          Well over half of Google’s traffic is IPv6 in the USA, and it’s recently become over 50% of all Google’s traffic worldwide at weekends.

          https://www.google.com/intl/en/ipv6/statistics.html#tab=per-... https://www.google.com/intl/en/ipv6/statistics.html

        • dotwaffle 27 minutes ago
          > Yet IPv6 hasn’t been adopted. For decades.

          I'd argue it has, but that's not the point. IPv4 is pretty much mandatory for most users of the internet. Yes, individual users probably neither know nor core whether they're on IPv4 or IPv6, but it's so difficult to run IPv6-only that you just wouldn't bother.

          Trying to teach someone about how to use ULA vs. GUA only leads to headaches. In fact, I'd go so far as to say the reason why the internet became so ubiquitous was because of NAT -- static internal addressing is pretty much fundamental to an easy-to-use experience. Having multiple addresses on a host only makes things far more confusing, so people don't bother, because IPv4 just works.

        • adw 1 hour ago
          > Yet IPv6 hasn’t been adopted.

          news to literally anyone on a mobile internet connection (which is most internet connections!)

          • hdgvhicv 28 minutes ago
            I’m on 4g

            My v6 endpoint is unreachable. My v4 one is fine.

          • alexpotato 1 hour ago
            I learned recently that France IPv6 adoption is also very high.
    • simoncion 31 minutes ago
      > ...in year 2026, still IPv6 is not fully well utilized...

      Eh. It took quite a long time, but even HN has a v6 address these days:

        $ dig +short news.ycombinator.com ANY
        2606:7100:1:67::26
        209.216.230.207
    • ButlerianJihad 27 minutes ago
      If IPv6 were wholeheartedly "adopted" then I and most consumers would not require "dual-stack" at home. Dual-stack is a terrible curse and a hack. IPv4 NAT is likewise a curse and a hack. We are left with these legacy curses only because the world can't seem to adopt IPv6. You don't need to abolish IPv4 to do it, you just need to get AAAA records and support the protocol! If you run a server or a public network, and you're not reachable by IPv6 in 2026, you're part of the problem.

      I would not need "a home LAN" at home; I would not need "Private IP address space"; I would not need NATing router technology; my router software and configuration would be far, far simpler if my devices were able to single-stack. I believe the source of a lot of connectivity errors and difficult Heisenbugs involve dual-stack problems.

      My devices don't need lateral connectivity on the LAN except for the printer. I attempted shutting off IPv4 on the printer and it dropped off entirely. I can't understand that. It doesn't need to reach the outside world for any reason. My Chromebook and Android don't speak to each other, except for Quick Share, which shouldn't require IPv4 addressing.

      Has anyone devised a protocol or scheme by which an IPv6-only device can seamlessly access IPv4-only devices through their ISP and not local support? In other words, opportunistically intercept connection attempts and interpose a tunnel? It seems like this would be a final component to just killing off IPv4, en masse, in people's homes.

  • ameliaquining 2 hours ago
    Question for someone who knows more about this stuff than I do: Why don't the problems in the "economic collapse" section also apply to IPv6? Or do they, and we've only been saved by lack of adoption?
    • wmf 2 hours ago
      For one thing, RIRs are not businesses. If they have less work to do they can have less staff. Worst case they could receive government funding like in the old days.
      • ameliaquining 40 minutes ago
        Would they in fact have less work to do? Government funding might be the right answer, but it's not necessarily going to happen automatically; the concern (which applies in other domains besides this one) is disrupting the means by which a public good is currently funded, without having a replacement already lined up.

        Also there's a subsection about tier 1 networks and those are businesses.

  • citruscomputing 2 hours ago
    Did you implement it, or did Claude implement it?
    • basscomm 32 minutes ago
      I'm pretty sure an AI wrote all or most of this article.
  • wbsun 4 hours ago
    isn't any ipv6+ supposed to use any string address and no DNS is required at all? :D
  • TD-Linux 3 hours ago
    There is no "IPv8". Any crackpot can submit an internet-draft to the IETF, and this person happened to call theirs IPv8. If the submitter actually read the draft rather than feeding it to the slop cannon, they would have realized it is also a LLM hallucination that someone uploaded to IETF.
    • ameliaquining 2 hours ago
      I am fairly sure the authors do understand this (see: "Most network engineers would laugh this off as an April Fools RFC written by an enterprise architect on buzzword overdrive."). But since the proposal got a lot of attention, responding to it is a public service. And delegating this to an LLM arguably provides an accurate signal as to how much human attention the original proposal deserved :-P
      • m132 1 hour ago
        This. While I'm generally opposed to using LLMs to make changes in critical parts of systems, a vibed spec just naturally prompts a vibed implementation.
    • RobotToaster 2 hours ago
      Worse, there is an IPv8, from 1994, the obsolete P internet protocol (PIP) https://en.wikipedia.org/wiki/List_of_IP_version_numbers
      • Polizeiposaune 53 minutes ago
        There was also a second prior "IPv8" proposal from a couple years later by notorious mailing list troll Jim Fleming, which he subsequently expanded to "IPv16"
    • stackghost 2 hours ago
      OpenPGP key servers are an internet draft, if memory serves. I guess they don't exist either.
      • ameliaquining 2 hours ago
        In fairness, they exist by virtue of having working implementations that (at least a few) people actually use, not by virtue of being an Internet-Draft.
      • TD-Linux 2 hours ago
        It is not an individual I-D, but has been adopted by a working group, and has a chance of actually being published as a RFC.
      • Magicrafter13 1 hour ago
        they are disgustingly slow so maybe we need a new draft...
    • turborigby 1 hour ago
      The entire point of the experiment was to take this specific, absurd Internet-Draft (which indeed exists as an active submission) and see what happens if someone actually implements it to the letter instead of just hand-waving it away.

      LLMs might be able to hallucinate RFC text, but they certainly can't compile a patched Linux 6.6 kernel with a working AF_INET8 socket family, patch musl/iproute2/frr, spawn a 10-node QEMU mesh, and route 112,000 active FIB entries under live traffic.

      The source code and commit history are right there in the GitLab repos - feel free to pull the kernel tree and run the test suite yourself.

  • nairboon 3 hours ago
    Where is IPv7?
    • hk1337 2 hours ago
      It's like how we skipped from Windows 95 to Windows 98
      • itintheory 1 hour ago
        I think those were release years. More like how we went from Windows 8 to 10.

        (I understand that the real reason here is either a) OSX went to version 10, so don't want to be behind, or b) many systems would pattern match on windows version 9*" so Windows 9 would be treated as 95/98.)

        • WorldMaker 49 minutes ago
          Examples of B were found in open source, including some versions of the OpenJDK.

          Mac OS was said to skip 9 on the way to 10 due to a combo of some Asian numerology (just as Western numerology often encourages skipping "unlucky" 13) and also trying to make a clean break more obvious between System 8 and OSX. (The X being the 10, as Apple's favorite way to write 10 for various reasons. Which is why "OSX" was always a misnomer, accidentally burning the version number into the operating system name. Part of why Apple has been trying to get everyone on the "macOS" brand lately to pull the version number back out.)

    • xp84 2 hours ago
      I have that RFC on my iPhone 9
  • danielrmay 1 hour ago
    This is absurd and I love it.
  • turborigby 6 hours ago
    Hey HN,

    A few weeks ago, the "Internet Protocol Version 8 (IPv8)" Internet-Draft (draft-thain-ipv8-02) caught our eye. The draft proposes replacing IPv4/IPv6 with a 64-bit hierarchical structure (ASN.Host), giving every 32-bit ASN holder 4.3 billion host addresses and consolidating DHCP, DNS, NTP, Syslog, OAuth, and WHOIS into a unified "Zone Server".

    Instead of just debating the theoretical viability on mailing lists, our team at goonhost.rocks decided to implement the entire specification from scratch to see what happens when you deploy it across a distributed multi-AS network.

    What we built: - Linux Kernel 6.6: Native AF_INET8 (family 46) socket layer, 28-byte packet routing, and sysctl boundary filters. https://gitlab.turborigby.xyz/goonhost-experiments/linux - Musl Libc: sockaddr_in8, inet_pton8, getaddrinfo() resolver support. https://gitlab.turborigby.xyz/goonhost-experiments/musl - iproute2: Native `ip -8 route` and `ip -8 addr` CLI tooling. https://gitlab.turborigby.xyz/goonhost-experiments/iproute2 - FRRouting: BGP8 daemon with Multi-Protocol Extensions (AFI/SAFI). https://gitlab.turborigby.xyz/goonhost-experiments/frrouting - IPv8 Zone Server (Go): 10-protocol platform (DHCP8, DNS8 TYPE_A8 88, SNTP, NetLog8, OAuth8, WHOIS8, XLATE8). https://gitlab.turborigby.xyz/goonhost-experiments/zoneserve... - Nginx & cURL: Patched for 64-bit IPv8 HTTP traffic. https://gitlab.turborigby.xyz/goonhost-experiments/nginx https://gitlab.turborigby.xyz/goonhost-experiments/curl

    We set up a 10-node QEMU multi-AS testbed across 4 Autonomous Systems, pushed 112,000+ active routes into the kernel FIB, and ran continuous traffic generation.

    While it works smoothly in an isolated lab, our report highlights several fundamental real-world failure modes: 1. PMTU & Silent MSS Blackholing (28-byte IP header breaks 1500-byte MTU paths without 1452-byte MSS clamping). 2. Asymmetric uRPF / BCP 38 drops on multi-homed ASNs. 3. Legacy DC switch ASIC/TCAM incompatibility (EtherType 0x88B8 punts to CPU exception path). 4. Monolithic Zone Server DDoS blast radius. 5. Systemic economic crises: RIR funding model collapse (90% revenue drop) and global BGP DFZ table explosion (3M–5M+ routes).

    Full research report: https://cdnnn.goonhost.rocks/IPV8_RESEARCH_REPORT.md

    • ameliaquining 2 hours ago
      Your Markdown-format research report is full of mojibake, you might want to fix that.
      • turborigby 1 hour ago
        Fixed the Content-Type header on R2 CDN, the UTF-8 box-drawing diagrams should render cleanly now. Thanks for pointing it out!
      • lschueller 1 hour ago
        Seems to be a 404 now.
  • foo-bar-baz529 3 hours ago
    The whole site appears to be satire, based on the homepage. I think we can ignore this article of theirs as well.
    • turborigby 1 hour ago
      Feel free to sign up and deploy a VM - we are a very real VPS host!

      Unlike boring corporate providers, we just actually have a sense of humor (or more accurately, the developer has overdosed on TikToks and brainrot reels).

      Satirical branding doesn't mean the bare-metal servers or the kernel code aren't real.

    • kstrauser 3 hours ago
      What’s wrong with satire sites? If The Onion put in the work to try this, I’d still be interested in hearing about it.
      • foo-bar-baz529 2 hours ago
        It’s true that satire is not always bad. But I dislike that they don’t make it obvious that this article is satire. It wastes people’s time who actually take it seriously (as we can see by the other HN comments). Or if it’s serious, then why is it on a satire site? They need to pick a lane and be clear about it.
        • kstrauser 2 hours ago
          It wasn't clear to me that this was a satire article. It seemed like a reasonably serious experiment with a bad idea.