Pi-hole showing "Warning in dnsmasq core: “Ignoring query from non-local network” and breaks internet for that specific device on notification
I am running pihole in a docker container. My pihole address is 192.168.188.25. (subnet:192.168.188.0/24), other device on the network has 192.168.88.0/24 subnet. Both subnet is on the same router.
After installing pihole I change the dns from google to custom: 192.168.88.1. ( it's the router also the dns server. Local network in [CIDR notation]: 192.168.88/24, IP address of your DHCP server (router): 192.168.88.1. Group management> clients: 192.168.88.0/24, 192.168.188.0/24.
But this setup doesnt work with the default setup: Allow only local requests, but if I changed it to " Permit all origin" pihole works. So, what I am doing wrong?