Originally posted by Dr Evil
Remove the 81.* DNS servers. Clients will then direct all name queries to the DNS Server at 192.168.1.10. It will then answer all queries directly for clients for the domain it is authoritative for (i.e. Blah.local).
If it doesn't know about a domain it can (in order of best practise):
[1]
resolve it via 192.168.1.5 (which is, I assume, another caching DNS server built into the router - it will usually have DNS data from the ISP's DHCP).
[2]
resolve it via the ISP DNS servers - you need to tell 192.168.1.10 what they are.
[3]
resolve directly using the root servers.
Comment