Is it possible to run 2 dns servers on 1 installation of bind?

slidge at slidge.com slidge at slidge.com
Tue Sep 16 19:15:01 UTC 2003


> Of course, I would have to move the 3 IPS for each dns server to the
> one resulting merged box....  but after that I need some help.

 Making the following assumptions:

 ns.test1.com	10.0.0.1
 ns2.test1.com	10.0.0.2

 ns.test2.com	10.0.1.1
 ns2.test2.com	10.0.1.2

 ns.test3.com	10.0.2.1
 ns2.test3.com	10.0.2.2

 Bind the 10.0.0.1, 10.0.1.1 and 10.0.2.1 address to one server
 Bind the 10.0.0.2, 10.0.1.2 and 10.0.2.2 addresses to another server

 In the options section on each box's named.conf, add the respective
 addresses to the "listen-on" statement.  IE, for the new ns server, you
 would have

 listen-on { 10.0.0.1; 10.0.1.1; 10.0.2.1; };

-- 
slidge


More information about the bind-users mailing list