Skip to main content
πŸŽ“ Claude Code Masterclass Learn AI-assisted development on Udemy β€” plus the companion book on Leanpub & Amazon. Start Learning
IPv8 Internet Protocol Version 8 IETF draft 2026
Open Source

IPv8: The IETF Draft That Could Replace Both IPv4 and IPv6

Internet Protocol Version 8 proposes a managed network suite that is 100% backward compatible with IPv4, solves address exhaustion without NAT, and.

LB
Luca Berton
Β· 4 min read

A new IETF Internet-Draft landed in April 2026 that’s turning heads: Internet Protocol Version 8 (IPv8). Not IPv5 (RTP), not IPv6 (the perpetual β€œnext year” protocol) β€” IPv8. And its headline claim is extraordinary: 100% backward compatibility with IPv4, zero flag day, and it solves address exhaustion.

Let’s break down draft-thain-ipv8-00.

The Core Idea

IPv8 doesn’t replace IPv4 β€” it extends it. An IPv8 address with the routing prefix field set to zero is an IPv4 address. No existing device, application, or network requires modification.

The address format:

IPv8 Address: r.r.r.r : h.h.h.h
              β”œβ”€β”€β”€β”€β”€β”€β”€   β”œβ”€β”€β”€β”€β”€β”€β”€
              Routing     Host
              Prefix      Address
              (ASN)       (32-bit)
  • Routing prefix (r.r.r.r): Encodes the Autonomous System Number (ASN)
  • Host address (h.h.h.h): Full 32-bit host space per ASN

When the routing prefix is 0.0.0.0, the host address is a standard IPv4 address. Legacy devices see normal IPv4 packets.

Address Exhaustion: Solved Without NAT

Each ASN holder receives a full 32-bit host address space β€” 4,294,967,296 addresses per ASN. With ~100K ASNs currently allocated, that’s 400+ trillion addresses without expanding the routing table.

The global routing table is structurally bounded to one entry per ASN β€” compared to the 1M+ prefixes in today’s IPv4/IPv6 DFZ (Default-Free Zone).

ProtocolAddress SpaceRouting TableNAT Required
IPv44.3 billion total1M+ prefixesYes (exhaustion)
IPv6340 undecillion200K+ prefixes (growing)No
IPv84.3B per ASNOne entry per ASN (~100K)No

The Management Philosophy

IPv8 isn’t just an addressing scheme β€” it’s a managed network suite. Every component is unified:

Zone Server: The Single Point of Control

Every IPv8 network has a Zone Server that provides:

  • DHCP8: Single lease response delivers all configuration
  • DNS8: Name resolution with egress validation
  • OAuth2 JWT: Every manageable element authorized via tokens from local cache
  • NTP8: Time synchronization
  • WHOIS8: Active route registration and validation
  • NetLog8: Unified telemetry
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚           Zone Server                     β”‚
β”‚                                           β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚  β”‚DHCP8β”‚ β”‚DNS8 β”‚ β”‚OAuth2β”‚ β”‚ NetLog8 β”‚  β”‚
β”‚  β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”            β”‚
β”‚  β”‚NTP8 β”‚ β”‚WHOIS8β”‚ β”‚Update8β”‚            β”‚
β”‚  β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚
         β–Ό JWT-authorized management
β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”
β”‚ Hostβ”‚ β”‚ Hostβ”‚ β”‚Routerβ”‚ β”‚Switchβ”‚
β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜

Egress Validation

Every packet leaving an IPv8 network is validated at egress:

  1. DNS8 lookup confirms destination exists
  2. WHOIS8 check validates an active registered route to the destination ASN
  3. Invalid packets are dropped before hitting the internet

This is built-in DDoS mitigation β€” you can’t spoof source addresses or send traffic to unregistered destinations.

Security Model: East-West and North-South

IPv8 bakes in zero-trust principles at the network layer:

  • North-South (ingress/egress): WHOIS8 route validation, DNS8 egress filtering
  • East-West (lateral movement): OAuth2 JWT authorization for device-to-device communication
  • Management plane: All network management operations require valid JWT tokens

No more β€œflat network” lateral movement. Every hop is authenticated.

Backward Compatibility

The draft emphasizes repeatedly: no flag day, no forced migration.

  • IPv4 addresses are valid IPv8 addresses (routing prefix = 0)
  • Legacy devices continue to work unchanged
  • IPv8-aware devices can communicate with IPv4 devices transparently
  • XLATE8 (translation) handles interop between IPv8-native and legacy networks
  • Socket API remains compatible (extended, not replaced)

The Companion Specifications

IPv8 is not a single RFC β€” it’s a full suite:

DraftPurpose
draft-thain-ipv8-00Core protocol
draft-thain-routing-protocols-00BGP8, IBGP8, OSPF8, IS-IS8
draft-thain-rine-00Regional Inter-Network Exchange
draft-thain-zoneserver-00Zone Server architecture
draft-thain-whois8-00WHOIS8 registration/validation
draft-thain-netlog8-00Network telemetry
draft-thain-support8-00ARP8, ICMPv8, Route8
draft-thain-ipv8-mib-00SNMP MIB for IPv8
draft-thain-wifi8-00WiFi8 protocol
draft-thain-update8-00NIC certification

What This Means for Infrastructure Engineers

If IPv8 gains traction, the implications for cloud and platform engineering are significant:

Kubernetes and Container Networking

  • Pod addressing could use full 32-bit space per cluster (no more /16 CIDR planning)
  • Service mesh mTLS becomes complementary to (not a replacement for) network-layer auth
  • CNI plugins would need IPv8-aware IPAM

Cloud Providers

  • VPC addressing becomes trivial (each VPC gets an ASN-equivalent space)
  • No more RFC1918 overlap headaches in multi-cloud
  • Transit gateway complexity reduced

Enterprise Networks

  • NAT elimination simplifies troubleshooting dramatically
  • Unified management plane replaces 5+ separate tools
  • Compliance auditing via NetLog8 and JWT audit trails

Skepticism and Open Questions

This is an individual Internet-Draft (not yet adopted by any IETF working group). Key questions:

  1. Is β€œmanaged” too opinionated? β€” IPv4/IPv6 success came from being minimal and flexible
  2. Zone Server as SPOF β€” central management plane introduces availability concerns
  3. OAuth2 at network layer β€” performance overhead for high-PPS routing?
  4. Adoption path β€” even with backward compatibility, who deploys first?
  5. IPv6 investment β€” billions spent on IPv6 transition; political will for β€œyet another protocol”?

The IPv6 Comparison

AspectIPv6IPv8
Backward compatNo (dual-stack needed)Yes (superset of IPv4)
Address format128-bit hex64-bit (32 routing + 32 host)
Migration pathDual-stack, tunnels, NAT64Zero β€” IPv4 is valid IPv8
Management modelBring your ownBuilt-in (Zone Server)
Routing tableUnbounded growthBounded (one entry per ASN)
SecurityIPsec (optional)JWT auth + egress validation
Years in deployment25+0 (draft stage)

IPv8 is either the most elegant solution to 30 years of networking pain, or an overly ambitious β€œboil the ocean” proposal. Either way, it’s the most interesting IETF draft I’ve read in years. The backward compatibility claim alone makes it worth watching.

Free 30-min AI & Cloud consultation

Book Now