Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Multi-master DNS with Bind
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
john.debe...@teradyne.com  
View profile  
 More options Aug 5 2012, 8:43 am
Newsgroups: comp.protocols.dns.bind
From: john.debe...@teradyne.com
Date: Sun, 5 Aug 2012 08:43:42 -0400
Local: Sun, Aug 5 2012 8:43 am
Subject: Multi-master DNS with Bind

Hi,

Looking to find information as to whether I can set up bind for
multi-master DNS. I want to be able to update DNS records via any or more
than one nameserver in the domain and have the records updated and
propagated regardless if the "master" is available. Is this supported or
are there ways to make this work with bind?

-John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Evan Hunt  
View profile  
 More options Aug 5 2012, 4:26 pm
Newsgroups: comp.protocols.dns.bind
From: Evan Hunt <e...@isc.org>
Date: Sun, 5 Aug 2012 20:26:06 +0000
Local: Sun, Aug 5 2012 4:26 pm
Subject: Re: Multi-master DNS with Bind

> Hi,

> Looking to find information as to whether I can set up bind for
> multi-master DNS. I want to be able to update DNS records via any or more
> than one nameserver in the domain and have the records updated and
> propagated regardless if the "master" is available. Is this supported or
> are there ways to make this work with bind?

Not at this time.  We've discussed the subject at some length and it
may appear in a future release, but it's not on the near-term roadmap.

BIND 9 does support update forwarding (i.e., slaves receiving updates
and passing them on to the master), but that doesn't sound like what
you're looking for.

--
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michelle Konzack  
View profile  
 More options Aug 5 2012, 4:40 pm
Newsgroups: comp.protocols.dns.bind
From: Michelle Konzack <linux4miche...@tamay-dogan.net>
Date: Sun, 5 Aug 2012 22:40:29 +0200
Local: Sun, Aug 5 2012 4:40 pm
Subject: Re: Multi-master DNS with Bind

Hello Evan Hunt,

Am 2012-08-05 20:26:06, hacktest Du folgendes herunter:

> Not at this time.  We've discussed the subject at some length and it
> may appear in a future release, but it's not on the near-term roadmap.

Something for bind10?

> BIND 9 does support update forwarding (i.e., slaves receiving updates
> and passing them on to the master), but that doesn't sound like what
> you're looking for.

I do not think, because if the master goes Off-Line you are screwed

I have some automated scripts, which check the MASTER if it  is  On-Line
or not, and if not, a SLAVE switch to MASTER.

Requires that all SLAVES have rsynced backupfiles from the MASTER.

Another method would be that you do NOT USE SLAVES at  all  but  instead
install on all MASTERS a CGI script and put the DATA for  the  ZONES  in
CSV  files,  do  cross-updates  and  let  a  script  create   the   Zones
automaticaly.

Currently I am working on this kind of setup  because  I  have  an  ADMIN
workstation/server with a PostgreSQL database with all required infos  in
my office and replicated 3 times in the Internet in differnt countries.

It does not mather, on which  ADMIN workstation/server I am working.   It
will always update all 12 name servers correctly.

Thanks, Greetings and nice Day/Evening
    Michelle Konzack

--
##################### Debian GNU/Linux Consultant ######################
   Development of Intranet and Embedded Systems with Debian GNU/Linux
               Internet Service Provider, Cloud Computing
                <http://www.itsystems.tamay-dogan.net/>

itsystems@tdnet                     Jabber  linux4miche...@jabber.ccc.de
Owner Michelle Konzack

Gewerbe Strasse 3                   Tel office: +49-176-86004575
77694 Kehl                          Tel mobil:  +49-177-9351947
Germany                             Tel mobil:  +33-6-61925193  (France)

USt-ID:  DE 278 049 239

Linux-User #280138 with the Linux Counter, http://counter.li.org/

  signature.pgp
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Buxton  
View profile  
 More options Aug 6 2012, 12:12 pm
Newsgroups: comp.protocols.dns.bind
From: Chris Buxton <chris.p.bux...@gmail.com>
Date: Mon, 6 Aug 2012 19:12:56 +0300
Local: Mon, Aug 6 2012 12:12 pm
Subject: Re: Multi-master DNS with Bind

On Aug 5, 2012, at 11:26 PM, Evan Hunt wrote:

>> Looking to find information as to whether I can set up bind for
>> multi-master DNS. I want to be able to update DNS records via any or more
>> than one nameserver in the domain and have the records updated and
>> propagated regardless if the "master" is available. Is this supported or
>> are there ways to make this work with bind?

> Not at this time.  We've discussed the subject at some length and it
> may appear in a future release, but it's not on the near-term roadmap.

Couldn't this be done with DLZ?

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Buxton  
View profile  
 More options Aug 6 2012, 2:54 pm
Newsgroups: comp.protocols.dns.bind
From: Chris Buxton <chris.p.bux...@gmail.com>
Date: Mon, 6 Aug 2012 21:54:55 +0300
Local: Mon, Aug 6 2012 2:54 pm
Subject: Re: Multi-master DNS with Bind

On Aug 6, 2012, at 7:37 PM, john.debe...@teradyne.com wrote:

> Don't know. I haven't used it. Do you have experience with it?

No, I don't have experience with DLZ. However, I believe multi-master DNS should be possible with DLZ and active-active database replication.

Regards,
Chris Buxton
BlueCat Networks

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Evan Hunt  
View profile  
 More options Aug 6 2012, 6:39 pm
Newsgroups: comp.protocols.dns.bind
From: Evan Hunt <e...@isc.org>
Date: Mon, 6 Aug 2012 22:39:45 +0000
Local: Mon, Aug 6 2012 6:39 pm
Subject: Re: Multi-master DNS with Bind

> > Not at this time.  We've discussed the subject at some length and it
> > may appear in a future release, but it's not on the near-term roadmap.

> Couldn't this be done with DLZ?

DLZ is a mechanism by which it could be done, but as far as I'm aware no
one has done it.  You'd need a database that did active data replication on
the backend, and a DLZ driver for that database which supported dynamic
updates.  (The DLZ API introduced in BIND 9.8 has support for those, but
most existing DLZ drivers are still using the older API.)

I wouldn't want to do it that way, though; DLZ's too slow.

--
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
david t. klein  
View profile  
 More options Aug 7 2012, 6:16 am
Newsgroups: comp.protocols.dns.bind
From: "david t. klein" <r...@nachtmaus.us>
Date: Tue, 7 Aug 2012 05:16:33 -0500
Local: Tues, Aug 7 2012 6:16 am
Subject: RE: Multi-master DNS with Bind

Each BIND instance is a "master", DLZ-backed by a multi-master,
fast-replication datastore (such as a directory) will give you what you
want, and many have made this work. You will need to do some building (the
zone management piece) and some tuning (pessimal performance until you make
it yours, heavy toll from attempting IXFR from it). You'll need to
understand DNS, BIND, your datastore technology and some of the caveats of
multimaster replication, including preventing race-condition and granular
resource locking, as well as inter-box semaphores.

Good luck.

--
david t. klein

Cisco Certified Network Associate (CSCO11281885)
Linux Professional Institute Certification (LPI000165615)
Redhat Certified Engineer (805009745938860)

Quis custodiet ipsos custodes?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »