(no subject)

Kevin Darcy kcd at daimlerchrysler.com
Fri Jul 27 21:56:36 UTC 2001


Mike Lu wrote:

> Dear sir,
>
> I am a Bind 8 users. I have couple questions relate to host a primary
> dns server in house.
>
> 1. Dose Bind 8 support to host multiple domain name in same primary
> dns sever ( same IP address )?
> If it does how it work?

> 2. If it does? How to programe the Bind 8 sever to support it?

  You just define multiple master zones in the named.conf file:

zone "example1.com" {
    type master;
    file "example1.com";
};

zone "example2.com" {
    type master;
    file "example2.com";
};


- Kevin




More information about the bind-users mailing list