This document assumes the reader has some understanding of how forward DNS works, including the makings of a zone file and nameserver configuration, as well as familiarity with the "slash notation" of netblocks..
You should note that you can further sub-delegate your IPs by whatever means you wish, assuming you wish to do so at all. This page is meant only to explain how our delegation works with you, our direct customer.
If, after reading this document top to bottom several times and testing your configuration, you find you have any questions, send them to Hurricane Electric technical support.
subnet144.15.31.172.in-addr.arpa
Then you would have your PTR records like you would normally:
145 IN PTR somename.com.
and so on.
In this case we need the hostnames of your nameservers. We delegate the subnet in-addr.arpa zone to your nameservers using NS records.
# dig 144.15.31.172.in-addr.arpa. @ns1.he.net. CNAME
Check to see if there is a CNAME record for the IP, using the zone subnet144.15.31.172.in-addr.arpa.
# dig subnet144.15.31.172.in-addr.arpa. @ns1.he.net. NS
Check the name servers listed.
The first command checks to see what subnet we are pointing an IP in your range to (via a CNAME record) and the second checks where we say the DNS for that subnet is (via a NS record).
In this case we need your nameservers to pull the in-addr.arpa zone of the /24. We pull the zone using a slave statement in our named.conf on all of our nameservers.
Two conditions need to be met to ensure this happens:
If you were allocated 172.31.15.144/28:
172.31.15.144
is the network IP.
/28
is the netmask bit number designating the size of your network.
144-28.15.31.172.in-addr.arpa.
Then you would have your PTR records like you would normally:
145 IN PTR somename.com.
and so on.
In this case we need the hostnames of your nameservers. We delegate the subnet in-addr.arpa zone to your nameservers using NS records.
# dig 144.15.31.172.in-addr.arpa. @ns1.he.net. CNAME
Check to see if there is a CNAME record for the IP, using the zone 144-28.15.31.172.in-addr.arpa.
# dig 144-28.15.31.172.in-addr.arpa. @ns1.he.net. NS
Check the name servers listed.
The first command checks to see what subnet we are pointing an IP in your range to (via a CNAME record) and the second checks where we say the DNS for that subnet is (via a NS record).
This method is covered in section 9.5.2.2 of O'Reilly's "DNS & Bind", 3rd Edition.
If you were allocated 172.31.15.144/28:
172.31.15.144
is the network IP.
172.31.15.159
is the broadcast IP
144-159.15.31.172.in-addr.arpa.
145 IN PTR somename.com.
and so on.
In this case we need the hostnames of your nameservers. We delegate the subnet in-addr.arpa zone to your nameservers using NS records.
# dig 144.15.31.172.in-addr.arpa. @ns1.he.net. CNAME
Check to see if there is a CNAME record for the IP, using the zone 144-159.15.31.172.in-addr.arpa.
# dig 144-159.15.31.172.in-addr.arpa. @ns1.he.net. NS
Check the name servers listed.
The first command checks to see what subnet we are pointing an IP in your range to (via a CNAME record) and the second checks where we say the DNS for that subnet is (via a NS record).
Hurricane Electric
760 Mission Court
Fremont, CA 94539
Copyright © Hurricane Electric.
Privacy Policy
Voice +1 510-580-4100
Fax +1 510-580-4151
Comments? info@he.net