Re: Gargoyle and Pi-Hole (ad-blocking)
Posted: Sun Jan 08, 2017 7:55 am
Right now, on the example above, 192.168.0.10 is a computer with DNS setting hardcoded to point directly to pi-hole IP (192.168.0.88) and the router has still my ISP DNS as setting.Lantis wrote:What DNS server are the devices set to use?
They should be pointing at the router, which will do the forwarding.
If that is the current scenario, try pointing them directly at the Pi-hole.
If that resolves the issue, we could change dnsmasq to advertise the pi-hole directly rather than itself (I believe it's an option "6")
Is it normal that the router catch DNS request that should go directly from 192.168.0.88 to 212.27.40.240/241 (ISP DNS)?
Once, in the router, I put 192.168.0.88 as custom DNS server to be used, no more machine has access to internet, I got the max DNS request message, etc => loop
About dhcp-option=6, I guess that it is similar that when I do it through the user interface by putting my custom DNS, isn't it?