Hello,
We deployed routerboards in our regional branches.
All our remote computers belongs to ms active directory domain, domain controllers are located in central office.
Dns servers for remote computers are set to domain controllers, for a proper AD work.
Now, I want to setup routerboard to act as DNS server for remote computers, and forward DNS queries in a smart way:
if NAME ends with my zone to forward queries to my domain controllers, else forward them to local internet provider.
This will improve response speed, and network performance.
Something like bind has:
zone "mydomain.com" {
type forward;
forward only;
forwarders { 22.22.22.22; };
};
PLEASE include it in TODO list for v5, i think it's not hard to implement it, as you already have forwarders.
Just define "Dns Zones" as entities and linked forwarders to that zone.
Thanks in advice!