Pi-hole becomes inaccessible

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

Pi-hole should function as a DNS and DHCP server for my local network

Actual Behaviour:

Pi-hole becomes inaccessible and I lose connectivity to the Internet

Debug Token:

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

You have two active IP's assigned to the Pi (one on ethernet, the other on WiFi). Is this intentional?

** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] bag-hermes.com is 0.0.0.0 on lo (127.0.0.1)
[✓] bag-hermes.com is 0.0.0.0 on eth0 (192.168.1.10)
[✓] bag-hermes.com is 0.0.0.0 on wlan0 (192.168.1.158)
[✓] doubleclick.com is 142.250.74.206 via a remote, public DNS server (8.8.8.8)

Your Pi-hole DHCP server is answering on both IP's and providing the respective IP's for DNS:

*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
   Scanning all your interfaces for DHCP servers
   Timeout: 10 seconds
   
   * Received 300 bytes from eth0:192.168.1.10
     Offered IP address: 192.168.1.183
     Server IP address: 192.168.1.10
     Relay-agent IP address: N/A
     BOOTP server: (empty)
     BOOTP file: (empty)
     DHCP options:
      Message type: DHCPOFFER (2)
      server-identifier: 192.168.1.10
      lease-time: 86400 ( 1d )
      renewal-time: 43200 ( 12h )
      rebinding-time: 75600 ( 21h )
      netmask: 255.255.255.0
      broadcast: 192.168.1.255
      dns-server: 192.168.1.10
      domain-name: "lan"
      router: 192.168.1.1
      --- end of options ---
    
   * Received 300 bytes from wlan0:192.168.1.158
     Offered IP address: 192.168.1.159
     Server IP address: 192.168.1.158
     Relay-agent IP address: N/A
     BOOTP server: (empty)
     BOOTP file: (empty)
     DHCP options:
      Message type: DHCPOFFER (2)
      server-identifier: 192.168.1.158
      lease-time: 86400 ( 1d )
      renewal-time: 43200 ( 12h )
      rebinding-time: 75600 ( 21h )
      netmask: 255.255.255.0
      broadcast: 192.168.1.255
      dns-server: 192.168.1.158
      domain-name: "lan"
      router: 192.168.1.1
      --- end of options ---
    
   DHCP packets received on interface lo: 0
   DHCP packets received on interface eth0: 1
   DHCP packets received on interface wlan0: 1

Your Pi-hole is configured for the ethernet IP:

`PIHOLE_INTERFACE=eth0'

I have disabled the wlan0 but the problems with the DHCP continue

New token: https://tricorder.pi-hole.net/VIvpJX4a/

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