this post was submitted on 18 Apr 2026
1077 points (97.9% liked)

Technology

86047 readers
3773 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] leanleft@lemmy.ml 1 points 1 day ago

commentary on the yggdrasil overlay network:

Yggdrasil nodes are ordinary userspace routers that intentionally forward traffic for any peer that is reachable over the overlay.
When a local node learns a route to an “Internet‑on‑ramp” (a peer that has a public IPv6 address or a NAT‑traversing tunnel), it adds that path to its routing table and advertises it to its other neighbors. Because every peer can act as a router, traffic from a device that has only a local peer‑to‑peer link can be carried through any other node that has a route to the wider Internet, even though that node is not on the same LAN.

In the traditional Internet, routers are owned and operated by ISPs or autonomous systems that enforce policies such as “do not forward traffic for non‑customer addresses” and NAT/firewall rules that block arbitrary inbound forwarding. Ordinary end‑devices are not allowed to advertise themselves as routers for other users, so a local host cannot automatically use a neighbor’s Internet connection unless explicit forwarding (e.g., NAT, proxy, VPN) is configured.

Yggdrasil’s design therefore differs in two key ways:

  1. Overlay routing is decentralized. Each node maintains a small routing table of reachable peers and, by default, will forward packets on behalf of any other node in the overlay .
  2. No ISP‑imposed forwarding policies. Because the overlay runs over arbitrary transports (TCP/TLS, QUIC, etc.) and all nodes are peers, there is no external authority that blocks or filters traffic‑forwarding decisions, allowing local peers to act as on‑ramps to the wider Internet.

Consequently, a device on a local Yggdrasil LAN can reach the public Internet through any neighboring node that has an external path, while the conventional Internet prevents this kind of unrestricted peer‑to‑peer routing.

https://github.com/yggdrasil-network/yggstack . this is a rootless implementation which runs on any mobile(ipv6) android phone (via termux).
its best to not think of it as an immediate, full, replacement for the the entire internet