Delegation of reverse lookup /27

Barry Margolin barmar at genuity.net
Thu Aug 9 14:28:01 UTC 2001


In article <9ktluh$1m5 at pub3.rc.vix.com>, Jan Beers <jbeers at easynet.de> wrote:
>I am trying to delegate the 212.224.47.64/27 ip-range reverse lookup to
>that owner's nameserver (ns.drake-network.de), according to bind faq and
>rfc2317
>
>I have the feeling that I am forgetting/missing something.

It works fine for me.

>In the moment, all I get is this:
>
>sh-2.02$ dig -x 212.224.47.66 @ns.easynet.de
>
>; <<>> DiG 8.1 <<>> -x @ns.easynet.de
>; (1 server found)
>;; res options: init recurs defnam dnsrch
>;; got answer:
>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10
>;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
>;; QUERY SECTION:
>;;      66.47.224.212.in-addr.arpa, type = ANY, class = IN
>
>;; ANSWER SECTION:
>66.47.224.212.in-addr.arpa.  12H IN CNAME
>66.64-27.47.224.212.in-addr.arpa.
>.....

Notice that DiG sends an ANY query, not a PTR query.  An ANY query will
simply return the alias, not follow it.

>What else do I need on eighter side of this setup? setup slave-zones
>somewhere?
>Delegate something else? Any hints appreciated.

ns.drake-networks.de includes the following NS records in their zone:

64-27.47.224.212.in-addr.arpa.  4H IN NS  ns.easynet.net.
64-27.47.224.212.in-addr.arpa.  4H IN NS  ns.easybone.net.
64-27.47.224.212.in-addr.arpa.  4H IN NS  ns.drake-network.de.

However, neither ns.easynet.net nor ns.easybone.net appear to have the zone
loaded.  They seem to be expecting you to be a slave for this zone (it's
always a good idea to have multiple nameservers for a zone).

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list