The mouse did not survive interrogation.

Also mouse not pictured.

  • nnullzz@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    ·
    3 hours ago

    One day, our internet just stopped working entirely. Our ISP was fine, router good, but no outside connection and I couldn’t access local devices. I have two Unraid servers. I took a quick glance at them, they were powered on, all looked ok. I decide to power cycle everything. Still no internet. Then I realize that I can still access Google from my phone when on WiFi… hmm. That would mean… an issue with pi-hole!

    I begin to try to diagnose from my phone with a hotspot to my computer. I’m getting warmer but some things just aren’t making sense. I go back and stare at the server running pi-hole. Then it fucking hits me.

    I have the pretty odd and totally not ideal home network. I have plans to upgrade everything but currently I have two wifi networks tied to the same WAN. One network is run off of access points so I can get Ethernet to odd areas of the property. The Unraid server hosting pi-hole was connected to an AP and the Ethernet cable I used didn’t have a clip, so it just barely unseated itself from it, breaking the connection. The router+pi-hole config meant also breaking the internet if anything happened to pi-hole or that server. I swapped it for a better cable and it all instantly started working.

    Spent that weekend sorting out the network so it doesn’t happen again. It was definitely a head-scratcher.

    • tofu@lemmy.nocturnal.garden
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      3 hours ago

      Pihole is cool, but fucked me over as well more than once (not the pihole itself but the host). It’s on its own hardware now, but I plan to add a second one to reduce the single point of failure.

      • nnullzz@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 hours ago

        Haven’t thought of that tbh. Would they both just share configuration? Curious how leasing would be split/shared between them. Off to research!

        • Darkassassin07@lemmy.ca
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          2 hours ago

          I’ve been running two piholes for a few years:

          I let the router handle dhcp, while having it hand out each of the piholes IPs as DNS #1 and DNS #2. Those piholes settings are mirrored using Nebula-Sync, so any change made to one pihole gets copied over to the other automatically.

          Both of those piholes are setup to wrap outbound DNS reqests in DOH as well, with the router blocking port 53 outbound. So all DNS traffic leaving the network has to be DOH/DOT or it just gets dropped. Currently using NextDNS and quad9 as my upstream DOH providers.

          Note: the cloudflared method for DOH is outdated. I’m still using it via the docker image “image: cloudflare/cloudflared:2025.11.1”

          I believe This (dns-crypt) is the more recent method.

      • Archer@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        Yep I’ve had it randomly stop working if it has to serve clients outside it’s subnet