Empty queries on with eero DHCP

I have set DNS in eero iOS app point to the IP address of rpi. Set DHCP automatic by eero

Expected Behaviour:

Pihole should show all the clients and queries

Actual Behaviour:

0 clients , 0 out of 0 queries

Debug Token:

https://tricorder.pi-hole.net/ihvb0a9ff2

Your debug log shows that Pi-Hole is working properly. The router configuration is likely incorrect.

Manually assign a client to use Pi-Hole for DNS and see if the traffic for that client appears in Pi-Hole.

Thank you. I manually set client (MacBook) DNS Severs to rpi address in Network (macOS) but not thing show up in Admin Console. I tried ssh to the machine and open both chronometer and Padd but they all show 0 clients.

My gateway in eero Pro router. I don't think I can configure anything because eero doing all of the routing. The only thing i can change is DHCP from automatic to Manual IP or Bridge on eero App

Would you mind elaborate on router configuration?

From the Mac terminal (and not via a ssh session to the Pi), what are the outputs of these commands:

nslookup pi.hole

scutil --dns

nslookup pi.hole gives me back the ip address of the rpi

sctutil --dns

resolver #1
  nameserver[0] : 192.168.7.89
  nameserver[1] : 1.1.1.1
  nameserver[2] : 1.0.0.1
  flags    : Request A records
  reach    : 0x00020002 (Reachable,Directly Reachable Address)

DNS configuration (for scoped queries)

resolver #1
  nameserver[0] : 192.168.7.89
  nameserver[1] : 1.1.1.1
  nameserver[2] : 1.0.0.1
  if_index : 5 (en0)
  flags    : Scoped, Request A records
  reach    : 0x00020002 (Reachable,Directly Reachable Address)

resolver #2
  nameserver[0] : fd00:976a::9
  if_index : 12 (ipsec0)
  flags    : Scoped, Request AAAA records
  reach    : 0x00000002 (Reachable)

and othesr Not reachable

It would help us to see the complete output.

You have provided a bypass around Pi-Hole.

Thank you very much for helping. I was able to resolve the issues by reconfigure pihole and delete DNS in Networks setting

Step 1: pihole -r to reconfigured pihole

Step 2: Set IPv4 to rpi address in System Preferences/Network/Advanced/DNS Servers

Here is the output after

nslookup pi.hole

Server:		192.168.7.89
Address:	192.168.7.89#53

Name:	pi.hole
Address: 192.168.7.89

scutill --dns

resolver #1
  nameserver[0] : 192.168.7.89
  flags    : Request A records
  reach    : 0x00020002 (Reachable,Directly Reachable Address)
===============================================================
DNS configuration (for scoped queries)
resolver #1
  nameserver[0] : 192.168.7.89
  if_index : 5 (en0)
  flags    : Scoped, Request A records
  reach    : 0x00020002 (Reachable,Directly Reachable Address)

resolver #2
  nameserver[0] : fd00:976a::9
  if_index : 12 (ipsec0)
  flags    : Scoped, Request AAAA records
  reach    : 0x00000002 (Reachable)

Question for @jfb , under resolver #1 nameserver[1]: 1.1.1.1 nameserver[2]: 1.0.0.1 means that I have had set DNS to Cloudfare some how right ?

This is correct.

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