Web Interface not show activity

So I am using a stock install of Raspbian on a Pi3+ and Pi-hole everything is up to dated. I followed the instructions on Installation - Pi-hole documentation to make sure everything is covered for the first time.
When I first started using it I get all the of updates on web interface. When at some point it stops updating graphs and information. As far as I can tell Pi-hole is still providing DNS services and blocking, but the only information being show on the web interface is the RPi own DNS requests every other devices using it for DNS are not reported. I have done tnslookups for goolge.com. It shows my MacBook is using my Pi-hole for DNS.
I have tried more than a few suggestion on discord and google with no results. I did a fresh install and again it stops updating the web interface. Any ideas?

debug log
https://tricorder.pi-hole.net/dxXwtbsR/

Link to publicly accessible debug log removed by moderator.

Because the other devices are not using Pi-hole as DNS.

Your router is advertising itself as DNS server:

      Message type: DHCPOFFER (2)
      server-identifier: 10.0.1.1
      lease-time: 86400 ( 1d )
      netmask: 255.255.255.0
      router: 10.0.1.1
      dns-server: 10.0.1.1
      renewal-time: 43200 ( 12h )
      rebinding-time: 75600 ( 21h )

You need to change that on the router DHCP settings. Change it to the Pi-hole IP 10.0.1.202.

Thank You for helping me.
I have been using the Pi-hole as the DNS on my Macbook only. What you have pointed out the next problem, Im trying to deal with. When I put the Pi-hole as DNS server for my Apple Extreme it loses all connectivity. I have tried dozens of options on the apple router with no luck. Apple has made sure there is no access to the logs so I haven't been able to see what is going on. So I ordered a new ASUS router and plan on replacing it.

I run this router and have had no problems with Pi-hole. I'm sure you can make this router work without replacing it.

What settings were you using in the Apple router?

Also, how have you configured your MacBook (which I also use) to use Pi-hole as DNS server?

I am using DHCP in the Internet tab. Internet options: I have it Configure IPv6 Automatically but I have tried local-link and IPv6 Mode Native: it is set to Native.
In the Network tab I use DHCP and Nat. I use DHCP Reservations for several of the machines needing a Static IP. Then under Internet Options: Enable NAT Port Mapping Protocol. Enable IGMP and Block incoming IPv6 connections is off.
Thanks





This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.