My Pi-hole is stuck at a number and is not increasing or decreasing I tried updating, resetting the whole system but nothing has change
You can check in it in the pic below👇
Please upload a debug log and post just the token URL 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
Also I can't access that link
That is normal. Only a few people on the Pi-hole team have access to uploaded debug logs. You have access to the original on your Pi.
Actually I'm new in these kind of things😅so idk much about it
Your debug log shows there are two active DHCP servers (.1
and .186
) on the link that your Pi-hole connects to, and one of them is distributing its own IPv4 instead of Pi-hole as DNS server:
*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
Scanning all your interfaces for DHCP servers
* Received 300 bytes from eth0:192.168.0.186
Offered IP address: 192.168.0.100
DHCP options:
Message type: DHCPOFFER (2)
router: 192.168.0.1
dns-server: 192.168.0.114
--- end of options ---
* Received 342 bytes from eth0:192.168.0.1
Offered IP address: 192.168.0.116
DHCP options:
Message type: DHCPOFFER (2)
dns-server: 192.168.0.1
router: 192.168.0.1
--- end of options ---
Furthermore, you should verify your IPv6 settings on your router(s), and probably consider to use an IPv6 ULA address (if your router supports it, range fd00::/8
) or a link-local IPv6 (range fe80::/10
) instead of the GUA IPv6 (from 2000::/3
range) you are currently using.
For such a GUA address, both its IPv6 prefix as well as its interface identifier parts may change sporadically or regularly, and Pi-hole needs a stable IP address.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.