Jump to first page
February-March 2002
slideset 7 -23
RFC2317 explained(5)
nYou could also delegate to a forward zone
uEases maintaining consistency in  mapping
n
n
$ORIGIN 1.168.192.in-addr.arpa
;
;
24      CNAME   in24.foo.net.
25      CNAME   in25.foo.net.
26      CNAME   in26.foo.net.
27      CNAME   in27.foo.net.
28      CNAME   in28.foo.net.
;
; etc
$ORIGIN foo.net.
;
www A   192.168.1.24
in24  PTR  www.foo.net.
ftp A   192.168.1.25
in25  PTR  ftp.foo.net.  
silver A   192.168.1.26
in26   PTR   silver.foo.net.
;
; etc