Yggdrasil Network

(yggdrasil-network.github.io)

119 points | by Velocifyer 2 days ago ago

58 comments

  • postsantum 2 days ago ago

    Thank you, Yggdrasil, for being just a compact routing scheme, not a semi-governmental military solution for implementing horrors beyond my comprehesion (they just love nordic or lotr names for that kind of things)

    • xeonmc 2 days ago ago

      ootl: what's the deal with hereditary purists and authoritarians appropriating nordic symbolism as dogwhistles?

      • johanneskanybal a day ago ago

        It's where all of western history comes from so it's not very strange to be popular overall. It's not like us mythology is a thing.

        • xhevahir a day ago ago

          All of Western history comes from the Nordic countries? News to me.

          • gucci_breakfast a day ago ago

            this commenter seems to have forgotten hellenistic greece or a little empire called... Rome? lmao

        • krapp a day ago ago

          >It's not like us mythology is a thing.

          It was before "Americans" came along.

          • bulbar a day ago ago

            Not really, it's just that the Americans and their culture got eradicated for the most part by the invaders/colonialists.

            • throwawaypath 14 hours ago ago

              Maybe they shouldn't have let so many illegal immigrants in.

            • gob_blob a day ago ago

              I think that that's exactly what the person you replied to was saying.

      • krapp 2 days ago ago

        The Nazis were obsessed with a fictional occult quasi-mythology of the "Aryan" race that heavily appropriated Norse mythology and symbolism. The SS symbol was a pair of sun runes for instance.

        I think they appropriate Tolkien (who despised the Nazis and their corruption of "Germanic" ideals and Norse mythology) because a lot of them are nerds who don't read too deeply into it, like how right-wingers and conservatives enjoy Star Trek while being completely oblivious to its progressive ideology.

        • Arubis 2 days ago ago

          Venkat Rao noticed this and turned it into a rather excellent essay: https://contraptions.venkateshrao.com/p/discworld-rules

          > The Lord of the Rings is a great story, but I have to say, I’ve never understood the strange hold it seems to have on the imagination of a particular breed of technologists.

          > As a story it’s great. It is pure fantasy of course (in the Chiang’s Law sense of being about special people rather than strange rules), full of Chosen Ones doing Great Man (or Great Hobbit) things. As an extended allegory for society and technology it absolutely sucks and is also ludicrously wrong-headed. Humorless Chosen people presiding grimly over a world in terminal decline, fighting Dark Lords, playing out decline-and-fall scripts to which there is no alternative, no Plan B.

          • EdwardDiego a day ago ago

            Thank you for the link, that was a great essay and now I need to reread the Discworld novels.

        • throw-the-towel a day ago ago

          Ah, the nerds, always itching to build the Torment Nexus from the classic novel Don't Build the Torment Nexus.

        • postsantum 2 days ago ago

          It's not hard to imagine what elf-rights were thinking of humans. Perhaps they even had a slur or two

          • krapp 2 days ago ago

            Definitely for the dark elves.

    • cluckindan a day ago ago

      I thought the name is a Max Payne reference.

  • infogulch 2 days ago ago

    Is Yggdrasil still using raw truncated ed25519 keys to determine the treespace root node? [1] If so, this seems to be an obvious network availability vulnerability. [2]

    [1]: https://yggdrasil-network.github.io/2021/06/19/preparing-for...

    [2]: https://news.ycombinator.com/item?id=27577201#27580938

  • mitchbob 2 days ago ago
  • realreality 2 days ago ago

    It's been working well for me as a kind of poor-man's tailscale, connecting several VPS and several laptops.

    • MarsIronPI a day ago ago

      I considered using Tailscale, but at the end of the day Yggdrasil is more inspiring to me. I like the idea of a network with no central authority delegating addresses. I hope that it takes off beyond just an overlay network. I'd be curious to try running it directly over some physical link without IP. Imagine if the world ran on something like Yggdrasil: anyone could plug in and get a publicly routable address. I think it would be great for decentralization and the open internet.

      • realreality a day ago ago

        I share that sentiment. I've thought about combining yggdrasil with garage to create a sort of plug-and-play distributed storage pool shared with a trusted circle.

        Though I wonder if the network routing would break down beyond a certain scale, or if it can be resilient against attacks. I don't know enough about the inner workings to be determine the weak points.

      • ffsm8 a day ago ago

        > Imagine if the world ran on something like Yggdrasil: anyone could plug in and get a publicly routable address.

        Mmh, I heard that one before... It's one of the main points for ipv6 ( ・ั ﹏ ・ั )

        • mishmish66 a day ago ago

          yes exactly, that's why yggdrasil uses ipv6

        • MarsIronPI 12 hours ago ago

          Yes, except IPv6 still has central authorities, no? I can't just generate an identity, connect to a peer and be on the global network right?

  • kls0e 17 hours ago ago

    Mesh Network Lab: Emulate routing of Babel, Batman, OLSR, BMX, Yggdrasil & CJDNS

    https://github.com/mwarning

    This project by mwarning42 is meant to test Mobile Ad-Hoc Mesh routing protocols. Out of the box supported are Babel, B.A.T.M.A.N.-adv, OLSR1, OLSR2, BMX6, BMX7, Yggdrasil and CJDNS.

  • Karrot_Kream 2 days ago ago

    Does anyone run private services for themselves on Yggdrasil by allowlisting specific IPs and piggybacking on the routing layer? I've thought about doing this but haven't tried it.

    I wish TLS behaved better with private networks but I around certificates continues to mostly be oriented around the Internet.

    • realreality a day ago ago

      Yes. All you have to do is whitelist your clients' yggdrasil addresses in your firewall.

      in pf syntax:

        table <yggdrasil> persist file "/etc/yggdrasil-allowed"
      
        pass in quick on tun0 inet6 proto tcp from <yggdrasil> to port $services
      • Karrot_Kream a day ago ago

        Have you had issues with bad actors flooding you? And how are your routes (when you're stationary?) Just curious

        • MarsIronPI a day ago ago

          I actually don't have firewalls set up on my devices that run Yggdrasil yet (please don't crack me). I haven't noticed any brute-force attacks on my SSH servers yet. Though I really should set up firewalls.

          As for routing, I run my own node on a VPS, so all my edge devices are peered with that machine so routing is fine. Though when my machines are on the same network they automatically peer with each other directly.

        • realreality a day ago ago

          I haven't noticed any bad actor traffic. Perhaps yggdrasil is still too obscure to bother attacking.

          The stationary nodes are connected to several public yggdrasil peers that are geographically close by. The routing "just works", though connecting to a peer can take a few seconds, at first.

    • MarsIronPI a day ago ago

      I don't run services on Yggdrasil yet, but I use it heavily to get static, publicly routable addresses for SSH purposes. It's very nice because Yggdrasil automatically finds peers on the local network, so my addresses still work for devices on the same local network, if there's no uplink.

  • woleium 2 days ago ago

    it’s been “new” fir as long as i have known about it, over 5 years or so? or is this a different thing?

    • OsrsNeedsf2P 2 days ago ago

      Doesn't look that active either. It unfortunately seems like there isn't a great use case for these networks that will adopt usage through the hurdles

      • pwndByDeath 2 days ago ago

        I don't recall the year but it was a long while ago, the developer and CJD from cjdns were chatting about ygg, very similar projects just different projects.

        The point was to put routing and privacy at the foundation of "the internet"

        It was mostly a response to the knowledge of prolific government and corporate spying. There are public nodes to piggyback on the legacy internet but it's another project that let's users build and control their own infrastructure, e.g. mesh-local

        Also see CJDNS, darknet project and hyperboria

        • yjftsjthsd-h 2 days ago ago

          Actually, could anyone compare this to cjdns? On the surface they seem pretty similar. Docs say:

          > Yggdrasil was created in order to build a decentralised routing scheme for mesh networks that can potentially operate at a global scale, motivated in particular by significant performance and scaling issues that were present in cjdns at the time.

          ( https://yggdrasil-network.github.io/faq.html )

          but that was a while back; where do they stand today?

          • pwndByDeath a day ago ago

            I always thought of them as the same.basic idea, but CJD went on to make a network crypto thing that I never really understood.

            Ygg and cjdns are the same from a cosmetic point of view just different developers.

            IMO ygg is easy to install, cjdns was adding some new dev things that complicated the non developer experience, but that was a few years ago

      • akho 2 days ago ago

        Tailscale somehow found use for self-hosters, despite being wildly unergonomic for an all-Linux, non-corporate, network. Yggdrasil lacks marketing effort, but is otherwise a great option.

        • MarsIronPI a day ago ago

          I actually use Yggdrasil in lieu of Tailscale because I love the idea of a decentralized routing system.

          • rubatuga a day ago ago

            I never understand why people enjoy having a centralized control plane.

            • hnav a day ago ago

              easier to implement and understand

            • MarsIronPI a day ago ago

              I can't tell if you're being sarcastic, but assuming you're not: Tailscale makes security easier because networks are private by default. To achieve a similar effect with Yggdrasil you'd have to use a firewall to whitelist the Yggdrasil IPs of all your devices. So it's more work to set up.

              • akho a day ago ago

                You have to use a firewall anyway. If you use Tailscale, you have two firewalls, which is not strictly easier.

                • MarsIronPI 12 hours ago ago

                  Huh? I thought one of the appeals of Tailscale is that security is done at the network level; plus that your network is private, so you don't get randos knocking at your ports.

                  • akho an hour ago ago

                    What does “at the network level” mean?..

                    Anyway; Tailscale is not your only network. If you’re on a laptop, you need to be able to log onto rando wifi networks. If you’re at home, you need to be mindful of your smart fridge going rogue. You need to run a firewall. Tailscale adds a separate, Tailscale-specific, firewall with centralized management. Now you have two firewalls.

      • rubatuga a day ago ago

        I mean, it just had a release in Feb 2026, version 0.5.13.

  • Animats 2 days ago ago

    Not to be confused with the Yggdrasil Linux distro.

    (Sometimes being first doesn't help.)

    [1] https://en.wikipedia.org/wiki/Yggdrasil_Linux/GNU/X

    • cestith 2 days ago ago

      Yggdrasil was my first distro, but I was evaluating it and another one back to back. I ended up sticking with SLS until I got a RedHat Linux book with a CD in the back - at retail, in brick and mortar book store. The next couple were Caldera and Mandrake, this time in tidy cardboard boxes with multiple discs and multiple books each. I think I got those both at computer/electronics stores. The latency was high, but the bandwidth of driving home with 7 discs was hard to beat at the time.

    • mbirth 2 days ago ago

      Or the yggdrasil daemon from Red Hat:

      https://github.com/RedHatInsights/yggdrasil

  • lokar 2 days ago ago

    That is a remarkably content-free website. I tried (I think) all of the obvious pages, but still don't know in any detail, how do they handle routing differently from the normal internet.

    Can anyone explain? They complain that routing on the internet is (somewhat) hierarchical to scale, but then don't explain their solution to the same problem(s).

    The simplified choice has always been distance-vector, or link state. Are they a better attempt at one of these? Some new idea?

    • MarsIronPI a day ago ago

      The novelty is that routing is based on cryptographic identity. Yggdrasil's IPv6 addresses are actually truncated representations of public keys. You configure the Yggdrasil software with a list of peers which it connects to over normal internet, but then when you route a Yggdrasil address your device talks to all its peers, who talk to their peers and so on until they find your destination. As I understand it, they optimize it by caching the routing information and using bloom filters to find the appropriate peer.

    • mrsssnake a day ago ago

      Picture this:

      You have three devices at home, A, B and C. Only device A have Internet connection and can connect to public Yggdrasil node. B can connect only to A and C. C can connect only to B. Have Yggdrasil installed on all of them (and tell Yggdrasil about the peers), all devices would have access to full Yggdrasil network.

      • lokar a day ago ago

        And? How is that novel? I read the site as saying the have a new, and better solution to how to do internet scale routing (in an overlay network, but that did not seem like a critical aspect)

  • ajvs a day ago ago

    Was evaluating this recently, the lack of NAT busting was a dealbreaker.

    • Karrot_Kream a day ago ago

      You can make outbound connections to peers to avoid NAT.

    • rubatuga 13 hours ago ago

      yggdrasil-jumper aims to help with this