Hi Chris, Charlie, & all
I have a scenario where I must use an extra DNS, it goes like this:
Client system is setup with their FQDN so its simple to move to hosting ther own mail server in the near future. Clients website is hosted with the ISP on an Apache vitual server. If I point the www entry in the hostnames to the IP of the virtual server it hits a redirect page that takes you to the ISP homepage.
With the host www removed from the panel the system just returns an error saying not found as it is authorative for this domain and it doesn't know about it.
In order for this setup to function the system must be made aware that there is another DNS server that can resolve the www entry if it doesn't exist on this DNS server; I acheived this by hacking around the named.conf and adding in a forwarder entry - a very crude and temporary solution until I can come up with something better.
BTW - as the named.conf is chrooted the /etc/named.conf is a link to the real named.conf; this makes adding custom templates and then expanding tedious as it recreates the named.conf actually in/etc so each time you have to move the new on and recreate the link.
Anyone with a better, more robust, and clean solution??
All contributions welcome
