Hello
i have configured Masqdns on 10.10.10.66 with 10.10.10.1 as gateway. i have a client 172.10.10.66 with gateway 172.10.10.1. i am able to browse internet through my dns server on 10.10.10.0 subnet but unable to do so through 172.10.10.0. my dnsmasq service shows following line also
msaq dnsmasq[1631]: DNS service limited to local subnets.
i can ping 10.10.10.66 from 172.10.10.66
i have check by adding following line step by step
localise-queries
listen-address=10.10.10.66
or listen-address=0.0.0.0
allow-queries=172.10.11.0/24
Local=/10.10.172.in-addr.arpa/
all failed. can any one provide a solution