Every month or so all my devices lose internet and the only way to connect them all back is to disconnect them from the DNS server that Pihole is running.

I set my Pihole to have a static IP but for some reason after around a month or maybe longer, it just fails. This has happened 4 times over the last while and the only fix is to essentially uninstall everything on my Pihole, disable it, and then reconfigure it from scratch again.

I’m not sure what’s going on so any help would be appreciated.

  • FeminalPanda
    link
    English
    29 months ago

    How do you tell if your ISP has that?

    • @seaQueue@lemmy.world
      link
      fedilink
      English
      39 months ago

      Check your router and see if you received an IPv6 delegated prefix along with your v6 address. Most of the major national home Internet providers in the US should support it now - if your provider supports ipv6 they’re probably giving you a delegated prefix.

      Usually you just enable ipv6 SLAAC + RA or “auto configuration” or something similar on the router and you’re done there.

      Once that’s working your router should broadcast route advertisements, turn “auto configuration”/SLAAC + RA/etc on on a client and see if it gets an ipv6 address. You use this instead of DHCPv6 so don’t mistake the two.

      Fiddle with the options after that, if a client supports a token you can give it something like “::DEAD:BEEF” to set its address to prefix::DEAD:BEEF.

      Beyond that Google “ipv6 SLAAC” and read about it and then read any ipv6 documentation for your software/devices.

      • FeminalPanda
        link
        English
        19 months ago

        Ooo ok, yea, I already have a delegated prefix from spectrum. I’ll look into SLAAC as this is the first time I saw that. Thanks.