Hello,
 
i have for my domain name foo.com 2 DNS servers (primary and secondary).
ns1.foo.com (primary) and ns2.foo.com (secondary)
the secondary DNS is configured as a SLAVE and all its updates come from the primary DNS name server.
 
now the problem is that on my primary DNS i also configured something like:
 
zone "other.foo.com" {
        type slave;
        masters {
                some IP here;
        };
        file "sec/other.foo.com";
};
what should i configure in that way that the secondary name server ns2.foo.com to know of the changes that occur in other.foo.com zone ?
 
after i change something in ofher.foo.com (other DNS server) the only updated NS is ns1.foo.com but not ns2.foo.com and it happnes that sometimes the *.other.foo.com zones are unavailable cause they are processed by ns2.foo.com (on request) which is not aware of the changes in other.foo.com.
 
thank you for your time !

---
 
Catalin Constantin
Bounce Software
www.bounce.cabanova.ro

Reply via email to