In message <[email protected]>, Peter Andreev writes: > Hello, Stacey > > I'm not using views. Now I'm tring to solve next problem: > > I have two slave servers, both have same IP-address on loopback interfaces, > this IP-address specified in masters' "allow-transfer" lists, and in > "transfer-source" option of my servers. Due to routing only one server > receives zone updates, while the other one logging "retries limit exceeded".
Don't initiate transactions from a anycast address. It doesn't work reliably. Let you slaves choose a source address other than the anycast address for the zone transfers. If you need to authenticate use TSIG. If you want to cross transfer have the slaves listen on a non anycast address and use those in the masters clauses. Mark > Thus I try to find out how second server can load zones from first using one > source IP-address and, if first server goes malfunction, load zones from > masters with another source IP-address. -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: [email protected] _______________________________________________ bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

