Equipment:
-Raspberry Pi 4 using wifi
-Pi-hole 5.0
-Technicolor TG799vac router with Mint 17.2, https://bc.whirlpool.net.au/bc/hardware/?action=h_view&model_id=1622
-Windows 10 desktop using ethernet
I can't seem to get Pi-hole to block any ads at all on any device.
I had Pi-hole v4 earlier but now it's 5.0. I have a weekly updating script set on my Raspberry. I've set my routers DHCP server to use my Raspberry's ip 192.168.1.142 as it's DNS.
On my Windows 10 machine running following commands:
C:\
λ ipconfig -all
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Intel(R) I211 Gigabit Network Connection #2
Physical Address. . . . . . . . . : 04-D9-F5-F4-1C-43
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.151(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : tiistai 7. heinäkuuta 2020 17.16.26
Lease Expires . . . . . . . . . . : tiistai 7. heinäkuuta 2020 18.16.26
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.142
NetBIOS over Tcpip. . . . . . . . : Enabled
C:\
λ nslookup pi.hole
Server: limppu
Address: 192.168.1.142
Name: pi.hole
Address: 192.168.1.142
It shows 192.168.1.142 as DNS Servers . Should the DCHP Server be that too?
I can access both http://pi.hole and http://192.168.1.142/admin on any client and getting queries to the log. Tested on desktop with ethernet and android device with wifi.
Debug token:
https://tricorder.pi-hole.net/6ow5o5yz9x
Now I'm doubting whether even v4 worked at all since I always use Firefox with uBlock :D.