Hi,
Did you read the howto in the link of my previous post?
You have to define an internal view for your LAN clients, where you can forward queries to the windows dns.
E.g. based on the above you can have:
Code:
view "internal" {
match-clients { internals; };
type forward;
forward only;
forwarders { LAN_IP_Address;};
};
The rest will be served by the external view.
Regards