Large Number of Clients Showing on Dashboard (v 5.0)

Running pi Hole v5.0 and I'm seeing far more clients on the dashboard (on the Total Queries cardat the top of the dashboard) than I know I have on my network (seeing 140+ when I know there are only around 50-ish)

How can I get a full list of clients being served DNS by pi hole?

Any and all help greatly received!

Please post the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

Done.

What is the token?

Apologies, where do i find that?
Also, a bit more info - I can see that the extensive list of clients is largely made up from IP addresses of one of my DHCP Pools for a particular VLAN. However, if I check the DHCP Pool bindings on the router that is issuing the IP addresses (and pointing all clients to the pi hole as a preferred DNS Server), then only a few IP's in that range have been issued. I have changed the following line in the index.js file to read as:

function updateTopClientsChart() {
$.getJSON("api.php?summaryRaw&getQuerySources=200&topClientsBlocked=200", fun$
if ("FTLnotrunning" in data) {
return;
}

This allowed me to see the clients and this is how I saw the IP addresses

@jfb - I think this call can be closed as I believe I have found an issue with a device (Netatmo Weather Station) on the VLAN in question that was spoofing every IP address in the Pool for its VLAN. After disabling the port it was connected to the error has gone away.

No issue with pi-hole :+1:

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