DNS for several different organisations

Harri harri.enlund at tietoenator.com
Thu Mar 16 12:23:35 UTC 2000


Is this syntax for NT or Unix? I have HP-UX-based primary DNS-server.

Harri


> Each zone in a named.conf file can have its own "allow-query" access list.
> So you can configure each zone so just the IP addresses belonging to that
> organization and your own organization can access them.
>
> acl "customer1" { 1.1.1.0/24; };
> acl "customer2" { 2.2.0.0/16; 3.3.3.0/24; };
> acl "provider" {4.4.4.0/24; };
>
> zone "customer1.com" {
>   allow-query { customer1; provider; };
>   ...
> };
>
> zone "customer2.com" {
>   allow-query {customer2; provider; };
>   ...
> };
>
> --
> Barry Margolin, barmar at bbnplanet.com
> GTE Internetworking, Powered by BBN, Burlington, MA
> *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to
newsgroups.
> Please DON'T copy followups to me -- I'll assume it wasn't posted to the
group.
>
>
>






More information about the bind-users mailing list