|
This example uses only a single domainname, test.com. Classless subnetting
concerns numbered space. Named domains are not strictly tied to numbered
space. Extend the example to suit your requirements. Most commonly:
named.conf: zone "testA.com" file: named.testA.com
named.conf: zone "testB.com" file: named.testA.com
named.conf: zone "testC.com" file: named.testA.com
As an alternate example, you might have delegated to you for use as a
single named domain, test.com:
| a.b.111.0 | /25 |
| a.b.111.128 | /25 |
| a.b.112.0 | /25 |
| c.d.160.192 | /26 |
You'd have only a single zone "test.com" in named.conf, but three
(or perhaps four) numbered zones specified in named.conf. There are other
applcations of Classless subnetting as well.
|