Hi All, My name is Jamie Thain I'm the creator of IPv8. It's not a hoax. I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results. I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you? Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators? I believe that since IPv8 solves the duopoly problem, it will replace IPv4. So the things to know, IPV8 is NOT a 64 bit addressing system. It is a 32 bit routing system with a 32 bit addressing system. A Routing Number = ASNs plus others. 8.8.8.8 would become 15169.8.8.8.8 https://www.ietf.org/archive/id/draft-thain-ipv8-02.html <https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652> So each ASN in the world will have 3 Billion available addresses. There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x I'd appreciate your thoughts on it Jamie
I thought Brian's "Why IPv6 is so complicated" was interesting, especially the "Why adding bits isn't simple" section. https://github.com/becarpenter/book6/blob/main/01.%20Introduction%20and%20Fo... Kind regards, Job
Job, That is an interesting premise. But its wrong. That premise is that there are only 2 ways to "add bits" 1. Dual Stack 2. Translation and thats wrong a third way is 3. Encapsulation In IPv8 it is NOT a new protocol it is IPv8 with the ASN numbers + others as (Routing Numbers) Each ASN / RN has any anycast IPv4 from every IPv8 router. IPv8 client -- IPv4 -- Ipv4 -- ASN (Ipv8 -- Ipv4) So for example, if you were Google 15169 and you wanted to get to 15169.20.20.20.10 you as the IPv8 client sees the next hop is an IPv4 hop, and so you look up the Anycast of 15169, lets say its 20.20.10.10 and you send the packet to that anycast ipv8 router, encapsulated in ipv4. At that end it unecapsulates it, And delivers it. So Encapsulation is the key. Jamie On Wed, Apr 29, 2026 at 4:34 PM Job Snijders via NANOG < nanog@lists.nanog.org> wrote:
I thought Brian's "Why IPv6 is so complicated" was interesting, especially the "Why adding bits isn't simple" section.
https://github.com/becarpenter/book6/blob/main/01.%20Introduction%20and%20Fo...
Kind regards,
Job _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/5ZNXWVNJ...
You’re right to scrutinize this carefully—this draft is ambitious, but it contains multiple *architectural contradictions, deployment impossibilities, and security anti-patterns* that would block real-world adoption. Below is a *Technical Deep Dive + Standards Critique (IETF/RFC-aligned)* focused on flaws, risks, and what’s fundamentally unworkable. ------------------------------ *🔍 Executive Summary (Blunt Reality)* *IPv8 (as written) is not viable as an Internet protocol.* Core reasons: - ❌ Violates layering (L3 ≠ identity, auth, DNS, WHOIS, routing policy) - ❌ Centralizes trust in ways that break Internet resilience - ❌ Claims backward compatibility that is technically impossible - ❌ Reinvents IPv6 poorly (less scalable, less flexible) - ❌ Introduces operational fragility (Zone Server dependency) - ❌ Breaks fundamental Internet design principles (end-to-end, decentralization) - ❌ Ignores decades of deployed standards (RPKI, DNSSEC, BGP policy) ------------------------------ *🧠 1. Architectural Violations (Biggest Problem)* *❌ Layering Collapse (Violates Internet Model)* IPv8 mixes: - L3 (IP) - L7 (OAuth2, JWT) - Control plane (BGP/WHOIS) - Management plane (DHCP, logging, telemetry) This violates the core design principle: 👉 *RFC 3439 – “Some Internet Architectural Guidelines”* - Avoid tight coupling between layers - Prefer modularity *Problem:* - You cannot require *OAuth2 JWT validation for every “manageable element”* at L3 - Routers and NICs cannot depend on identity providers for packet forwarding *Impact:* - Breaks deterministic forwarding - Introduces latency and failure domains - Creates cascading outages (identity → network collapse) ------------------------------ *🔥 2. “Zone Server” = Massive Single Point of Failure* *❌ Centralization Anti-Pattern* Zone Server does: - DHCP - DNS - NTP - OAuth - Logging - Routing validation - ACL enforcement - Translation This is effectively: 👉 “Active Directory + DNS + Firewall + RPKI + SIEM + Router” in one box *Problems:* 1. *Blast radius* - Zone Server failure = total network failure 2. *Scaling* - Cannot scale globally (contrast with DNS hierarchy, BGP federation) 3. *Security* - Single compromise = total control 4. *Latency* - Everything depends on it ------------------------------ *🔐 3. Security Model is Fundamentally Broken* *❌ JWT Everywhere (Misuse of Identity)* Using: - OAuth 2.0 - JSON Web Token *Issues:* - JWT ≠ network identity - Tokens are: - replayable - revocation-problematic - not designed for packet-level enforcement *Missing:* - No equivalent of: - DNSSEC - RPKI - BGPsec ------------------------------ *❌ WHOIS8 for Routing Validation* This is one of the biggest red flags. *Reality:* - WHOIS is: - not real-time - not cryptographically authoritative - inconsistent globally *Existing solution:* - RPKI + ROA (cryptographically signed) 👉 IPv8 ignores the entire modern routing security stack. ------------------------------ *🌍 4. Addressing Model is Inferior to IPv6* *❌ 64-bit Address Space* IPv8: - 64-bit total - 32-bit ASN + 32-bit host Compare: - IPv6 → 128-bit *Problems:* 1. *Too small long-term* - IoT, identity, multi-homing → insufficient 2. *No hierarchy* - ASN-based addressing ≠ aggregation-friendly 3. *Breaks provider-independent addressing* ------------------------------ *❌ ASN = Routing Prefix* This is fundamentally flawed. *Why:* - ASN ≠ topology - ASN ≠ location - ASN ≠ ownership stability *Result:* - Forces tight coupling between: - routing policy - addressing - Eliminates flexibility of CIDR (RFC 4632) ------------------------------ *⚠️ 5. Backward Compatibility Claims Are False* *❌ “No modification required” is incorrect* *Issues:* 1. *Routers MUST translate v8 ↔ v4* - That is NAT-like behavior → breaks end-to-end 2. *Applications rely on IP semantics* - Changing address structure breaks assumptions 3. *ARP8 requirement* - Requires stack changes on all hosts 👉 This is effectively: - A new protocol requiring universal upgrade ------------------------------ *🔄 6. ARP8 Model is Problematic* *❌ Dual-probe (ARP8 + ARP4)* Problems: - Adds latency - Race conditions - Cache poisoning risk increases - Breaks deterministic neighbor discovery Compare: - Neighbor Discovery Protocol - Already solved this cleanly ------------------------------ *📉 7. Routing Model is Unrealistic* *❌ /16 Minimum Prefix Rule* *Problem:* - Breaks traffic engineering - Removes multihoming flexibility - Conflicts with real-world needs ------------------------------ *❌ Cost Factor (CF)* *Issues:* - Requires: - global telemetry sharing - synchronized metrics - Violates: - policy-based routing reality 👉 BGP is policy-driven, not metric-driven ------------------------------ *🌐 8. DNS8 + “DNS Required for All Traffic”* *❌ Blocking IP-only traffic* This breaks: - Security tools - Embedded systems - Emergency fallback systems Also: - DNS is not always trusted or available ------------------------------ *🚫 9. Operational Fragility* *❌ “Everything in DHCP8”* Single DHCP response provides: - identity - routing - DNS - auth endpoints *Problem:* - DHCP becomes critical infrastructure - Any failure → total outage ------------------------------ *⚡ 10. Even/Odd Gateway Model* *❌ Artificial and unnecessary* Problems: - Not topology-aware - Breaks ECMP best practices - Conflicts with modern routing (leaf-spine, SRv6) ------------------------------ *🔬 11. Ignoring Existing Solutions* IPv8 tries to solve problems already addressed by: - IPv6 → address space - Segment Routing over IPv6 → path control - RPKI → validation - Zero Trust Architecture → identity - QUIC → performance + encryption 👉 IPv8 reinvents all of these—poorly and incompatibly. ------------------------------ *🧨 12. Critical Design Contradictions* *Contradiction Examples:* - “No dual stack” vs Requires translation at boundaries - “100% backward compatible” vs Requires ARP8 + DHCP8 + routing changes - “Decentralized Internet” vs Central Zone Server dependency ------------------------------ *🧭 Final Assessment (Your Level – Straight Talk)* From a *real-world IPv6 / BGP / Zero Trust / infrastructure perspective*: *IPv8 is:* - ❌ Over-centralized - ❌ Over-engineered - ❌ Misaligned with Internet architecture - ❌ Ignoring 25+ years of operational reality *The core fatal flaws:* 1. *Layer violation (biggest)* 2. *Centralized control plane* 3. *Incorrect trust model (WHOIS/JWT)* 4. *Inferior addressing vs IPv6* 5. *False backward compatibility* ------------------------------ *🧠 What **Is **Valuable in This Draft* There *are* ideas worth extracting: - Unified telemetry concept - Stronger default security posture - Integrated provisioning vision 👉 But these belong in: - Zero Trust overlays - SDN/SASE architectures - Not a new IP protocol Joe Klein "inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela On Wed, Apr 29, 2026 at 3:34 PM Job Snijders via NANOG < nanog@lists.nanog.org> wrote:
I thought Brian's "Why IPv6 is so complicated" was interesting, especially the "Why adding bits isn't simple" section.
https://github.com/becarpenter/book6/blob/main/01.%20Introduction%20and%20Fo...
Kind regards,
Job _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/5ZNXWVNJ...
*Standards-based matrix: IPv8 draft vs IPv6 + SRv6* *Area* *IPv8 draft* *IPv6 + SRv6 standards path* *Assessment* Standards maturity Individual Internet-Draft; not endorsed and no formal IETF standing. IPv6 is Internet Standard RFC 8200; SR architecture RFC 8402; SRH RFC 8754; SRv6 network programming RFC 8986. *IPv6 + SRv6 wins decisively* Address size 64-bit: 32-bit ASN + 32-bit host 128-bit IPv6 address space IPv8 is smaller and more rigid Routing model ASN-bound addressing; BGP8; WHOIS8 validation BGP4/MP-BGP, IPv6 routing, SR policy, SRv6 SIDs IPv8 couples identity/allocation/routing too tightly Path control “Cost Factor” global metric Segment Routing steers packets through ordered segments while keeping per-flow state at ingress. SRv6 is cleaner and already standardized Programmability New protocol suite SRv6 encodes packet-processing instructions in IPv6 via SIDs. SRv6 provides the useful part without replacing IP Security model OAuth2/JWT, DNS8, WHOIS8, ACL8, Zone Server IPsec, TLS/QUIC, DNSSEC, RPKI/ROA, BGP origin validation, Zero Trust overlays IPv8 over-centralizes trust Route validation WHOIS8 as critical route authority RPKI provides verifiable IP/ASN resource data; RFC 6811 defines BGP origin validation. RPKI path is stronger and deployed Zero Trust alignment Identity embedded into network suite NIST ZTA focuses on users, assets, resources, policy engines, and workflows, not replacing IP. IPv6 + ZTA is more modular Backward compatibility Claims IPv4 is a subset of IPv8 Dual-stack, NAT64/DNS64, 464XLAT, tunnels, SRv6 overlays IPv8’s “no modification” claim is not credible Failure domains Zone Server handles DHCP/DNS/NTP/auth/logging/translation Distributed services; independent failure domains IPv8 creates large blast radius Operations One integrated control stack Incremental adoption with existing tools IPv6 + SRv6 is deployable today Internet philosophy Managed, centralized, registry-dependent Decentralized, policy-based routing with optional overlays IPv8 conflicts with Internet operational reality Enterprise value Unified management vision Can be achieved with IPv6, SRv6, RPKI, DNSSEC, ZTNA, SASE, SIEM IPv8 ideas are better as overlays Cloud fit Claims VPC overlap solved by ASN/zone prefixing IPv6 addressing, SRv6 service chaining, VPNs, EVPN, cloud-native routing IPv6 + SRv6 is more flexible Best use case Conceptual thought experiment Production-grade architecture IPv8 should inform requirements, not replace IP *Bottom line* *IPv8 is trying to solve real problems—management fragmentation, routing trust, address exhaustion, and security—but it solves them by replacing too much of the Internet at once.* A better design is: *IPv6 + SRv6 + RPKI + DNSSEC + Zero Trust + modern telemetry* Joe Klein "inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela On Wed, Apr 29, 2026 at 3:45 PM Joe Klein <jsklein@gmail.com> wrote:
You’re right to scrutinize this carefully—this draft is ambitious, but it contains multiple *architectural contradictions, deployment impossibilities, and security anti-patterns* that would block real-world adoption.
Below is a *Technical Deep Dive + Standards Critique (IETF/RFC-aligned)* focused on flaws, risks, and what’s fundamentally unworkable. ------------------------------ *🔍 Executive Summary (Blunt Reality)*
*IPv8 (as written) is not viable as an Internet protocol.*
Core reasons:
- ❌ Violates layering (L3 ≠ identity, auth, DNS, WHOIS, routing policy) - ❌ Centralizes trust in ways that break Internet resilience - ❌ Claims backward compatibility that is technically impossible - ❌ Reinvents IPv6 poorly (less scalable, less flexible) - ❌ Introduces operational fragility (Zone Server dependency) - ❌ Breaks fundamental Internet design principles (end-to-end, decentralization) - ❌ Ignores decades of deployed standards (RPKI, DNSSEC, BGP policy)
------------------------------ *🧠 1. Architectural Violations (Biggest Problem)* *❌ Layering Collapse (Violates Internet Model)*
IPv8 mixes:
- L3 (IP) - L7 (OAuth2, JWT) - Control plane (BGP/WHOIS) - Management plane (DHCP, logging, telemetry)
This violates the core design principle:
👉 *RFC 3439 – “Some Internet Architectural Guidelines”*
- Avoid tight coupling between layers - Prefer modularity
*Problem:*
- You cannot require *OAuth2 JWT validation for every “manageable element”* at L3 - Routers and NICs cannot depend on identity providers for packet forwarding
*Impact:*
- Breaks deterministic forwarding - Introduces latency and failure domains - Creates cascading outages (identity → network collapse)
------------------------------ *🔥 2. “Zone Server” = Massive Single Point of Failure* *❌ Centralization Anti-Pattern*
Zone Server does:
- DHCP - DNS - NTP - OAuth - Logging - Routing validation - ACL enforcement - Translation
This is effectively:
👉 “Active Directory + DNS + Firewall + RPKI + SIEM + Router” in one box *Problems:*
1. *Blast radius* - Zone Server failure = total network failure 2. *Scaling* - Cannot scale globally (contrast with DNS hierarchy, BGP federation) 3. *Security* - Single compromise = total control 4. *Latency* - Everything depends on it
------------------------------ *🔐 3. Security Model is Fundamentally Broken* *❌ JWT Everywhere (Misuse of Identity)*
Using:
- OAuth 2.0 - JSON Web Token
*Issues:*
- JWT ≠ network identity - Tokens are: - replayable - revocation-problematic - not designed for packet-level enforcement
*Missing:*
- No equivalent of: - DNSSEC - RPKI - BGPsec
------------------------------ *❌ WHOIS8 for Routing Validation*
This is one of the biggest red flags. *Reality:*
- WHOIS is: - not real-time - not cryptographically authoritative - inconsistent globally
*Existing solution:*
- RPKI + ROA (cryptographically signed)
👉 IPv8 ignores the entire modern routing security stack. ------------------------------ *🌍 4. Addressing Model is Inferior to IPv6* *❌ 64-bit Address Space*
IPv8:
- 64-bit total - 32-bit ASN + 32-bit host
Compare:
- IPv6 → 128-bit
*Problems:*
1. *Too small long-term* - IoT, identity, multi-homing → insufficient 2. *No hierarchy* - ASN-based addressing ≠ aggregation-friendly 3. *Breaks provider-independent addressing*
------------------------------ *❌ ASN = Routing Prefix*
This is fundamentally flawed. *Why:*
- ASN ≠ topology - ASN ≠ location - ASN ≠ ownership stability
*Result:*
- Forces tight coupling between: - routing policy - addressing - Eliminates flexibility of CIDR (RFC 4632)
------------------------------ *⚠️ 5. Backward Compatibility Claims Are False* *❌ “No modification required” is incorrect* *Issues:*
1. *Routers MUST translate v8 ↔ v4* - That is NAT-like behavior → breaks end-to-end 2. *Applications rely on IP semantics* - Changing address structure breaks assumptions 3. *ARP8 requirement* - Requires stack changes on all hosts
👉 This is effectively:
- A new protocol requiring universal upgrade
------------------------------ *🔄 6. ARP8 Model is Problematic* *❌ Dual-probe (ARP8 + ARP4)*
Problems:
- Adds latency - Race conditions - Cache poisoning risk increases - Breaks deterministic neighbor discovery
Compare:
- Neighbor Discovery Protocol - Already solved this cleanly
------------------------------ *📉 7. Routing Model is Unrealistic* *❌ /16 Minimum Prefix Rule* *Problem:*
- Breaks traffic engineering - Removes multihoming flexibility - Conflicts with real-world needs
------------------------------ *❌ Cost Factor (CF)* *Issues:*
- Requires: - global telemetry sharing - synchronized metrics - Violates: - policy-based routing reality
👉 BGP is policy-driven, not metric-driven ------------------------------ *🌐 8. DNS8 + “DNS Required for All Traffic”* *❌ Blocking IP-only traffic*
This breaks:
- Security tools - Embedded systems - Emergency fallback systems
Also:
- DNS is not always trusted or available
------------------------------ *🚫 9. Operational Fragility* *❌ “Everything in DHCP8”*
Single DHCP response provides:
- identity - routing - DNS - auth endpoints
*Problem:*
- DHCP becomes critical infrastructure - Any failure → total outage
------------------------------ *⚡ 10. Even/Odd Gateway Model* *❌ Artificial and unnecessary*
Problems:
- Not topology-aware - Breaks ECMP best practices - Conflicts with modern routing (leaf-spine, SRv6)
------------------------------ *🔬 11. Ignoring Existing Solutions*
IPv8 tries to solve problems already addressed by:
- IPv6 → address space - Segment Routing over IPv6 → path control - RPKI → validation - Zero Trust Architecture → identity - QUIC → performance + encryption
👉 IPv8 reinvents all of these—poorly and incompatibly. ------------------------------ *🧨 12. Critical Design Contradictions* *Contradiction Examples:*
- “No dual stack” vs Requires translation at boundaries - “100% backward compatible” vs Requires ARP8 + DHCP8 + routing changes - “Decentralized Internet” vs Central Zone Server dependency
------------------------------ *🧭 Final Assessment (Your Level – Straight Talk)*
From a *real-world IPv6 / BGP / Zero Trust / infrastructure perspective*: *IPv8 is:*
- ❌ Over-centralized - ❌ Over-engineered - ❌ Misaligned with Internet architecture - ❌ Ignoring 25+ years of operational reality
*The core fatal flaws:*
1. *Layer violation (biggest)* 2. *Centralized control plane* 3. *Incorrect trust model (WHOIS/JWT)* 4. *Inferior addressing vs IPv6* 5. *False backward compatibility*
------------------------------ *🧠 What **Is **Valuable in This Draft*
There *are* ideas worth extracting:
- Unified telemetry concept - Stronger default security posture - Integrated provisioning vision
👉 But these belong in:
- Zero Trust overlays - SDN/SASE architectures - Not a new IP protocol
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Wed, Apr 29, 2026 at 3:34 PM Job Snijders via NANOG < nanog@lists.nanog.org> wrote:
I thought Brian's "Why IPv6 is so complicated" was interesting, especially the "Why adding bits isn't simple" section.
https://github.com/becarpenter/book6/blob/main/01.%20Introduction%20and%20Fo...
Kind regards,
Job _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/5ZNXWVNJ...
Joe, Thanks for the outline and let me speak to each one or them. As I am at v3 of the DRAFT documents, and the point of producing a DRAFT is to fix each one. The reality is that IPv6 has reached maturity in terms of global participation. No company is going to introduce IPv6 as there is no compelling reason to. - ❌ Violates layering (L3 ≠ identity, auth, DNS, WHOIS, routing policy) This is simply wrong, a zone server, has a new replacement for RADIUS in a Web based JWT Oath server. 802.1x authentication has existed for years, but is lowly used. - ❌ Claims backward compatibility that is technically impossible I guess I am too old, I lived through IPX IPXv2, IPXv3, and IPXv4. IPv8 = IPv4 + routing number. So there is no change in the IPv4 protocol, so it works. It was an exclamation point from someone who has never written "backwards compatible" software in there lives... - ❌ Reinvents IPv6 poorly (less scalable, less flexible) Zones, are more scalable. There are reserved the 127.x.x.x ASN space for internal addressing. Internal addressing just went 23M Nat + CGNat addresses to 2^56 addresses. This is exactly what i aimed to fix. Scalable. ❌ Breaks fundamental Internet design principles (end-to-end, decentralization) Absolutely this is what I fixed so that every that Internet addressing is hierarchical. ❌ Breaks fundamental Internet design principles (end-to-end, decentralization) Au Contrair I make a set tools to manage these. Jamie Below is a *Technical Deep Dive + Standards Critique (IETF/RFC-aligned)* focused on flaws, risks, and what’s fundamentally unworkable. ------------------------------ *🔍 Executive Summary (Blunt Reality)* *IPv8 (as written) is not viable as an Internet protocol.* Core reasons: - ❌ Centralizes trust in ways that break Internet resilience - ❌ Claims backward compatibility that is technically impossible - ❌ Reinvents IPv6 poorly (less scalable, less flexible) - ❌ Introduces operational fragility (Zone Server dependency) - ❌ Breaks fundamental Internet design principles (end-to-end, decentralization) - ❌ Ignores decades of deployed standards (RPKI, DNSSEC, BGP policy) On Wed, Apr 29, 2026 at 4:46 PM Joe Klein via NANOG <nanog@lists.nanog.org> wrote:
You’re right to scrutinize this carefully—this draft is ambitious, but it contains multiple *architectural contradictions, deployment impossibilities, and security anti-patterns* that would block real-world adoption.
Below is a *Technical Deep Dive + Standards Critique (IETF/RFC-aligned)* focused on flaws, risks, and what’s fundamentally unworkable. ------------------------------ *🔍Executive Summary (Blunt Reality)*
*IPv8 (as written) is not viable as an Internet protocol.*
Core reasons:
- ❌Violates layering (L3 ≠ identity, auth, DNS, WHOIS, routing policy) - ❌Centralizes trust in ways that break Internet resilience - ❌Claims backward compatibility that is technically impossible - ❌Reinvents IPv6 poorly (less scalable, less flexible) - ❌Introduces operational fragility (Zone Server dependency) - ❌Breaks fundamental Internet design principles (end-to-end, decentralization) - ❌Ignores decades of deployed standards (RPKI, DNSSEC, BGP policy)
------------------------------ *🧠1. Architectural Violations (Biggest Problem)* *❌Layering Collapse (Violates Internet Model)*
IPv8 mixes:
- L3 (IP) - L7 (OAuth2, JWT) - Control plane (BGP/WHOIS) - Management plane (DHCP, logging, telemetry)
This violates the core design principle:
👉*RFC 3439 – “Some Internet Architectural Guidelines”*
- Avoid tight coupling between layers - Prefer modularity
*Problem:*
- You cannot require *OAuth2 JWT validation for every “manageable element”* at L3 - Routers and NICs cannot depend on identity providers for packet forwarding
*Impact:*
- Breaks deterministic forwarding - Introduces latency and failure domains - Creates cascading outages (identity → network collapse)
------------------------------ *🔥2. “Zone Server” = Massive Single Point of Failure* *❌Centralization Anti-Pattern*
Zone Server does:
- DHCP - DNS - NTP - OAuth - Logging - Routing validation - ACL enforcement - Translation
This is effectively:
👉“Active Directory + DNS + Firewall + RPKI + SIEM + Router” in one box *Problems:*
1. *Blast radius* - Zone Server failure = total network failure 2. *Scaling* - Cannot scale globally (contrast with DNS hierarchy, BGP federation) 3. *Security* - Single compromise = total control 4. *Latency* - Everything depends on it
------------------------------ *🔐3. Security Model is Fundamentally Broken* *❌JWT Everywhere (Misuse of Identity)*
Using:
- OAuth 2.0 - JSON Web Token
*Issues:*
- JWT ≠ network identity - Tokens are: - replayable - revocation-problematic - not designed for packet-level enforcement
*Missing:*
- No equivalent of: - DNSSEC - RPKI - BGPsec
------------------------------ *❌WHOIS8 for Routing Validation*
This is one of the biggest red flags. *Reality:*
- WHOIS is: - not real-time - not cryptographically authoritative - inconsistent globally
*Existing solution:*
- RPKI + ROA (cryptographically signed)
👉IPv8 ignores the entire modern routing security stack. ------------------------------ *🌍4. Addressing Model is Inferior to IPv6* *❌64-bit Address Space*
IPv8:
- 64-bit total - 32-bit ASN + 32-bit host
Compare:
- IPv6 → 128-bit
*Problems:*
1. *Too small long-term* - IoT, identity, multi-homing → insufficient 2. *No hierarchy* - ASN-based addressing ≠ aggregation-friendly 3. *Breaks provider-independent addressing*
------------------------------ *❌ASN = Routing Prefix*
This is fundamentally flawed. *Why:*
- ASN ≠ topology - ASN ≠ location - ASN ≠ ownership stability
*Result:*
- Forces tight coupling between: - routing policy - addressing - Eliminates flexibility of CIDR (RFC 4632)
------------------------------ *⚠️5. Backward Compatibility Claims Are False* *❌“No modification required” is incorrect* *Issues:*
1. *Routers MUST translate v8 ↔ v4* - That is NAT-like behavior → breaks end-to-end 2. *Applications rely on IP semantics* - Changing address structure breaks assumptions 3. *ARP8 requirement* - Requires stack changes on all hosts
👉This is effectively:
- A new protocol requiring universal upgrade
------------------------------ *🔄6. ARP8 Model is Problematic* *❌Dual-probe (ARP8 + ARP4)*
Problems:
- Adds latency - Race conditions - Cache poisoning risk increases - Breaks deterministic neighbor discovery
Compare:
- Neighbor Discovery Protocol - Already solved this cleanly
------------------------------ *📉7. Routing Model is Unrealistic* *❌/16 Minimum Prefix Rule* *Problem:*
- Breaks traffic engineering - Removes multihoming flexibility - Conflicts with real-world needs
------------------------------ *❌Cost Factor (CF)* *Issues:*
- Requires: - global telemetry sharing - synchronized metrics - Violates: - policy-based routing reality
👉BGP is policy-driven, not metric-driven ------------------------------ *🌐8. DNS8 + “DNS Required for All Traffic”* *❌Blocking IP-only traffic*
This breaks:
- Security tools - Embedded systems - Emergency fallback systems
Also:
- DNS is not always trusted or available
------------------------------ *🚫9. Operational Fragility* *❌“Everything in DHCP8”*
Single DHCP response provides:
- identity - routing - DNS - auth endpoints
*Problem:*
- DHCP becomes critical infrastructure - Any failure → total outage
------------------------------ *⚡10. Even/Odd Gateway Model* *❌Artificial and unnecessary*
Problems:
- Not topology-aware - Breaks ECMP best practices - Conflicts with modern routing (leaf-spine, SRv6)
------------------------------ *🔬11. Ignoring Existing Solutions*
IPv8 tries to solve problems already addressed by:
- IPv6 → address space - Segment Routing over IPv6 → path control - RPKI → validation - Zero Trust Architecture → identity - QUIC → performance + encryption
👉IPv8 reinvents all of these—poorly and incompatibly. ------------------------------ *🧨12. Critical Design Contradictions* *Contradiction Examples:*
- “No dual stack” vs Requires translation at boundaries - “100% backward compatible” vs Requires ARP8 + DHCP8 + routing changes - “Decentralized Internet” vs Central Zone Server dependency
------------------------------ *🧭Final Assessment (Your Level – Straight Talk)*
From a *real-world IPv6 / BGP / Zero Trust / infrastructure perspective*: *IPv8 is:*
- ❌Over-centralized - ❌Over-engineered - ❌Misaligned with Internet architecture - ❌Ignoring 25+ years of operational reality
*The core fatal flaws:*
1. *Layer violation (biggest)* 2. *Centralized control plane* 3. *Incorrect trust model (WHOIS/JWT)* 4. *Inferior addressing vs IPv6* 5. *False backward compatibility*
------------------------------ *🧠What **Is **Valuable in This Draft*
There *are* ideas worth extracting:
- Unified telemetry concept - Stronger default security posture - Integrated provisioning vision
👉But these belong in:
- Zero Trust overlays - SDN/SASE architectures - Not a new IP protocol
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Wed, Apr 29, 2026 at 3:34 PM Job Snijders via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
I thought Brian's "Why IPv6 is so complicated" was interesting, especially the "Why adding bits isn't simple" section.
https://github.com/becarpenter/book6/blob/main/01.% 20Introduction%20and%20Foreword/Why%20IPv6%20is%20so%20complicated.md [https://github.com/becarpenter/book6/blob/main/01.%20Introduction%20and%20Fo...]
Kind regards,
Job _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/5ZNXWVNJZ6TVZL4W5OXJ22RIJ5J6LUA5/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/5ZNXWVNJ...]
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/YBBF3U6HJ5ELKNYLTOXHRDDJYXA6VHRI/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YBBF3U6H...]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D]
Dear Mr. Thain, Thank you for sharing your work and perspective with the community. The continuous evolution of internet technologies is of great importance for network operators, and contributions that aim to address structural limitations are always valuable for discussion. In this context, your efforts regarding IPv8, BGPv8, and the associated mechanisms such as Cost Factor (CF) and “Sun Tzu” are certainly noteworthy and merit careful technical evaluation. From an operational standpoint, it is widely recognized that the limitations of IPv4 necessitate long-term solutions. While IPv6 has been positioned as the primary successor, ongoing discussions around alternative approaches can provide useful insights, particularly in terms of routing efficiency, scalability, and trust modeling between networks. Your proposal appears to introduce a different perspective by integrating routing intelligence with addressing, and by attempting to redefine how operators evaluate path reliability and cost. These are important considerations, especially for large-scale and performance-sensitive environments. That said, for such an approach to gain broader acceptance, aspects such as interoperability with existing infrastructure, transition mechanisms, operational complexity, and real-world deployment feasibility would be critical areas to further elaborate on. Thank you again for bringing this topic forward. I look forward to seeing further developments and technical discussions around your proposal. Kind regards, Volkan Salih 29.04.2026 22:03 tarihinde Jamie Thain via NANOG yazdı:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html <https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652>
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
A single IPv6 /64 contains 18 quintillion addresses. Why would anyone need some magic new IP version that gives them much less? Beyond that, your proposal is riddled with technical deficiencies and incorrect assumptions. On Wed, Apr 29, 2026 at 3:23 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
Jamie, You should have spoken with the hyperscalers driving industry growth. Apple, Google, Mirosoft, Amazon. Most modern silicon and routers are built around them. 1. Modern routers are built on merchant silicon ASICs (Broadcom Jericho/Tomahawk, Cisco Silicon One, Marvell Prestera, etc.) 2. Majority of these chips implement forwarding using fixed pipeline stages. 3. Lookup are done in TCAM (SRAM) structures pre-optimized for specific key widths. 4. v4 lookup = ~32-bit key, v6 lookup ~128-bit key. Hard=ware pipelines are dimensioned for these two widths. 5. IPv8 implies exceed entry width or require multi-stage lookups, reducing scale, imo. You have to realize that forwarding is not implemented in software. This is not an incremental evolution like IPv4 to IPv6. Shrihari Pandit Stealth Communications +1-212-232-2025 *stealth.net <http://stealth.net>* On Wed, Apr 29, 2026 at 2:23 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
Shrihari Let's think about it for a while. There are two ways to transport things in an ipv8 network. 1. Inside the asn and it's basically ipv4 with a path set so it takes a lookup to the next ipv4 hop but at the ipv8 router inside the asn it makes a decision on the ipv4 address destination part and sends it to that encapsulated address. So basically the loopback of that ipv8 address. 2. Outside the asn it send it to the ipv4 anycast address. There are 2 more lookups but the superscalars are not aware of it. It's not 64 bits of address it's area codes plus address. So what do you think? Jamie On Wed., Apr. 29, 2026, 6:09 p.m. Shrihari Pandit, <spandit@stealth.net> wrote:
Jamie,
You should have spoken with the hyperscalers driving industry growth. Apple, Google, Mirosoft, Amazon. Most modern silicon and routers are built around them.
1. Modern routers are built on merchant silicon ASICs (Broadcom Jericho/Tomahawk, Cisco Silicon One, Marvell Prestera, etc.) 2. Majority of these chips implement forwarding using fixed pipeline stages. 3. Lookup are done in TCAM (SRAM) structures pre-optimized for specific key widths. 4. v4 lookup = ~32-bit key, v6 lookup ~128-bit key. Hard=ware pipelines are dimensioned for these two widths. 5. IPv8 implies exceed entry width or require multi-stage lookups, reducing scale, imo.
You have to realize that forwarding is not implemented in software. This is not an incremental evolution like IPv4 to IPv6.
Shrihari Pandit Stealth Communications +1-212-232-2025 *stealth.net <http://stealth.net>*
On Wed, Apr 29, 2026 at 2:23 PM Jamie Thain via NANOG < nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
Shrihari, The point I'm trying to work thru right now is the fib has a field to mark forwarding for v4vpn type ii and if for the asn i make a vrf = asn and an rd of asn:65535 i might be able to avoid tunneling and use the silicon while in transition. Ipv8 is not a 64 bit address its an 32bit asn postal code. And a 32 ipv4 address. Jamie On Wed, Apr 29, 2026 at 7:36 PM Jamie Thain <jamie@one.bm> wrote:
Shrihari
Let's think about it for a while. There are two ways to transport things in an ipv8 network.
1. Inside the asn and it's basically ipv4 with a path set so it takes a lookup to the next ipv4 hop but at the ipv8 router inside the asn it makes a decision on the ipv4 address destination part and sends it to that encapsulated address.
So basically the loopback of that ipv8 address.
2. Outside the asn it send it to the ipv4 anycast address.
There are 2 more lookups but the superscalars are not aware of it.
It's not 64 bits of address it's area codes plus address.
So what do you think?
Jamie
On Wed., Apr. 29, 2026, 6:09 p.m. Shrihari Pandit, <spandit@stealth.net> wrote:
Jamie,
You should have spoken with the hyperscalers driving industry growth. Apple, Google, Mirosoft, Amazon. Most modern silicon and routers are built around them.
1. Modern routers are built on merchant silicon ASICs (Broadcom Jericho/Tomahawk, Cisco Silicon One, Marvell Prestera, etc.) 2. Majority of these chips implement forwarding using fixed pipeline stages. 3. Lookup are done in TCAM (SRAM) structures pre-optimized for specific key widths. 4. v4 lookup = ~32-bit key, v6 lookup ~128-bit key. Hard=ware pipelines are dimensioned for these two widths. 5. IPv8 implies exceed entry width or require multi-stage lookups, reducing scale, imo.
You have to realize that forwarding is not implemented in software. This is not an incremental evolution like IPv4 to IPv6.
Shrihari Pandit Stealth Communications +1-212-232-2025 *stealth.net <http://stealth.net>*
On Wed, Apr 29, 2026 at 2:23 PM Jamie Thain via NANOG < nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling. Stop supporting this LLM psychosis. -- ++ytti
On Thu, 30 Apr 2026, Saku Ytti via NANOG wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Agreed. This has already been making the rounds in IETF and the feedback there was tougher because people have already lived through this with IPv10 which wasted an enormous amount of time and effort. Just tell whoever is proposing something like this to start coding up their effort, and show that it works. This doesn't need more design documents, it needs running code. Then the authors will find all the problems being glossed over, and perhaps come to their senses. -- Mikael Abrahamsson email: swmike@swm.pp.se
Saku You think you can type into an llm build a better protocol and it will snap one out of the air. But do you think you should build an ietf standard in 2026 with out llm. If your not using llm everyday your competitors are. But further to my problem what else do i need to solve. I solved route growth as peering is now optional, Vpns by making vpn over quic And best path by cost factor. Anything else need to be fixed? On Thu., Apr. 30, 2026, 3:25 a.m. Saku Ytti, <saku@ytti.fi> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti
On Thu, 2026-04-30 at 09:58 -0300, Jamie Thain via NANOG wrote:
If your not using llm everyday your competitors are.
That's not the flex you think it is. Back in `98 folks were saying if you aren't on AOL you're a fool. There's lots of history around "you should be doing this now!". -Jim P.
Problems? I can think of a few.... ---- Besides the silicon speed/forwarding which was already touched on, which effectively makes this a non-starter for a good 15-20 years anyway until hardware catches up...... and this is a huge problem on its own. ----- I can see no way in which this is not a still dual-stack 'like' environment. Except now instead of just IPv4 vs IPv6, you've got IPv4 vs IPv8 vs IPv6 vs IPv4 inside IPv8.AS12345 versus..... and so on and so forth, rendering the IPv4 internet essentially useless. I've got machines or software that are in critical roles that are over 20 years old and speak IPv6 and IPv4 just fine. They'll be hit by that problem easily. So will almost anything existing and current today, for that matter. For a thought exercise example - If I have 1.2.3.4 inside my AS, but a device or software wants 1.2.3.4 from the old IPv4 internet, how does it get there? The IPv4 packets coming from the endpoint all just still say 1.2.3.4. They get my 1.2.3.4 and can't ever get to the 'old' ipv4 1.2.3.4 without explicit management/policy based routing type scenarios, and that's just unacceptable from a corporate network management perspective. And neigh impossible from an ISP perspective. Plus, what if the device should be able to get to both? Remember, the device only speaks IPv4 and IPv6. So, I need to have an IPv8, IPv6 and IPv4 stack, where non-aware applications only use the IPv4 and IPv6 stacks and only receive the 'old' global IPv4. Only aware devices/applications could access both the 'inside AS' service and 'outside AS' old global IPv4 service. So, in 20 years, it might be tenable, whereas IPv6 was tenable from 1998 onwards after most of the standards development/dust has settled. My AIX manufacturing systems with software from 1999 and 2001 work just fine in today's IPv6/IPv4 environment, but would be limited in this IPv8 world. ----- Security tooling. That's a big one. That'd be a long discussion. A lot of extra logic to add/handle here. 'peering is now optional' - are we all just running our own giant intranets now? The whole point of the internet is massive interconnection - aka peering.
But do you think you should build an ietf standard in 2026 with out llm.
Absolutely, then you put some thought and skill into it. LLMs are effectively useless at producing something durable and quality if you don't have the skill to do it yourself given a reasonable amount of time in the current state they're in. And I utilize the hell out of them every day. But never for anything so critical, not without taking the draft and re-writing it entirely myself at a minimum to ensure it makes logical sense and is compliant with sanity. Throwing three different models at a specific problem, filtering down the results, and producing an excellent result? That, that it can do just fine. But that's 'diagnose why X doesn't do Y in this specific code, except for ABC condition, when it should do it also for XYZ condition' type work.
If your not using llm everyday your competitors are.
And they're hurting all the more for relying on entirely or over-using it, burning money, and giving me with limited contextual usage a huge advantage and I thank them for it. Because now they're making awesome mistakes they'd never made before. If you could do something in two days, an LLM *might* help you do it in an hour. A week? Shortened to a day of careful babysitting. If it's something you couldn't do entirely yourself, however, the LLM will give you rank garbage and give others huge openings to take advantage of, if it produces something sensical and working at all. I for one welcome the rampant unconstrained AI adoption. It's already gotten me great business opportunities. -----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org> Sent: Thursday, April 30, 2026 8:58 AM To: Saku Ytti <saku@ytti.fi> Cc: North American Network Operators Group <nanog@lists.nanog.org>; Jamie Thain <jamie@one.bm> Subject: Re: IPv8 / BGP8 / CF Saku You think you can type into an llm build a better protocol and it will snap one out of the air. But do you think you should build an ietf standard in 2026 with out llm. If your not using llm everyday your competitors are. But further to my problem what else do i need to solve. I solved route growth as peering is now optional, Vpns by making vpn over quic And best path by cost factor. Anything else need to be fixed? On Thu., Apr. 30, 2026, 3:25 a.m. Saku Ytti, <saku@ytti.fi> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/AKF4M2DQ...
Gary, For one I've been doing networking since 1986, ArcNet, Token Ring, both types of Ethernet, SNA, IPX/SPX, TCP/IP -- 100s of global networds designed and built, ISPs, WiSPs. 1. There is no silicon catchup because ExtraNet it arrives with Anycast. Same with the peering, you can still peer, but you own for example 12312 the shortest path to an IPv8 will be anycast to you, and you route from where ever to the ipv4 of that address. 2. How do we get to IP address 10.10.10.10 if say its in 10 different VRFs, and 1/2 of them are on IPv4 and 1/2 of them are on IPv8 how do you know which ones are which, and of course VRFs and ELANs leave I identifiers of which interface are they on. 3. So can I use that Identifier when something is headed towards an ASN because a router can support multiple ASN I've been thinking of something like this interface gig0/1.100 ip vrf forwarding 100 ip v8 vrf asn 12312 4. In Corporate each ipV8 native segment (think VLAN) has at least 1 pair of Zone Servers, that the connextion is done at, and that one VLAN has at least one internal ASN attached to it from 127.x.x.x 5. A 20 year old machine on an IPv8 segment the rule is IPv8 only speaks IPv4 to that device. Remember IPv8 IS NOT a new protocol, it is exactly IPv4 plus an AreaCode routing 5.1 When an IPv4 gets the options from the DHCP server of the ASN, and NetLog, it just ignores it, and the Zone Server marks that that client is IPv4 and speaks IPv4 to it. 5.2 When an IPv4 client goes to speak to an IPv8 network the client does an addressbyname, and the DNS server performes the address by name, and puts the source address and the destination address in the connection server, and returns the ip address of the xlate server for the zone (usually the same server) and then does a NAT4to8 essentially and the process sends the packets to the closest ipV8 router and server. 5.3 IPv4 packets in an IPv4 network are marked 0.0.0.0.1.2.3.4 ASN0 5.4 IPv4 packets in an IPv8 network are marked 15122.1.2.3.4 as they go through the connection service. But I am thinking the best way in a BGP interior network is to have a community name asn-comm-ipv4:ASN number and that way the communities in each VRF can decode the ASN that the source packets are attached to. That's my last biggest thing of how to do. Jamie On Thu, Apr 30, 2026 at 10:29 AM Gary Sparkes <gary@kisaracorporation.com> wrote:
Problems? I can think of a few....
----
Besides the silicon speed/forwarding which was already touched on, which effectively makes this a non-starter for a good 15-20 years anyway until hardware catches up...... and this is a huge problem on its own.
-----
I can see no way in which this is not a still dual-stack 'like' environment. Except now instead of just IPv4 vs IPv6, you've got IPv4 vs IPv8 vs IPv6 vs IPv4 inside IPv8.AS12345 versus..... and so on and so forth, rendering the IPv4 internet essentially useless.
I've got machines or software that are in critical roles that are over 20 years old and speak IPv6 and IPv4 just fine. They'll be hit by that problem easily. So will almost anything existing and current today, for that matter.
For a thought exercise example -
If I have 1.2.3.4 inside my AS, but a device or software wants 1.2.3.4 from the old IPv4 internet, how does it get there?
The IPv4 packets coming from the endpoint all just still say 1.2.3.4.
They get my 1.2.3.4 and can't ever get to the 'old' ipv4 1.2.3.4 without explicit management/policy based routing type scenarios, and that's just unacceptable from a corporate network management perspective. And neigh impossible from an ISP perspective. Plus, what if the device should be able to get to both?
Remember, the device only speaks IPv4 and IPv6.
So, I need to have an IPv8, IPv6 and IPv4 stack, where non-aware applications only use the IPv4 and IPv6 stacks and only receive the 'old' global IPv4. Only aware devices/applications could access both the 'inside AS' service and 'outside AS' old global IPv4 service.
So, in 20 years, it might be tenable, whereas IPv6 was tenable from 1998 onwards after most of the standards development/dust has settled. My AIX manufacturing systems with software from 1999 and 2001 work just fine in today's IPv6/IPv4 environment, but would be limited in this IPv8 world.
-----
Security tooling. That's a big one. That'd be a long discussion. A lot of extra logic to add/handle here.
'peering is now optional' - are we all just running our own giant intranets now? The whole point of the internet is massive interconnection - aka peering.
But do you think you should build an ietf standard in 2026 with out llm.
Absolutely, then you put some thought and skill into it. LLMs are effectively useless at producing something durable and quality if you don't have the skill to do it yourself given a reasonable amount of time in the current state they're in. And I utilize the hell out of them every day.
But never for anything so critical, not without taking the draft and re-writing it entirely myself at a minimum to ensure it makes logical sense and is compliant with sanity.
Throwing three different models at a specific problem, filtering down the results, and producing an excellent result? That, that it can do just fine. But that's 'diagnose why X doesn't do Y in this specific code, except for ABC condition, when it should do it also for XYZ condition' type work.
If your not using llm everyday your competitors are.
And they're hurting all the more for relying on entirely or over-using it, burning money, and giving me with limited contextual usage a huge advantage and I thank them for it. Because now they're making awesome mistakes they'd never made before.
If you could do something in two days, an LLM *might* help you do it in an hour. A week? Shortened to a day of careful babysitting. If it's something you couldn't do entirely yourself, however, the LLM will give you rank garbage and give others huge openings to take advantage of, if it produces something sensical and working at all.
I for one welcome the rampant unconstrained AI adoption. It's already gotten me great business opportunities.
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 8:58 AM To: Saku Ytti <saku@ytti.fi [saku@ytti.fi]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
Saku
You think you can type into an llm build a better protocol and it will snap one out of the air.
But do you think you should build an ietf standard in 2026 with out llm.
If your not using llm everyday your competitors are.
But further to my problem what else do i need to solve.
I solved route growth as peering is now optional, Vpns by making vpn over quic And best path by cost factor.
Anything else need to be fixed?
On Thu., Apr. 30, 2026, 3:25 a.m. Saku Ytti, <saku@ytti.fi [saku@ytti.fi]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/AKF4M2DQLS3JAF3MIAEYJK7DOOTNTBCP/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/AKF4M2DQ...]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D]
Maybe I’m really missing something here, but here’s what I see. ---- 5. A 20 year old machine on an IPv8 segment the rule is IPv8 only speaks IPv4 to that device. Remember IPv8 IS NOT a new protocol, it is exactly IPv4 plus an AreaCode routing Great, it’s only emitting IPv4 packet to IPv4 destinations. So it remains just inside my network since it has no outside destination. It becomes at the IPv8 router 0.0.0.0.1.2.3.4 or 1.2.3.4.1.2.3.4. Because if you’re source tagging it with my ASN, then ….. well, the destination of the new 64-bit address is …. My ASN. IPv8 while not intended to be a new protocol, fundamentally is. Because you changed the addressing to 64-bit. And broke the existing IPv4 internet in the process. Because the IPv4 (and IPv6!) internet does not rely on DNS, which leads into…… ----
5.2 When an IPv4 client goes to speak to an IPv8 network the client does an addressbyname, and the DNS server performes the address by name, and puts the source address and the destination address in the connection server, and returns the ip address of the xlate server for the zone (usually the same server) and then does a NAT4to8 essentially and the process sends the packets to the closest ipV8 router and server.
And if I’m not using DNS? A lot of stuff doesn’t utilize DNS. More than should, but it’s a reality. And not every DNS server is inside your network. There’s a lot of legitimate reasons to point a device at a DNS server that isn’t your providers or even company’s system. And we’re not in the business of intercepting/modifying user traffic. So I can’t just DPI their DNS traffic A home user just wants it to work as it works today. Their IoT doohickey needs to keep working. ----- 4. In Corporate each ipV8 native segment (think VLAN) has at least 1 pair of Zone Servers, that the connextion is done at, and that one VLAN has at least one internal ASN attached to it from 127.x.x.x 5.1 When an IPv4 gets the options from the DHCP server of the ASN, and NetLog, it just ignores it, and the Zone Server marks that that client is IPv4 and speaks IPv4 to it. 5.4 IPv4 packets in an IPv8 network are marked 15122.1.2.3.4 as they go through the connection service. Why do I need all this extra infrastructure/hardware/processing power? Unacceptable. ---- As to silicon that’s clear to see, we have hardware pathways today for 32 and 128 bit addressing. You’re introducing 64-bit addressing. From: Jamie Thain <jamie@one.bm> Sent: Thursday, April 30, 2026 9:55 AM To: Gary Sparkes <gary@kisaracorporation.com> Cc: North American Network Operators Group <nanog@lists.nanog.org>; Saku Ytti <saku@ytti.fi> Subject: Re: IPv8 / BGP8 / CF Gary, For one I've been doing networking since 1986, ArcNet, Token Ring, both types of Ethernet, SNA, IPX/SPX, TCP/IP -- 100s of global networds designed and built, ISPs, WiSPs. 1. There is no silicon catchup because ExtraNet it arrives with Anycast. Same with the peering, you can still peer, but you own for example 12312 the shortest path to an IPv8 will be anycast to you, and you route from where ever to the ipv4 of that address. 2. How do we get to IP address 10.10.10.10 if say its in 10 different VRFs, and 1/2 of them are on IPv4 and 1/2 of them are on IPv8 how do you know which ones are which, and of course VRFs and ELANs leave I identifiers of which interface are they on. 3. So can I use that Identifier when something is headed towards an ASN because a router can support multiple ASN I've been thinking of something like this interface gig0/1.100 ip vrf forwarding 100 ip v8 vrf asn 12312 4. In Corporate each ipV8 native segment (think VLAN) has at least 1 pair of Zone Servers, that the connextion is done at, and that one VLAN has at least one internal ASN attached to it from 127.x.x.x 5. A 20 year old machine on an IPv8 segment the rule is IPv8 only speaks IPv4 to that device. Remember IPv8 IS NOT a new protocol, it is exactly IPv4 plus an AreaCode routing 5.1 When an IPv4 gets the options from the DHCP server of the ASN, and NetLog, it just ignores it, and the Zone Server marks that that client is IPv4 and speaks IPv4 to it. 5.2 When an IPv4 client goes to speak to an IPv8 network the client does an addressbyname, and the DNS server performes the address by name, and puts the source address and the destination address in the connection server, and returns the ip address of the xlate server for the zone (usually the same server) and then does a NAT4to8 essentially and the process sends the packets to the closest ipV8 router and server. 5.3 IPv4 packets in an IPv4 network are marked 0.0.0.0.1.2.3.4 ASN0 5.4 IPv4 packets in an IPv8 network are marked 15122.1.2.3.4 as they go through the connection service. But I am thinking the best way in a BGP interior network is to have a community name asn-comm-ipv4:ASN number and that way the communities in each VRF can decode the ASN that the source packets are attached to. That's my last biggest thing of how to do. Jamie On Thu, Apr 30, 2026 at 10:29 AM Gary Sparkes <gary@kisaracorporation.com<mailto:gary@kisaracorporation.com>> wrote: Problems? I can think of a few.... ---- Besides the silicon speed/forwarding which was already touched on, which effectively makes this a non-starter for a good 15-20 years anyway until hardware catches up...... and this is a huge problem on its own. ----- I can see no way in which this is not a still dual-stack 'like' environment. Except now instead of just IPv4 vs IPv6, you've got IPv4 vs IPv8 vs IPv6 vs IPv4 inside IPv8.AS12345 versus..... and so on and so forth, rendering the IPv4 internet essentially useless. I've got machines or software that are in critical roles that are over 20 years old and speak IPv6 and IPv4 just fine. They'll be hit by that problem easily. So will almost anything existing and current today, for that matter. For a thought exercise example - If I have 1.2.3.4 inside my AS, but a device or software wants 1.2.3.4 from the old IPv4 internet, how does it get there? The IPv4 packets coming from the endpoint all just still say 1.2.3.4. They get my 1.2.3.4 and can't ever get to the 'old' ipv4 1.2.3.4 without explicit management/policy based routing type scenarios, and that's just unacceptable from a corporate network management perspective. And neigh impossible from an ISP perspective. Plus, what if the device should be able to get to both? Remember, the device only speaks IPv4 and IPv6. So, I need to have an IPv8, IPv6 and IPv4 stack, where non-aware applications only use the IPv4 and IPv6 stacks and only receive the 'old' global IPv4. Only aware devices/applications could access both the 'inside AS' service and 'outside AS' old global IPv4 service. So, in 20 years, it might be tenable, whereas IPv6 was tenable from 1998 onwards after most of the standards development/dust has settled. My AIX manufacturing systems with software from 1999 and 2001 work just fine in today's IPv6/IPv4 environment, but would be limited in this IPv8 world. ----- Security tooling. That's a big one. That'd be a long discussion. A lot of extra logic to add/handle here. 'peering is now optional' - are we all just running our own giant intranets now? The whole point of the internet is massive interconnection - aka peering.
But do you think you should build an ietf standard in 2026 with out llm.
Absolutely, then you put some thought and skill into it. LLMs are effectively useless at producing something durable and quality if you don't have the skill to do it yourself given a reasonable amount of time in the current state they're in. And I utilize the hell out of them every day. But never for anything so critical, not without taking the draft and re-writing it entirely myself at a minimum to ensure it makes logical sense and is compliant with sanity. Throwing three different models at a specific problem, filtering down the results, and producing an excellent result? That, that it can do just fine. But that's 'diagnose why X doesn't do Y in this specific code, except for ABC condition, when it should do it also for XYZ condition' type work.
If your not using llm everyday your competitors are.
And they're hurting all the more for relying on entirely or over-using it, burning money, and giving me with limited contextual usage a huge advantage and I thank them for it. Because now they're making awesome mistakes they'd never made before. If you could do something in two days, an LLM *might* help you do it in an hour. A week? Shortened to a day of careful babysitting. If it's something you couldn't do entirely yourself, however, the LLM will give you rank garbage and give others huge openings to take advantage of, if it produces something sensical and working at all. I for one welcome the rampant unconstrained AI adoption. It's already gotten me great business opportunities. -----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>> Sent: Thursday, April 30, 2026 8:58 AM To: Saku Ytti <saku@ytti.fi<mailto:saku@ytti.fi>> Cc: North American Network Operators Group <nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>>; Jamie Thain <jamie@one.bm<mailto:jamie@one.bm>> Subject: Re: IPv8 / BGP8 / CF Saku You think you can type into an llm build a better protocol and it will snap one out of the air. But do you think you should build an ietf standard in 2026 with out llm. If your not using llm everyday your competitors are. But further to my problem what else do i need to solve. I solved route growth as peering is now optional, Vpns by making vpn over quic And best path by cost factor. Anything else need to be fixed? On Thu., Apr. 30, 2026, 3:25 a.m. Saku Ytti, <saku@ytti.fi<mailto:saku@ytti.fi>> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/AKF4M2DQ...
Dear Jamie, Stop talking to LLMs. No, seriously. Stop NOW! LLM models WILL NOT tell you are wrong, they will keep reinforcing your beliefs to keep you wasting tokens. This is what the models were "trained" to do. You are showing all signs of going down a sycophantic loop with a delusional LLM. You are not the first one, and you won't be the last. I urge you to go and read this: https://techcrunch.com/2025/10/02/ex-openai-researcher-dissects-one-of-chatg... But really ready it! Don't ask for a summary, or tell your agents to extract the key points. Use your MK1 eyeballs. Now, after reading that carefully, think about this: You have a whole community of experienced network engineers telling you are wrong in the most fundamental ideas of your design. Ask yourself: Have I maybe got a bit too excited with my LLM sessions and forgot to do some critical thinking? Am I so out of touch? Or is it the children that are wrong? With the best of intentions, Andre
Andre's point here is 100% correct. This thread should probably die now. Andrew On Thu, Apr 30, 2026 at 7:21 PM Andre Sencioles via NANOG < nanog@lists.nanog.org> wrote:
Dear Jamie,
Stop talking to LLMs. No, seriously. Stop NOW! LLM models WILL NOT tell you are wrong, they will keep reinforcing your beliefs to keep you wasting tokens. This is what the models were "trained" to do.
You are showing all signs of going down a sycophantic loop with a delusional LLM. You are not the first one, and you won't be the last. I urge you to go and read this: https://techcrunch.com/2025/10/02/ex-openai-researcher-dissects-one-of-chatg... But really ready it! Don't ask for a summary, or tell your agents to extract the key points. Use your MK1 eyeballs.
Now, after reading that carefully, think about this: You have a whole community of experienced network engineers telling you are wrong in the most fundamental ideas of your design.
Ask yourself: Have I maybe got a bit too excited with my LLM sessions and forgot to do some critical thinking? Am I so out of touch? Or is it the children that are wrong?
With the best of intentions, Andre _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/TI4B6LGZ...
On Thu, 30 Apr 2026, Jamie Thain via NANOG wrote:
But do you think you should build an ietf standard in 2026 with out llm.
Then stop making new design documents and put the LLM time towards implementing the ones you already have. Then you will discover all the things you've missed. -- Mikael Abrahamsson email: swmike@swm.pp.se
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating. Reading Mr. Thain's replies here and on int-area answers that question quite rapidly. On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG <nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
I hadn't seen anyone note (in this forum) that the proposal here is: 1) already stepping on a proposal which got closed out ~25 yrs (or more?) ago <can't find jim fleming's draft, sorry, though we are all better off for not finding it?> 2) that this smells an awful lot like 8+8 GSE -> https://datatracker.ietf.org/doc/html/draft-ietf-ipngwg-gseaddr-00 (hey mo!) probably sometime in the future another IPNGWG will get spun up, but that day's not today. On Thu, Apr 30, 2026 at 10:51 AM Tom Beecher via NANOG <nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
I read SOME of the replies from the author as ... computer-person-computer-personing...
This is very funny! - In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code. - Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)? Have fun. OO. Joe Klein "inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG <nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG <nanog@lists.nanog.org
wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
I see no need for this IPv8. IPv6 was carefully engineered over many years and while not perfect, works and is deployed. What problem are you trying to solve? I seem to have missed that. No one is going to adopt IPv8. This is an academic discussion at best. On Thursday, April 30th, 2026 at 10:51 AM, Joe Klein via NANOG <nanog@lists.nanog.org> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG <nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG <nanog@lists.nanog.org
wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/WWUAVWF5...
IPv6 is deployed? There is a routine thread here a couple of times a year complaining about how it isn't. On Thu, Apr 30, 2026 at 12:44 PM Lucien Hoydic via NANOG < nanog@lists.nanog.org> wrote:
I see no need for this IPv8. IPv6 was carefully engineered over many years and while not perfect, works and is deployed. What problem are you trying to solve? I seem to have missed that.
No one is going to adopt IPv8. This is an academic discussion at best.
On Thursday, April 30th, 2026 at 10:51 AM, Joe Klein via NANOG < nanog@lists.nanog.org> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene
"*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org
wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4... _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/WWUAVWF5... _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/HTZGUHK5...
Deployed and Fully Deployed are two very different things, but this proposal would have the same problem getting deployed that IPv6 does, which is why? For MOST users IPv4 still works. Shane
On Apr 30, 2026, at 12:46 PM, Josh Luthman via NANOG <nanog@lists.nanog.org> wrote:
IPv6 is deployed? There is a routine thread here a couple of times a year complaining about how it isn't.
On Thu, Apr 30, 2026 at 12:44 PM Lucien Hoydic via NANOG < nanog@lists.nanog.org> wrote:
I see no need for this IPv8. IPv6 was carefully engineered over many years and while not perfect, works and is deployed. What problem are you trying to solve? I seem to have missed that.
No one is going to adopt IPv8. This is an academic discussion at best.
On Thursday, April 30th, 2026 at 10:51 AM, Joe Klein via NANOG < nanog@lists.nanog.org> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene
"*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org
wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4... _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/WWUAVWF5... _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/HTZGUHK5...
NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/EIZ73ZKW...
On Thu, 30 Apr 2026 at 20:06, sronan--- via NANOG <nanog@lists.nanog.org> wrote:
Deployed and Fully Deployed are two very different things, but this proposal would have the same problem getting deployed that IPv6 does, which is why? For MOST users IPv4 still works.
Aye, problem isn't IPv6 but IPv4, which has annoying problem in that it keeps working. Should that change, IPv6 would be adopted in a hurry. I earnestly believe we should have flag day, where bigtech agrees to start dropping IPv4 in edge in like 2040-01-01 or some such. To create strong signal that we're moving on, and that IPv6 only host becomes something markets can accept. Anyone using IPv4 has to do the translation on their end, IPv6-only networks not. I don't think we will do that, but I think we should. I think IPv4 is pretty significant antitrust issue, because addresses have accumulated to legacy players and new entrants have additional hurtle to compete against them. -- ++ytti
Joe, No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4. So still need to fix the issues in ipv4/ipv6. Like merging to companies both using 10.x Unless a move is made ipv4 will still be running the warp drive. People are planning to build ipv8 right now. Jamie On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
" People are planning to build ipv8 right now." Are these people in the room with us? ---- Larry Brower Network Specialist Texas Department of Insurance -----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com> Cc: North American Network Operators Group <nanog@lists.nanog.org>; Jamie Thain <jamie@one.bm> Subject: Re: IPv8 / BGP8 / CF ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails. Joe, No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4. So still need to fix the issues in ipv4/ipv6. Like merging to companies both using 10.x Unless a move is made ipv4 will still be running the warp drive. People are planning to build ipv8 right now. Jamie On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ ts.nanog.org%2Farchives%2Flist%2Fnanog%40lists.nanog.org%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov%7Cc3453c4609a743c6edf508dea6eee8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ ts.nanog.org%2Farchives%2Flist%2Fnanog%40lists.nanog.org%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov%7Cc3453c4609a743c6edf508dea6eee8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...
Larry, Maybe, I am not sure the Nanog group has the same people, but some university students are working on it. I have one thing I am trying to finish. But let me ask you, I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. 127.<department>.<region>.floor. == 10 Billion IP addresses. Everything would be secured, isolated, managed, auditable. Jamie On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D]
If you have worked in the large scale network world as long as you say you have, you’d know that 99.9999% of what comes out of universities at this point related to networks and network protocols is all pipe dreams and has no connection to reality. Here on NANOG you have the OPERATORS of the world largest networks, and they are all telling you, that you missed the mark, that should tell you something. Shane
On Apr 30, 2026, at 4:06 PM, Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Larry,
Maybe, I am not sure the Nanog group has the same people, but some university students are working on it.
I have one thing I am trying to finish. But let me ask you,
I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network.
127.<department>.<region>.floor. == 10 Billion IP addresses.
Everything would be secured, isolated, managed, auditable.
Jamie
On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D] _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YTOTVZJY...
Shane, Missed the mark on what? I'm trying to fix IPv4 for corporates. You guys do whatever you want. I want help fixing BGP but if you think its all great so be it. Jamie On Thu, Apr 30, 2026 at 5:10 PM <sronan@ronan-online.com> wrote:
If you have worked in the large scale network world as long as you say you have, you’d know that 99.9999% of what comes out of universities at this point related to networks and network protocols is all pipe dreams and has no connection to reality. Here on NANOG you have the OPERATORS of the world largest networks, and they are all telling you, that you missed the mark, that should tell you something.
Shane
On Apr 30, 2026, at 4:06 PM, Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Larry,
Maybe, I am not sure the Nanog group has the same people, but some university students are working on it.
I have one thing I am trying to finish. But let me ask you,
I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network.
127.<department>.<region>.floor. == 10 Billion IP addresses.
Everything would be secured, isolated, managed, auditable.
Jamie
On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org] [nanog@lists.nanog.org [nanog@lists.nanog.org]]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com] [jsklein@gmail.com [jsklein@gmail.com]]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org] [nanog@lists.nanog.org [nanog@lists.nanog.org]]>; Jamie Thain <jamie@one.bm [jamie@one.bm] [jamie@one.bm [jamie@one.bm]]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com] [jsklein@gmail.com [jsklein@gmail.com]]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org] [nanog@lists.nanog.org [nanog@lists.nanog.org]]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org] [nanog@lists.nanog.org [nanog@lists.nanog.org]]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] [https://lis/ [https://lis/]] ts.nanog.org [http://ts.nanog.org] [http://ts.nanog.org [http://ts.nanog.org]]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org] [http://40lists.nanog.org [http://40lists.nanog.org]]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov] [http://texas.gov [http://texas.gov] ]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] [https://lis/ [https://lis/]] ts.nanog.org [http://ts.nanog.org] [http://ts.nanog.org [http://ts.nanog.org]]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org] [http://40lists.nanog.org [http://40lists.nanog.org]]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov] [http://texas.gov [http://texas.gov] ]%7Cc3453c4609a743c6edf508dea6eee8e4% 7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/] message/KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog. org/message/KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...] ]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D] _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/ message/YTOTVZJYZ4HG55MF6WGDTUKVQ54HHLVI/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YTOTVZJY...]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D]
“I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. “ No more or less convenient than it is currently. How is “127.x.x.x” any different than “10.X.0.0 or 172.16.X.0”? How is this any better than just using IPv6 which has more than enough addresses? “Everything would be secured, isolated, managed, auditable. “ It is all of these things currently. I am not seeing how anything would be different. I fail to see the problem you are wanting to solve that hasn’t already been solved more or less. Regards, ---- Larry Brower Network Specialist Texas Department of Insurance From: Jamie Thain <jamie@one.bm> Sent: Thursday, April 30, 2026 3:06 PM To: Larry Brower <Larry.Brower@tdi.texas.gov> Cc: North American Network Operators Group <nanog@lists.nanog.org>; Joe Klein <jsklein@gmail.com> Subject: Re: IPv8 / BGP8 / CF ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails. Larry, Maybe, I am not sure the Nanog group has the same people, but some university students are working on it. I have one thing I am trying to finish. But let me ask you, I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. 127.<department>.<region>.floor. == 10 Billion IP addresses. Everything would be secured, isolated, managed, auditable. Jamie On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov<mailto:Larry.Brower@tdi.texas.gov>> wrote: " People are planning to build ipv8 right now." Are these people in the room with us? ---- Larry Brower Network Specialist Texas Department of Insurance -----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com<mailto:jsklein@gmail.com>> Cc: North American Network Operators Group <nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>>; Jamie Thain <jamie@one.bm<mailto:jamie@one.bm>> Subject: Re: IPv8 / BGP8 / CF ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails. Joe, No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4. So still need to fix the issues in ipv4/ipv6. Like merging to companies both using 10.x Unless a move is made ipv4 will still be running the warp drive. People are planning to build ipv8 right now. Jamie On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com<mailto:jsklein@gmail.com>> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org<mailto:nanog@lists.nanog.org>> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ ts.nanog.org<http://ts.nanog.org/>%2Farchives%2Flist%2Fnanog%40lists.nanog.org<http://40lists.nanog.org/>%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov<http://texas.gov/>%7Cc3453c4609a743c6edf508dea6eee8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ ts.nanog.org<http://ts.nanog.org/>%2Farchives%2Flist%2Fnanog%40lists.nanog.org<http://40lists.nanog.org/>%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov<http://texas.gov/>%7Cc3453c4609a743c6edf508dea6eee8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...
Larry, You ever get Company A, buying Company B, C, D, and E, in a year and the CTO says to you the network architect. Fix it That problem. Well documented the 10.x collision problem. That's one of them. Jamie On Thu, Apr 30, 2026 at 5:14 PM Larry Brower <Larry.Brower@tdi.texas.gov> wrote:
“I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. “
No more or less convenient than it is currently.
How is “127.x.x.x” any different than “10.X.0.0 or 172.16.X.0”?
How is this any better than just using IPv6 which has more than enough addresses?
“Everything would be secured, isolated, managed, auditable. “
It is all of these things currently. I am not seeing how anything would be different.
I fail to see the problem you are wanting to solve that hasn’t already been solved more or less.
Regards,
----
Larry Brower
Network Specialist
Texas Department of Insurance
From: Jamie Thain <jamie@one.bm [jamie@one.bm]> Sent: Thursday, April 30, 2026 3:06 PM To: Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Larry,
Maybe, I am not sure the Nanog group has the same people, but some university students are working on it.
I have one thing I am trying to finish. But let me ask you,
I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network.
127.<department>.<region>.floor. == 10 Billion IP addresses.
Everything would be secured, isolated, managed, auditable.
Jamie
On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...]
[data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D]
Where do you think innovation in corporate network gear comes from? Shane
On Apr 30, 2026, at 4:17 PM, Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Larry,
You ever get Company A, buying Company B, C, D, and E, in a year and the CTO says to you the network architect. Fix it
That problem. Well documented the 10.x collision problem.
That's one of them.
Jamie
On Thu, Apr 30, 2026 at 5:14 PM Larry Brower <Larry.Brower@tdi.texas.gov> wrote:
“I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. “
No more or less convenient than it is currently.
How is “127.x.x.x” any different than “10.X.0.0 or 172.16.X.0”?
How is this any better than just using IPv6 which has more than enough addresses?
“Everything would be secured, isolated, managed, auditable. “
It is all of these things currently. I am not seeing how anything would be different.
I fail to see the problem you are wanting to solve that hasn’t already been solved more or less.
Regards,
----
Larry Brower
Network Specialist
Texas Department of Insurance
From: Jamie Thain <jamie@one.bm [jamie@one.bm]> Sent: Thursday, April 30, 2026 3:06 PM To: Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Larry,
Maybe, I am not sure the Nanog group has the same people, but some university students are working on it.
I have one thing I am trying to finish. But let me ask you,
I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network.
127.<department>.<region>.floor. == 10 Billion IP addresses.
Everything would be secured, isolated, managed, auditable.
Jamie
On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd%2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%40tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d%2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...]
[data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D] _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/S35FV3CF...
And an easy one to resolve already today (Having been through this several times in F500/100 organizations). All the additional infrastructure and other aspects proposed that I addressed in my previous email, makes it a complete non-starter in this situation. Much simpler just to NAT between A B C D and E's networks and do gradual segment renumbering, and much less infrastructure/hardware to do so as well. Of course, this scenario in some of those cases sped up IPv6 plans, and some are running v6-segments only internally, and never have to worry about it again (or any complexity or infrastructure, and NAT is completely gone except for legacy v4 edge access! Which is a minority of the total traffic flow!) -----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org> Sent: Thursday, April 30, 2026 4:18 PM To: Larry Brower <Larry.Brower@tdi.texas.gov> Cc: North American Network Operators Group <nanog@lists.nanog.org>; Jamie Thain <jamie@one.bm> Subject: Re: IPv8 / BGP8 / CF Larry, You ever get Company A, buying Company B, C, D, and E, in a year and the CTO says to you the network architect. Fix it That problem. Well documented the 10.x collision problem. That's one of them. Jamie On Thu, Apr 30, 2026 at 5:14 PM Larry Brower <Larry.Brower@tdi.texas.gov> wrote:
“I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network. “
No more or less convenient than it is currently.
How is “127.x.x.x” any different than “10.X.0.0 or 172.16.X.0”?
How is this any better than just using IPv6 which has more than enough addresses?
“Everything would be secured, isolated, managed, auditable. “
It is all of these things currently. I am not seeing how anything would be different.
I fail to see the problem you are wanting to solve that hasn’t already been solved more or less.
Regards,
----
Larry Brower
Network Specialist
Texas Department of Insurance
From: Jamie Thain <jamie@one.bm [jamie@one.bm]> Sent: Thursday, April 30, 2026 3:06 PM To: Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Larry,
Maybe, I am not sure the Nanog group has the same people, but some university students are working on it.
I have one thing I am trying to finish. But let me ask you,
I assume you run a pretty big network. And likely on 10.x.x.x as thats what everyone does. How much more convenient would it be to segment networks by internal ASN number I chose 127.x.x.x as local network.
127.<department>.<region>.floor. == 10 Billion IP addresses.
Everything would be secured, isolated, managed, auditable.
Jamie
On Thu, Apr 30, 2026 at 4:32 PM Larry Brower <Larry.Brower@tdi.texas.gov [Larry.Brower@tdi.texas.gov]> wrote:
" People are planning to build ipv8 right now."
Are these people in the room with us?
---- Larry Brower Network Specialist Texas Department of Insurance
-----Original Message----- From: Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> Sent: Thursday, April 30, 2026 2:29 PM To: Joe Klein <jsklein@gmail.com [jsklein@gmail.com]> Cc: North American Network Operators Group <nanog@lists.nanog.org [nanog@lists.nanog.org]>; Jamie Thain <jamie@one.bm [jamie@one.bm]> Subject: Re: IPv8 / BGP8 / CF
ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown or unexpected emails.
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI%2F&data=05%7C02%7Clarry.brower%4 0tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220406986%7CUnknown%7CTWFpbGZsb3d8 eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiT WFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=z68PupwkZzOUUeCDnys6LqnLWd %2BF Qk%2BbKmyR7hWOvqk%3D&reserved=0
_______________________________________________ NANOG mailing list
https://lis/ [https://lis/] ts.nanog.org [http://ts.nanog.org/]%2Farchives%2Flist%2Fnanog% 40lists.nanog.org [http://40lists.nanog.org/]%2Fmessage%2F YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S%2F&data=05%7C02%7Clarry.brower%4 0tdi .texas.gov [http://texas.gov/]%7Cc3453c4609a743c6edf508dea6ee e8e4%7C6c600c887a50421a9817a 970a01aed2a%7C0%7C0%7C639131742220433138%7CUnknown%7CTWFpbGZsb3d8 eyJF bXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiT WFpb CIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=S8FDk5iZSahEvFlR2%2FTPr9d% 2Fr5 tqYX%2FGJRcg2GFPfb4%3D&reserved=0
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message /KMODQSXZM35D3SHAER4UGOBOTWP22BD3/]
[data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAE AAAIBRAA7]
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D] _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/S35FV3CF...
Jamie, Who is planning to build IPv8, because I can tell you as someone who works for one of the LARGEST networks in the US (both wireline and wireless), there are no plans here. Can you give us some names of the equipment manufacturers or large scale networks that have signed on to this idea? Shane On Thu, Apr 30, 2026 at 3:29 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene
"*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...
Who is planning to build IPv8, because I can tell you as someone who works for one of the LARGEST networks in the US (both wireline and wireless), there are no plans here. Can you give us some names of the equipment manufacturers or large scale networks that have signed on to this idea?
Nobody of consequence. This is just a pipe dream Internet-Draft like many others before it. On Thu, Apr 30, 2026 at 3:36 PM Shane Ronan via NANOG <nanog@lists.nanog.org> wrote:
Jamie,
Who is planning to build IPv8, because I can tell you as someone who works for one of the LARGEST networks in the US (both wireline and wireless), there are no plans here. Can you give us some names of the equipment manufacturers or large scale networks that have signed on to this idea?
Shane
On Thu, Apr 30, 2026 at 3:29 PM Jamie Thain via NANOG < nanog@lists.nanog.org> wrote:
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com> wrote:
"*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ... _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/DPQYL4SV...
When this was floated on various IETF mailing lists, someone took the time to write: We Need to Talk About the IPv8 Draft - wolfy https://substack.com/home/post/p-194315405 ---rsk
We Need to Talk About the IPv8 Draft - wolfy https://substack.com/home/post/p-194315405
Quoting from there : IPv4 backward compatibility is genuinely elegant. Setting r.r.r.r to
0.0.0.0 makes an IPv8 address identical to an IPv4 add, processed by the standard rules (#1.5 p3, #3.3). This alone is the best contribution of the draft and should be lauded. It single-handedly kills any further incentive to push IPv6, which has struggled for decades to find adoption due to dual-stack, flag day, and forced migration (#1.2 p3, #2.2 p2). Any draft that replaces this initial iteration of IPv8 should include this design choice.
The IPv8 concept is NOT, under any circumstances, backwards compatible with IPv4. Any IP speaking device reads the first 4 bits of the header to identify the version number. The only 2 valid values today are 0100 (4) and 0110 (6). Just as an IPv4 only device won't know what to do if the field is 6, no IP device will know what to do if the field is 8, as proposed in Sec 6.1 of the draft. The author states in the draft that this would never happen because : IPv4 devices behind IPv8 routers continue to operate because the
router downgrades at the boundary. * IPv4 applications on IPv8 hosts continue to operate because XLATE8 handles version translation on their behalf.
Congrats on re-inventing 6to4! On Thu, Apr 30, 2026 at 4:18 PM Rich Kulawiec via NANOG < nanog@lists.nanog.org> wrote:
When this was floated on various IETF mailing lists, someone took the time to write:
We Need to Talk About the IPv8 Draft - wolfy https://substack.com/home/post/p-194315405
---rsk _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QD6JBVII...
Richard, Wolfy did write about but he didn't ask me any details. 64 Bit headroom -- IPv8 is not headroom, it is about adding an AREA code to 32 bit addressing, its not 64 bit at all. So to put it in perspective rather than enough ip address for every atom in the solar system there is only enough for ever square cm on the planet to have 4 ip address. DNS + WHOis Validation is meant to increase north south security. You cannot get to an ip address that doesn't have whois, and dns in strict mode. Of course you can turn that off. VPN survive functions... Zone Server doesn't track who opened what and when. It doesn't track the DNS lookups it tracks performance, and errors. How ever every corporate fw tracks this. Rate Limits turn Zone Server into a single point of failure... except for you can have as many zone servers as you need to be reliable. They come in pairs anyways. Its like losing your DNS server. Rate Elevation inside a company requires you to sign into the corporate networks, that way guests can't harm you. No Flag day is true, you can start with one card, and one router somewhere on the internet and grow from there. Wolfy thinks that policy egress isn't already being managed in firewalls. Oauth2 is being used as an authorization and configuration policy replacing clear-text RADIUS. The draft doesn't violate RFC 7258 as already your work is monitoring you. And at home your in control of your own Zone Server, Zone Server doesn't log packets, just errors *The draft assumes unlimited data storage and doesn’t care.* No it doesn't we only report errors, and performance every five minutes and accounting where required the third A of a radius server. A 1000 person company would be less than a 100G per month. 2 years on a single drive. it doesn't log, dns, or flow, thats all a different device called SIEM or a FW, or a NetFlow none of which NetLog does. *Mandatory identity binding eliminates hardware anonymity by default.* OAuth2 JWT binds to the device at the NIC level before any user interaction This is true, it is built for corporate, the network card is usually following a person around, its built so you can roam from network to network. *The anonymity eliminated is at the layer hardest to restore.* Me thinks wolfy has never looked at a fortigate log, it correlates, MAC address, last ip, every flow, the last logged in, logged in to what networks, all in a handy dandy report manager. *Device-to-traffic attribution becomes a database query, not an investigation.*Me thinks wolfy has never reviewed online firewall logging. *NIC firmware rate limits make the network unusable without Zone Server permission.* This is the broadcast rate so unathenticated users can't DDOS *This architecture is fail-closed, and that can kill people.* Each network segment can be dns-only and have no other restrictions and you need DNS to get from ipv4 to ipv8 there is no other way in the eco system. *IPv8 is fundamentally incompatible with real-time operating systems * IPv8 is 100% ipv4 compatible at the segment level, use IPv4 if you don't want the overhead of IPv8. *All of the stuff about blocking*Its like wolfy has never admined a modern day firewall, you can do all that stuff already. Enough said. On Thu, Apr 30, 2026 at 5:18 PM Rich Kulawiec via NANOG < nanog@lists.nanog.org> wrote:
When this was floated on various IETF mailing lists, someone took the time to write:
We Need to Talk About the IPv8 Draft - wolfy https://substack.com/home/post/p-194315405
---rsk _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QD6JBVII...
Shane, Right now people are building are community people in labs. It's been out 2 weeks, do you think Large Scale network people have even heard of it? I can tell you that all the big companies visited my LinkedIn. The people it addresses are first corporate. The addressing of the internet issues -- were kind of secondary. For example under BGP4 how many routes exist in today's how many would exist under IPv8 The point of introducing an "area code" is you only have to dial that and let the local exchange deal with. :) On Thu, Apr 30, 2026 at 4:35 PM Shane Ronan <shane@ronan-online.com> wrote:
Jamie,
Who is planning to build IPv8, because I can tell you as someone who works for one of the LARGEST networks in the US (both wireline and wireless), there are no plans here. Can you give us some names of the equipment manufacturers or large scale networks that have signed on to this idea?
Shane
[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=3D] On Thu, Apr 30, 2026 at 3:29 PM Jamie Thain via NANOG <nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com [jsklein@gmail.com]> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org [nanog@lists.nanog.org]> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ QAQPQMJT3AEGHZERA2XJW3WIWBAMHBAI/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...]
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ YAH63OJ4IJ3GKNROAILZHO6YXQQ5NQ2S/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...]
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/ KMODQSXZM35D3SHAER4UGOBOTWP22BD3/ [https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...]
On Thu, Apr 30, 2026 at 2:30 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Joe,
No patent apps it's all free. Corp isn't moving off ipv4 to ipv6. So ipv8 is an upgrade to ipv4.
So still need to fix the issues in ipv4/ipv6.
Like merging to companies both using 10.x
Unless a move is made ipv4 will still be running the warp drive.
People are planning to build ipv8 right now.
i look forward to future iterations of the drafts with implementation co-authors. personally, i'll be particularly interested in the hardware implementations of ACL8.
Jamie
On Thu., Apr. 30, 2026, 12:51 p.m. Joe Klein, <jsklein@gmail.com> wrote:
This is very funny!
- In 2004, very talented Chinese developers worked to implement IPv9. At present there are exclusive patents, but have yet to seen any code.
- Over 20 cumulative years, there are about 0.5–2 trillion IPv6 address instances, with the high side is driven by mobile devices, Wi-Fi roaming, privacy-address rotation, VMs, containers, VPNs, and tunnels. In short, this covers the ocean floor, caves, areas near Earth, and deep space. Will you and your team pay for the IPv4/IPv6 change? When will you submit the patent applications (Similary to Microsoft patent for SEND/CGA)?
Have fun.
OO.
Joe Klein
"inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene
"*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela
On Thu, Apr 30, 2026, 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KMODQSXZ...
-- steve ulrich (sulrich@botwerks.org)
While not quite the same thing, I feel like the arguments are re-hashing EZ IP all over again... Thank you jms On Thu, Apr 30, 2026 at 10:51 AM Tom Beecher via NANOG < nanog@lists.nanog.org> wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Only works when the recipient is actually open to receiving feedback and collaborating.
Reading Mr. Thain's replies here and on int-area answers that question quite rapidly.
On Thu, Apr 30, 2026 at 2:35 AM Saku Ytti via NANOG <nanog@lists.nanog.org
wrote:
Tough love is needed here, and the list is not providing it. You're not being polite, you're enabling.
Stop supporting this LLM psychosis.
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QAQPQMJT...
_______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/YAH63OJ4...
LLM produces code much much faster than you can review it. This argument worked in days of yore, when the person writing the code had to put in orders of magnitude more work in that person reviewing it. Anyone maintaining any open source project has seen this, massive complicated pull requests from people who cannot code and have strong expectations that you review it. They spent minutes generating it, you'll spend days reviewing it. On Thu, 30 Apr 2026 at 12:34, Izaac via NANOG <nanog@lists.nanog.org> wrote:
On Wed, Apr 29, 2026 at 02:03:34PM -0500, Jamie Thain via NANOG wrote:
I'd appreciate your thoughts on it
Got code?
-- . ___ ___ . . ___ . \ / |\ |\ \ . _\_ /__ |-\ |-\ \__ _______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/6YSXKTNR...
-- ++ytti
Here's a thought I had about that, for whatever it's worth -> https://medium.com/@dornhetzel/a-modest-proposal-for-open-source-trust-refor... On Thu, Apr 30, 2026 at 3:47 AM Saku Ytti via NANOG <nanog@lists.nanog.org> wrote:
LLM produces code much much faster than you can review it.
This argument worked in days of yore, when the person writing the code had to put in orders of magnitude more work in that person reviewing it.
Anyone maintaining any open source project has seen this, massive complicated pull requests from people who cannot code and have strong expectations that you review it. They spent minutes generating it, you'll spend days reviewing it.
On Thu, 30 Apr 2026 at 12:34, Izaac via NANOG <nanog@lists.nanog.org> wrote:
On Wed, Apr 29, 2026 at 02:03:34PM -0500, Jamie Thain via NANOG wrote:
I'd appreciate your thoughts on it
Got code?
-- . ___ ___ . . ___ . \ / |\ |\ \ . _\_ /__ |-\ |-\ \__ _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/6YSXKTNR...
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/W6QDEOKM...
Appreciate attempt to solve the problem, but I am absolutely disgusted by the notion that this too will be measured by who has access to capital. Call me radical but I think that's an even worse problem than the LLM slop. Not coincidental that this problem was created by people with completely undeserved access to capital and are burning literally trillion annually on this. Bottom 80% of Americans consume as much as the top 20%, and it is getting worse, it may be 90/10 already. And we look up to those 10%, and now you're saying to address the problem they created, we must gate more of the world for them. On Thu, 30 Apr 2026 at 13:16, Dorn Hetzel via NANOG <nanog@lists.nanog.org> wrote:
Here's a thought I had about that, for whatever it's worth -> https://medium.com/@dornhetzel/a-modest-proposal-for-open-source-trust-refor...
On Thu, Apr 30, 2026 at 3:47 AM Saku Ytti via NANOG <nanog@lists.nanog.org> wrote:
LLM produces code much much faster than you can review it.
This argument worked in days of yore, when the person writing the code had to put in orders of magnitude more work in that person reviewing it.
Anyone maintaining any open source project has seen this, massive complicated pull requests from people who cannot code and have strong expectations that you review it. They spent minutes generating it, you'll spend days reviewing it.
On Thu, 30 Apr 2026 at 12:34, Izaac via NANOG <nanog@lists.nanog.org> wrote:
On Wed, Apr 29, 2026 at 02:03:34PM -0500, Jamie Thain via NANOG wrote:
I'd appreciate your thoughts on it
Got code?
-- . ___ ___ . . ___ . \ / |\ |\ \ . _\_ /__ |-\ |-\ \__ _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/6YSXKTNR...
-- ++ytti _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/W6QDEOKM...
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/54P7LOEO...
-- ++ytti
On Thu, Apr 30, 2026 at 12:46:44PM +0300, Saku Ytti wrote:
LLM produces code much much faster than you can review it.
So? Fine. We're not even at the "reviewing code" stage. How about just to see it running? This proposal has everything including a damn WHOIS server. How about so much as starting with a couple hosts speaking it across a router? If anything, the existence of LLMs and VMs and software-defined light blinks means there's even LESS excuse for showing up without a demonstrator. Someone's thrown out a recipe. No one's so much as warmed an oven. And you already want to review the winning cookie's chocolate for cocao content. -- . ___ ___ . . ___ . \ / |\ |\ \ . _\_ /__ |-\ |-\ \__
On Thu, 30 Apr 2026 at 13:30, Izaac via NANOG <nanog@lists.nanog.org> wrote:
Someone's thrown out a recipe. No one's so much as warmed an oven. And you already want to review the winning cookie's chocolate for cocao content.
No, I don't think the turd burger should be cooked in the first place, and I think it's dishonest to say this is the problem. -- ++ytti
Izaac via NANOG wrote on 30/04/2026 11:29:
Someone's thrown out a recipe.
Someone threw some idea-spaghetti at the wall. Reinventing IP is a common enough phenomenon. None of the reinventions have added anything new to the baseline wireline protocol that hasn't already been discussed to death by protocol wonks, and probably discussed to death in the early 1990s. This iteration is no different. Nick
On Thu, Apr 30, 2026 at 12:29:49PM +0100, Nick Hilliard via NANOG wrote:
Izaac via NANOG wrote on 30/04/2026 11:29:
Someone's thrown out a recipe.
Someone threw some idea-spaghetti at the wall.
Reinventing IP is a common enough phenomenon. [snip]
Reinventing IP : Networkers :: Killing Hitler : Time Travelers -- Posted from my personal account - see X-Disclaimer header. Joe Provo / Gweep / Earthling
I oppose this. With IPv6 traffic now representing around half of internet traffic, the time to rethink has long passed. If IPv8 was going to be a solution, it should have been a solution 10 years ago. In the last 12 months, ~5% of traffic migrated to IPv6. At that rate, IPv6 will be fully implemented by 2035. I'm not seeing a problem that needs to be solved, or a credible solution. Andrew On Wed, Apr 29, 2026 at 3:23 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
*Lagging IPv4 Vendors: * https://community.ui.com/questions/Hey-Unifi-improve-your-IPv6-game-starting... *IPv6 status: *https://test-ipv6.com/ Does your system support IPv6 on your network? https://www.vyncke.org/ipv6status/. IPv6 only, IPv6 failover to IPv4 https://developers.cloudflare.com/1.1.1.1/infrastructure/ipv6-networks/. Support for IPv6-only networks https://developer.apple.com/support/ipv6/ Support for IPv6-only networks https://labs.ripe.net/author/ondrej_caletka_1/deploying-ipv6-mostly-access-n... https://medium.com/@imanshul/how-to-enable-ipv6-only-networking-in-android-i... https://blog.brixit.nl/going-ipv6-only/ https://stats.labs.apnic.net/ipv6/ https://www.iana.org/numbers/allocations/. Number Resource Allocation Data https://www.ipv6ready.org/db/index.php/public/?o=4 Hardware Status - If it not there, then *IPv8 status: Not ready yet* 20 years behind IPv6 *IPv9 Status: No status * *Will check in on April 1, 2027/2028/2029... * Joe Klein "inveniet viam, aut faciet" --- Seneca's Hercules Furens (Act II, Scene 1) "*I skate to where the puck is going to be, not to where it has been." -- *Wayne Gretzky "I never lose. I either win or learn" - Nelson Mandela On Wed, Apr 29, 2026 at 3:23 PM Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
I joined this list because, as part of IPv8, I am creating a BGPv8. Inside BGPv8, two new protocols CF (Cost Factor), weigh cost factors along the routes to produce a better metric. It's a hybrid of EIRGP mixed with BGP to create better engineering results.
I also as part of CF created Sun Tzu which is the protocol that watches CF and gives you a CF score of reliability. Do I trust my partnership with you?
Now, beyond an on-slaught of IPv8 is stupid, IPv6 solves every problem, etc, etc. That's not my discussion point. My point isn't "should I even propose IPv8" my point is what would be the best result for operators?
I believe that since IPv8 solves the duopoly problem, it will replace IPv4.
So the things to know, IPV8 is NOT a 64 bit addressing system.
It is a 32 bit routing system with a 32 bit addressing system.
A Routing Number = ASNs plus others.
8.8.8.8 would become 15169.8.8.8.8
https://www.ietf.org/archive/id/draft-thain-ipv8-02.html < https://l.shortlink.es/l/3ae384c1b8e2eb92749595407c5cf9b87ea3372a?u=12457652
So each ASN in the world will have 3 Billion available addresses.
There is a specially reserved group of internal ASN 127.x.x.x so each corp, org, has 16 Million areas of 3 Billion addresses, to replace 10.x.x.x and 100.64.x.x.x
I'd appreciate your thoughts on it
Jamie _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/KPDE4FNB...
On Apr 29, 2026, at 12:03 PM, Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Hi All,
My name is Jamie Thain I'm the creator of IPv8. It's not a hoax.
Back in the day, I came up with the idea that, as part of the IMAP specification, you could move a message to a special folder that would cause messages to be acted on server-side to create dynamic procmail/sieve/imapfilter rules. Lots of places already use this for spam reporting, but I had greater ambitions, including blocking a specific sender, or to put a user in "timeout" for a while, or even trigger autoresponders. One of the most useful features I envisioned was the ability to automatically mute a given thread before it took up more mental energy than I had in a given week. Today, current-me is really annoyed at past-me for not fully implementing that last one. === Let me tell you a fun story of IPv6. For pretty much *decades* while IPv6 existed, the only way to get v6 support on a router that you were already running with tight memory constraints, and often bought without TAC, was to run a beta version of the OS. Cisco IOS was built for the network stack people are using today, not the one that people might use later. There are lots of devices (literally every one of them) on the internet that have support for IPV4, and probably most of those will now support ipv6, but at the overhead of "twice the routing table size, twice the RIB, twice the peering to manage, twice the customer complaints if there's a weird routing issue". Happy Eyeballs came WAY later than ipv6 did. With IPV8, "now you have three problems". Today, lots of vendors sell kit on the secondary market for which there are no firmware updates, and even if you wanted to buy a support contract to get that firmware, they won't sell to you. To support your proposal, every one of them, all of them, would have to be upgraded. The same reason people haven't broadly supported ipv6 is the same exact reason this proposal is a non-starter. Perhaps in a green-field overlay internet (see also, the 6bone, the mbone, tor, LISP, AMT) you could use this, but it would still have to run on routers and switches that had no idea what it was, at the ip protocol layer. You're never going to get that. My day job deploys dual-stack, everywhere, in production, and we've been doing it for decades. We think that's important to do. We've definitely found some sites and corners of the world where one protocol acted *very differently* from the other. We also find that 90 percent of the traffic we receive on both those stacks is "people who couldn't even figure out how to configure ONE protocol correctly". -Dan (Opinions are my own and do not reflect dayjob's opinion at all -- I am an independent network operator with my own ASN/IP space).
If your primary usage is in corporate networks behind the firewall, why do you need BGP? And if you are getting lots of support, can you name the independent supporters of this proposal? Shane
On Apr 30, 2026, at 9:05 PM, Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Andre,
Have you read it ?
The point about LLMs is not to reinforce ideas but to be a research tool.
What i haven't seen is any basis in merit of the idea.
I come from a different generation and a different side of the firewall.
I am trying to solve the big 3 problems
1. Network management 2. Operations 3. Address management.
And maybe you think this is a problem that doesn't need solving really.
But i can also tell you I've also been getting a tremendous amount of support that it's a good idea.
I'm trying to fix bgp problems that have existed for a long time.
I'm trying to be backwards compatible at the FIB level.
So i don't care about ipv6 because I'm not about address exhaustion and behind the corp firewalls there is no IPv6 to be hardly measured.
It's not an accident you can't get anybody to want it upgrade.
It was great to be so welcomed on basically what I was asking What can we do to improve BGP and the answer is it's great right now.
Go away
Jamie
On Thu., Apr. 30, 2026, 8:21 p.m. Andre Sencioles via NANOG, < nanog@lists.nanog.org> wrote:
Dear Jamie,
Stop talking to LLMs. No, seriously. Stop NOW! LLM models WILL NOT tell you are wrong, they will keep reinforcing your beliefs to keep you wasting tokens. This is what the models were "trained" to do.
You are showing all signs of going down a sycophantic loop with a delusional LLM. You are not the first one, and you won't be the last. I urge you to go and read this: https://techcrunch.com/2025/10/02/ex-openai-researcher-dissects-one-of-chatg... But really ready it! Don't ask for a summary, or tell your agents to extract the key points. Use your MK1 eyeballs.
Now, after reading that carefully, think about this: You have a whole community of experienced network engineers telling you are wrong in the most fundamental ideas of your design.
Ask yourself: Have I maybe got a bit too excited with my LLM sessions and forgot to do some critical thinking? Am I so out of touch? Or is it the children that are wrong?
With the best of intentions, Andre _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/TI4B6LGZ...
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/BGV2ANJ4...
Most corporate environments don’t mandate DNS, and certainly don’t put a firewall between every segment. Shane
On Apr 30, 2026, at 7:05 PM, Jamie Thain via NANOG <nanog@lists.nanog.org> wrote:
Richard,
Wolfy did write about but he didn't ask me any details.
64 Bit headroom -- IPv8 is not headroom, it is about adding an AREA code to 32 bit addressing, its not 64 bit at all. So to put it in perspective rather than enough ip address for every atom in the solar system there is only enough for ever square cm on the planet to have 4 ip address.
DNS + WHOis Validation is meant to increase north south security. You cannot get to an ip address that doesn't have whois, and dns in strict mode. Of course you can turn that off.
VPN survive functions... Zone Server doesn't track who opened what and when. It doesn't track the DNS lookups it tracks performance, and errors. How ever every corporate fw tracks this.
Rate Limits turn Zone Server into a single point of failure... except for you can have as many zone servers as you need to be reliable. They come in pairs anyways. Its like losing your DNS server.
Rate Elevation inside a company requires you to sign into the corporate networks, that way guests can't harm you.
No Flag day is true, you can start with one card, and one router somewhere on the internet and grow from there.
Wolfy thinks that policy egress isn't already being managed in firewalls.
Oauth2 is being used as an authorization and configuration policy replacing clear-text RADIUS.
The draft doesn't violate RFC 7258 as already your work is monitoring you. And at home your in control of your own Zone Server, Zone Server doesn't log packets, just errors
*The draft assumes unlimited data storage and doesn’t care.* No it doesn't we only report errors, and performance every five minutes and accounting where required the third A of a radius server. A 1000 person company would be less than a 100G per month. 2 years on a single drive.
it doesn't log, dns, or flow, thats all a different device called SIEM or a FW, or a NetFlow none of which NetLog does.
*Mandatory identity binding eliminates hardware anonymity by default.* OAuth2 JWT binds to the device at the NIC level before any user interaction
This is true, it is built for corporate, the network card is usually following a person around, its built so you can roam from network to network.
*The anonymity eliminated is at the layer hardest to restore.* Me thinks wolfy has never looked at a fortigate log, it correlates, MAC address, last ip, every flow, the last logged in, logged in to what networks, all in a handy dandy report manager.
*Device-to-traffic attribution becomes a database query, not an investigation.*Me thinks wolfy has never reviewed online firewall logging.
*NIC firmware rate limits make the network unusable without Zone Server permission.*
This is the broadcast rate so unathenticated users can't DDOS
*This architecture is fail-closed, and that can kill people.*
Each network segment can be dns-only and have no other restrictions and you need DNS to get from ipv4 to ipv8 there is no other way in the eco system.
*IPv8 is fundamentally incompatible with real-time operating systems *
IPv8 is 100% ipv4 compatible at the segment level, use IPv4 if you don't want the overhead of IPv8.
*All of the stuff about blocking*Its like wolfy has never admined a modern day firewall, you can do all that stuff already.
Enough said.
On Thu, Apr 30, 2026 at 5:18 PM Rich Kulawiec via NANOG < nanog@lists.nanog.org> wrote:
When this was floated on various IETF mailing lists, someone took the time to write:
We Need to Talk About the IPv8 Draft - wolfy https://substack.com/home/post/p-194315405
---rsk _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/QD6JBVII...
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/TUSOARZ2...
Andre, Have you read it ? The point about LLMs is not to reinforce ideas but to be a research tool. What i haven't seen is any basis in merit of the idea. I come from a different generation and a different side of the firewall. I am trying to solve the big 3 problems 1. Network management 2. Operations 3. Address management. And maybe you think this is a problem that doesn't need solving really. But i can also tell you I've also been getting a tremendous amount of support that it's a good idea. I'm trying to fix bgp problems that have existed for a long time. I'm trying to be backwards compatible at the FIB level. So i don't care about ipv6 because I'm not about address exhaustion and behind the corp firewalls there is no IPv6 to be hardly measured. It's not an accident you can't get anybody to want it upgrade. It was great to be so welcomed on basically what I was asking What can we do to improve BGP and the answer is it's great right now. Go away Jamie On Thu., Apr. 30, 2026, 8:21 p.m. Andre Sencioles via NANOG, < nanog@lists.nanog.org> wrote:
Dear Jamie,
Stop talking to LLMs. No, seriously. Stop NOW! LLM models WILL NOT tell you are wrong, they will keep reinforcing your beliefs to keep you wasting tokens. This is what the models were "trained" to do.
You are showing all signs of going down a sycophantic loop with a delusional LLM. You are not the first one, and you won't be the last. I urge you to go and read this: https://techcrunch.com/2025/10/02/ex-openai-researcher-dissects-one-of-chatg... But really ready it! Don't ask for a summary, or tell your agents to extract the key points. Use your MK1 eyeballs.
Now, after reading that carefully, think about this: You have a whole community of experienced network engineers telling you are wrong in the most fundamental ideas of your design.
Ask yourself: Have I maybe got a bit too excited with my LLM sessions and forgot to do some critical thinking? Am I so out of touch? Or is it the children that are wrong?
With the best of intentions, Andre _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/TI4B6LGZ...
"Andre's point here is 100% correct. This thread should probably die now." [[[[[[ Drops the mic ]]]]]] Seriously, for all we know this is some AI LLM model we are reading, waste of time. There is no need for IPv8 nonsense. We are just getting IPv6 going. On Thu, Apr 30, 2026 at 7:23 PM Andrew Kirch via NANOG <nanog@lists.nanog.org> wrote:
Andre's point here is 100% correct. This thread should probably die now.
Andrew
On Thu, Apr 30, 2026 at 7:21 PM Andre Sencioles via NANOG < nanog@lists.nanog.org> wrote:
Dear Jamie,
Stop talking to LLMs. No, seriously. Stop NOW! LLM models WILL NOT tell you are wrong, they will keep reinforcing your beliefs to keep you wasting tokens. This is what the models were "trained" to do.
You are showing all signs of going down a sycophantic loop with a delusional LLM. You are not the first one, and you won't be the last. I urge you to go and read this: https://techcrunch.com/2025/10/02/ex-openai-researcher-dissects-one-of-chatg... But really ready it! Don't ask for a summary, or tell your agents to extract the key points. Use your MK1 eyeballs.
Now, after reading that carefully, think about this: You have a whole community of experienced network engineers telling you are wrong in the most fundamental ideas of your design.
Ask yourself: Have I maybe got a bit too excited with my LLM sessions and forgot to do some critical thinking? Am I so out of touch? Or is it the children that are wrong?
With the best of intentions, Andre _______________________________________________ NANOG mailing list
https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/TI4B6LGZ...
_______________________________________________ NANOG mailing list https://lists.nanog.org/archives/list/nanog@lists.nanog.org/message/FSK3HBWI...
participants (29)
-
Andre Sencioles -
Andrew Kirch -
Christopher Morrow -
Dan Mahoney -
Dorn Hetzel -
Gary Sparkes -
Izaac -
Jamie Thain -
Javier J -
Job Snijders -
Joe Klein -
Joe Provo -
Josh Luthman -
Justin Streiner -
Larry Brower -
lists@at.encryp.ch -
Lucien Hoydic -
Mikael Abrahamsson -
nanog@jwpemail.com -
Nick Hilliard -
Randy Bush -
Rich Kulawiec -
Saku Ytti -
Shane Ronan -
Shrihari Pandit -
sronan@ronan-online.com -
steve ulrich -
Tom Beecher -
Volkan SALİH