(Sub)-Domain forwarding problems

ml at bortal.de ml at bortal.de
Tue Sep 16 07:54:04 UTC 2008


Hello List,

i have some problems with per domain forwarding.
If i want to resolve pc1.lan1.foo.com then it does not ask the
forwarders.
But if i remove zone "foo.com", then it seems to work.
Has anyone an idea why?

Thanks,
Mario


zone "lan1.foo.com" IN {
        type forward;
        forwarders {10.3.1.12;};
};

zone "lan2.foo.com" IN {
        type forward;
        forwarders {10.3.1.12;};
};


zone "foo.com" {
     type master;
     file "mwk.de";
};





More information about the bind-users mailing list