Now the thing is, how do I let these 2 DNS servers sync up with each other?
I've looked around the net for Bind docs on how to set up a slave dns server
that performs zone transfers of all the primary DNS server's zone files.
Can someone help me with the exact directive needed?
Hi K,
Just set up server B as an ordinary slave for domainA.com and server A
as a slave for domainB.com:
// on server A
zone "domainb.com" {
type slave;
masters { ip.of.server.b; };
file "domainb.com.db";
};
// on server B
zone "domaina.com" {
type slave;
masters { ip.of.server.a; };
file "domaina.com.db";
};
Michael Kjörling
- --
Michael Kjörling -- Programmer/Network administrator ^..^
Internet: mic...@kjorling.com -- FidoNet: 2:204/254.4 \/
PGP: 95f1 074d 336d f8f0 f297 6a5b 2aa3 7bfd 8a70 e33e
``And indeed people sometimes speak of man's "bestial" cruelty, but
this is very unfair and insulting to the beasts: a beast can never be
so cruel as a man, so ingeniously, so artistically cruel.''
(Ivan Karamazov, in Dostoyevsky's 'The Brothers Karamazov')
*** Spammers: see http://michael.kjorling.com/spam ***
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public key is at http://michael.kjorling.com/contact/pgp.html
iD8DBQE8hP9XKqN7/Ypw4z4RAv12AJ9k2EosiWOUpVfXSsy724ldVfbXtACgkqKD
qH13q+xMzojo+92rgF1lgug=
=Hvk6
-----END PGP SIGNATURE-----
Is the problem that you want Server A to be a slave to Server B for all of
domainB.com's subdomains, where each domainB.com subdomain is a seperate
zone file? If so, then you'll need some other method (outside of BIND) to
generate the zone statements for your named.conf on the slave (Server A).
- John R. S.
Shure :
$ssh A
$vi /etc/named.conf
$rndc reload
$exit
repeat as nessecary.
--
Peter Håkanson
IPSec Sverige (At the Riverside of Gothenburg, home of Volvo)
Sorry about my e-mail address, but i'm trying to keep spam out.
Remove "icke-reklam" and it works.
Pawel
On Tue, Mar 05, 2002 at 03:07:13PM +0000, K wrote:
> I have 2 DNS servers. Server A needs to be the master for domainA.com and
> server B needs to be master for domainB.com and all subdomains of
> domainB.com. New subdomains of domainB.com are created once every couple of
> days (or whenever someone signs up for hosting under it).
>
> Now the thing is, how do I let these 2 DNS servers sync up with each other?
> I've looked around the net for Bind docs on how to set up a slave dns server
> that performs zone transfers of all the primary DNS server's zone files.
> Can someone help me with the exact directive needed?
>
>
--
"WebReactor Networks" <bi...@webreactor.net> wrote in message
news:a631oc$r...@pub3.rc.vix.com...
<p...@icke-reklam.ipsec.nu> wrote in message
news:a632q2$r...@pub3.rc.vix.com...
Check http://www.campin.net/DNS/ or the list archives.
--
Nate
"A man who won't die for something is not fit to live."
-Martin Luther King, Jr.