I set up pihole with the default install settings as my dns server. My pi is connected via ethernet to my fritzbox. I set the adresse of my pi to a local static one (.33) in my fritzbox (still the dhcp server) and bind it to my fritzbox's local dns server-adresse. According to the install instructions this should be the "LAN method". After i renewed my dhcp lease on my devices they seem to get the right dns adresse (.33) but i cant access the internet. When i use nslookup on my devices it times out - when i use it via ssh on the pi it actually resolves.
What i tried:
reboot (pi & fritzbox)
reinstall pihole
check the .33 adresse is unique
searched this forum / reddit
Actual Behaviour:
Any devices in my network with the local dns-adresse of the pi-hole (.33) seem to have no internet. There is also no query coming in (from the devices in my network) on the pihole admin interface. The odd one is that querys via nslookup on my pi do appear. Also it only shows 4 clients (2x pi.hole & 2x localhost).
Do you have any ideas what could cause this problem?
I think it could be some kind of network problem with my fritzbox / pi <-> devices communication but i want to make sure i set it up all correctly.
On my macbook that is connected to the router and has the "correct" dns adresse of my pi:
nslookup pi.hole 192.168.178.33
;; connection timed out; no servers could be reached
nslookup flurry.com 192.168.178.33
;; connection timed out; no servers could be reached
Only those querys issued on my pi via ssh connection were issued. (That are those from the screenshot) flurry.com gets blocked (as expected i guess) and discourse.pi-hole.net was answered. All querys from devices connected with my router dont receive a server answer (as you can see the connection times out).