• @unperson
    link
    34 years ago

    Why no IPv6? I can’t federate from home without IPv6.

    • DessalinesOPA
      link
      24 years ago

      Is there an issue for that? I don’t know how to test if that works.

      • @unperson
        link
        34 years ago

        Right now lemmy.ml doesn’t have an AAAA record, if the server has a public IPv6 perhaps you just need to add it. Make sure you’re binding to :: and not to 0.0.0.0.

        You could test by disconnecting your computer (not the server!) from the v4 Internet with ip route del default, assuming you have IPv6 connectivity. Do ip route show default first so that you can ip route add default via … later to restore your v4 access. If your ISP doesn’t offer v6 you’d have to fiddle with Teredo, but it’s worth it because then you have end to end connectivity with everyone else on the v6 Internet with no NAT.