I'm trying to setup a bind9 server which can provide DNS lookups for both internal and external IP's. I have access to an external name server which can provide IP details of external IP's and I have knowledge of the internal IP's.
E.g requests going to foo.bar.com (or any unknown domain) are forwarded to 8.8.8.8, whilst requests to internal.bar.com are resolved locally.
Any help at all very much appreciated.