One of my clients should be using the pi-hole to block ad's. Pi is directly connected to my modem/wireless router. Client is connected via wireless. DHCP is controlled by modem/router. I changed the DNS on the client manually to the IP of the pi-hole but that did not help. My nslookup's all time-out, as expected. Pi-hole shows 2 clients but they are def not the one I am trying to set-up.
I restart the devices after every change I made as well. Hit a brick wall now.
Pi-hole v5.1.2
Web Intf v5.1.1
FTL v5.2
Raspberry Pi3 w/ static IP. client has static IP
*** [ DIAGNOSING ]: Networking
[✗] No IPv4 address(es) found on the wlan0 interface.
[✗] No IPv6 address(es) found on the wlan0 interface.
[i] Default IPv4 gateway: 192.168.0.2
* Pinging 192.168.0.2...
[✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546)
[i] Default IPv6 gateway: fe80::c2ff:d4ff:fee2:9a7a
* Pinging fe80::c2ff:d4ff:fee2:9a7a...
[✗] Gateway did not respond. (https://discourse.pi-hole.net/t/why-is-a-default-gateway-important-for-pi-hole/3546)
I saw these errors as well but they do not make much sense to me. My network is very basic. IPv4 is my gateway/modem/router and I can ping and access it no problems. I haven't ever touched the IPv6 stuff. It seems like when I set pi-hole to use my GW as the upstream DNS, it defaults to the IPv6 address. When I look at my network info from the client, specifically the DNS servers, it will show the pi-hole address for IPv4 but, is always superseded by my ISP's IPv6 address. (xxxx:xxx:feed: :1).
After making my post I realized it was most likely not a reboot you were recommending. Thank you for the suggestion as well. I think this may have helped solve my problem. After the re-config the IP address for pi-hole now matches what my router shows and I believe the eth interface has changed. I am seeing my client and more activity on the dashboard too.
I also did an nslookup on a site using my client and it came back with
Addresses: ::
0.0.0.0
Which I read in another FAQ is a good sign the pi is blocking requests.