primary and master bind servers

Vipul Ramani linux2000in at gmail.com
Fri Mar 18 17:25:36 UTC 2005


Cheers,
 
        nothing much harder to do this, you have to configure your
master server with this  bind configuration
----------------------------------------------Master Server
Configuration --------------------------------
zone "test.com" in {
      type master;    <-------------- must be master ...
      file "test";
};                     
-------------------------------------MASTER configuration
---------------------------------------------

      And in your slave server 
-------------------------------------------------------Slave
configuration-----------------------------------
zone " test.com" in {
      type slave;
      file "test";
      masters { IP_OF_YOUR_MASTER_SERVER; };
};

------------------------------------------------------Slave
configuration-----------------------------------

      One more thing once you configure u r slave dns.named.conf dont
need to create forward file n reverse file u just need to restart your
slave dns serivices. it will download all file of all domains from
master...

     i hope u will get clear idea.

         
On Thu, 17 Mar 2005 20:44:27 +0500, Muhammad Rizwan <rizwan at nixpanel.com> wrote:
> 
> Hello
> 
> I have two bind servers, and want to make first one as master and second
> one as slave. Which setting should i do to make these servers ready.
> 
> Thanks
> 
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
Vipul Ramani
linux2000in at gmail.com
linux2000in at yahoo.com
~~~~~We Know HOW NetWorkS ~~~~~




More information about the redhat-list mailing list