Configuring BIND With Multiple Domains

Barry Margolin barmar at alum.mit.edu
Mon Sep 10 23:25:26 UTC 2007


In article <fc4fvg$10jr$1 at sf1.isc.org>,
 "Jim Carlock" <jcarlock1 at hotmail.com> wrote:

> Does anyone know where to find a step-by-step tutorial on how
> to configure and set up BIND to handle multiple domains and
> present itself as the SOA for each domain?

You do it exactly the same way you configure it for a single domain, 
just repeat the same thing for each domain.

zone "foo.com" {
  type master;
  file "foo.com.db";
};
zone "bar.com" {
  type master;
  file "bar.com.db";
};

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list