RDNS subdelegation

Bill McGonigle bill at bfccomputing.com
Fri Feb 10 14:04:00 EST 2006


On Feb 10, 2006, at 11:57, Travis Roy wrote:

> Yah, I read that too, I'm looking for a bind configuration example of 
> that.

I'm on the receiving end of such a delegation.  It might help with the 
in-addr.arpa format, even though it's not exactly what you asked for.  
Especially note the network and broadcast addresses are not handled by 
me:

         zone "145-158.1.168.192.in-addr.arpa" {
                 type master;
                 file "pz/145-158.1.168.192.in-addr.arpa";
                 allow-transfer {
                         allow-transfer-external;
                 };
         };


;; $ORIGIN   145-158.1.168.192.in-addr.arpa.
$TTL    3600
@       IN      SOA     ns1.example.com. root.ns1.example.com. (
                                 2006020301
                                 10800
                                 3600
                                 604800
                                 86400 )

                 NS      ns1.example.com.
                 NS      ns2.example.com.

;144 handled by ISP

147             PTR     webmail.example.com.
151             PTR     vs1.example.com.
152             PTR     vs2.example.com.
153             PTR     vs3.example.com.
154             PTR     ns1.example.com.
155             PTR     ns2.example.com.
158             PTR     dmz-nat.example.com.

;159 handled by ISP


-----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
bill at bfccomputing.com           Cell: 603.252.2606
http://www.bfccomputing.com/    Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf




More information about the gnhlug-discuss mailing list