I have an asus router with a pi-hole on the network.

I was doing some work on my server and noticed that when pi-hole was down, I couldn’t access the internet. I was looking for some ideas online how to deal with this, but they said to have a second pihole on the network in case one is offline. Is that the only way to do it? Is there any way to have the network go back to normal if the pihole is offline?

  • @WindowsEnjoyer
    link
    English
    7
    edit-2
    4 months ago

    On Mikrotik I have a script that runs every 30sec. If pi-hole not responding, router switches to public cloudflare dns records, otherwise to pi-hole IP.

    This setup works like a charm.

    P.S. I am using Blocky, but it’s almost the same as Pi-Hole.

    EDIT: Since at least 2 guys asked how to do it:

    https://forum.mikrotik.com/viewtopic.php?p=866934#p866934

    Don’t forget to configure Mikrotik router to act as passthrough DNS server with cache (for performance) and configure DHCP server’s DNS to router’s IP.

    • walden
      link
      fedilink
      English
      3
      edit-2
      4 months ago

      That sounds cool. I’ve never messed with scripts on Mikrotik, but would it be possible to share what you have?

      I’m guessing a relatively short DHCP lease time is also in play so devices can get the new DNS address? Or do you have Mikrotik set as the DNS server?

      • @WindowsEnjoyer
        link
        English
        24 months ago

        I’ve edited my comment. It contains my used script.

        • walden
          link
          fedilink
          English
          14 months ago

          Thank you, I’ll bookmark it for later.

    • BarbecueCowboy
      link
      fedilink
      14 months ago

      Seconding the request to share your work.

      That is an amazing idea you’ve come up with that I never considered, but now I need it.

      • @WindowsEnjoyer
        link
        English
        14 months ago

        I’ve edited my comment. It contains my used script.