|
|
>i m having problem in setting up a DNS for my sub-class C address
given The problem you have is becoming more common as ISPs give out sub-Class C chunks of IP address space. Until very recently, only four levels of the in-addr.arpa portion of the name space were used--one level per octet of an IP address. Although it's not possible to delegate narrower than the fourth (least significant) octet, some clever folks have found a way around the problem and published an Internet-Draft: [Ed. This is now at BCP at http://www.ietf.org/rfc/rfc2317.txt ] The summary of it is this: the owner of the Class C (in this case, your ISP) inserts CNAME records instead of PTR records. These CNAME records point to PTR records in a zone that you manage. Your ISP might be doing this, but Mr. DNS can't tell what they're doing--he can't find any DNS information for the Class C 203.127.125.0 in your ISP's name servers. If what your ISP has told you is correct, they have records like these at their level: 129.125.127.203.in-addr.arpa. IN CNAME
129.128.125.127.203.in-addr.arpa. These records point to the PTR records that they asked you to put in your name server: 129.128.125.127.203.in-addr.arpa. IN PTR
<host1> Of course, these pairs of records (one in your ISP's zone, one in your zone) are repeated for every host in your address range. If your ISP is implementing "Classless in-addr.arpa", they're not following the nomenclature suggested in the Internet-Draft referenced above. Your ISP's method is more confusing to read, Mr. DNS thinks. Mr. DNS recommends you check out the draft and ask your ISP if they're following it. As far as your Linux name server problems, it's hard to troubleshoot without more information. Have you checked /var/log/messages for any errors from named? Does "nslookup -q=ptr 129.128.125.127.203.in-addr.arpa." return host1? Just doing "nslookup 203.127.125.129" is going to send your name server on a hunt for the PTR record for 129.125.127.203.in-addr.arpa., which is a CNAME in your ISP's name server. If your ISP hasn't set everything up correctly, you'll have problems. nslookup shouldn't just hang. Is it timing out? Regards, |
|||||||
|
Copyright © 1997-2000 Acme Byte & Wire LLC - All Rights Reserved |
Questions? Problems? Tell webmaster@acmebw.com |