DNS for several different organisations

Barry Margolin barmar at bbnplanet.com
Thu Mar 16 18:30:51 UTC 2000


In article <8aqkop$909 at ccnews01.imt.carel.fi>,
Harri <harri.enlund at tietoenator.com> wrote:
>Is this syntax for NT or Unix? I have HP-UX-based primary DNS-server.

It's the syntax of a BIND 8 named.conf file, independent of operating
system.  If HP/UX doesn't come with BIND 8, download it from www.isc.org.

>> 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