How to get primary DNS to syncronize with secondary DNS

Michael Kjorling michael at kjorling.com
Tue Apr 23 18:12:32 UTC 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Apr 23 2002 14:08 -0400, Brian Guild wrote:

> Guys,
>
> I have two dns servers currently, dns1.body1.com and dns2.body1.com.  You
> will see a paste of one of my zones below.  What statements should I add to
> ensure that when I update my primary DNS server, my secondary DNS server
> will syncronize with it and receive the changes?  Currently, I manually
> create the zones on both servers and I would assume I am doing this
> incorrectly.
>
> Thanks,
>
> Brian

Set up a slave zone. This is thoroughly described in "DNS and BIND",
and should be pretty intuitive anyway. Just:

zone "testdomain.com" {
	type slave;
	masters { ip_of_master1; [optional_ip_of_master2; [...]] };
	file "testdomain.com.slave";
};


Michael Kjörling

- -- 
Michael Kjörling  --  Programmer/Network administrator  ^..^
Internet: michael at 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')
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public key is at http://michael.kjorling.com/contact/pgp.html

iD8DBQE8xaQTKqN7/Ypw4z4RAnuqAKDWsat+LbqPVKxJTPXXrnCEbsvnsgCg9QAc
iZOlS2qnBeHE8TL0VAX9GfQ=
=f/hs
-----END PGP SIGNATURE-----




More information about the bind-users mailing list