Reverse mapping

Cricket Liu cricket at acmebw.com
Fri Nov 26 16:32:36 UTC 1999


> Is it possible to map a 10.x.x.x network in a one zone file. That is to
use
> only the first octet in named.conf. (10.in-addr.arpa) or
> (*.*:*.10.in-addr.arpa).

Sure.  You'd create a zone data file for 10.in-addr.arpa and
tell the name server it's authoritative for that zone with:

primary    10.in-addr.arpa    db.10

or

zone "10.in-addr.arpa" {
    type master;
    file "db.10";
};

cricket

Acme Byte & Wire
cricket at acmebw.com
www.acmebw.com

Attend the next Internet Software Consortium/Acme Byte & Wire
DNS and BIND class!  See www.acmebw.com/training.htm for
the schedule and to register for upcoming classes.



More information about the bind-users mailing list