one server; multiple named.conf

Discussion in 'Server Operation' started by patje1, Oct 31, 2007.

  1. patje1

    patje1 New Member

    hi all,

    We have a RHEL4 server with BIND 9.2.2.
    It is running quite ok. However we want to know if the following is possible.

    We would like to split our named.conf in two.
    The two named.conf should each have information about its own selected number of domains. The domains we can easily seperate by putting them in different directories. But one big named.conf will become unreadable eventually.

    Therefore my question, can this be done? and if so does someone know any info on the Internet on how do it.

    thanks, Patrick
     
  2. patje1

    patje1 New Member

    The solution we are going to use:

    an include file: include "/etc/named.conf.include";

    in that way we can easily separate the two sets without having to modify anything in bind.
     

Share This Page