<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Jan 12, 2011 at 5:13 PM, dev null <span dir="ltr"><<a href="mailto:devnull@cimmerii.org">devnull@cimmerii.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I have most of this worked out but I intend to setup bind in a<br>
multiple master manner.<br>
<br>
This makes me question a few things:<br>
<br>
1. What can I use for the SOA MNAME? In the off chance a box may die,<br>
I am thinking of using a VIP which contains the multiple masters<br>
within it. However I am not sure how this would affect NOTIFY. So can<br>
I use a VIP or do I just use one of the master DNS boxes in the SOA<br>
MNAME field?<br></blockquote><div><br>You can use any authoritative for the zone name server. One of the masters is good enough.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

2. With that said, I intend to use rndc to push out DNS changes,<br>
should I worry about using a VIP still? I may need to use both and<br>
NOTIFY seems like it is more built-in so I want to keep rndc and<br>
NOTIFY going.<br>
<br></blockquote><div>How do you plan to replicate the zone data between the masters? At the slaves you can just set few masters for each zone. For example:<br><br>zone "<a href="http://example.com">example.com</a>" {<br>
           type slave;<br>           file "/var/named/example.com.zone";<br>           masters { master_ip_address; master_ip_address; ... };<br>}<br><br>When named receives NOTIFY for a zone it will check one by one the servers from the "masters" list.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hope someone has gone through this trauma.<br>
<br>
Thank you!,<br>
<br>
Zahid Bukhari<br>
_______________________________________________<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div><br>ena<br></div>