Pi-hole won't work on all devices

The issue I am facing:
Hi, why I have all my devices “never uses pi hole”. When I want to type rpi address in dns servers on my computer or phone internet not working and devices still got red colour on this table. Please help.

Details about my system:
raspberry pi 4 + rasbian lite
What I have changed since installing Pi-hole:
I have static ip, I turn off DHCP on router (but when I try to turn off DHCP server on router pi hole website doesn't turn on) and on DHCP on pi hole, I reinstall rasbian.

Please upload a debug log and post just the token that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

1 Like

I think this is it:
https://tricorder.pi-hole.net/k2ndcy2hip

You've configured Pi-hole to listen on eth0, but only have a wireless connection at wlan0.

*** [ DIAGNOSING ]: Networking
[✗] No IPv4 address(es) found on the eth0 interface.

*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
   Scanning all your interfaces for DHCP servers
   Timeout: 10 seconds
   
   * Received 326 bytes from wlan0:192.168.1.1
     Offered IP address: 192.168.1.14
     Server IP address: 192.168.1.1

*** [ DIAGNOSING ]: Setup variables
    PIHOLE_INTERFACE=eth0
    IPV4_ADDRESS=192.168.1.14/24

Run pihole -r and choose reconfigure to set the right interface.

1 Like

thank you very much, it worked :smiley:

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