The same old CIDR question...

Barry Margolin barmar at genuity.net
Tue Mar 19 18:31:06 UTC 2002


In article <a77ust$4v5 at pub3.rc.vix.com>,
Arthur Fuldodger <pesto at diet.drpepper.org> wrote:
>
>That's probably been asked a gazillion times. I've constructed my
>files as closely as possible to the structure outlined in ORA's
>DNS/BIND rev. 3.
>
>I'm using bind 8.3.1-REL on Linux.
>
>My named.conf includes:
>
>zone "232-239.128.68.63.in-addr.arpa" {
>        type master ;
>        file "db.232-239.128.68.63.in-addr";
>        };
>
>db.232-239.128.68.63.in-addr includes:
>
>@       IN      SOA     diet.drpepper.org. root.diet.drpepper.org.  (
>                                      2002031903 ; Serial
>                                      28800      ; Refresh
>                                      14400      ; Retry
>                                      3600000    ; Expire
>                                      86400 )    ; Minimum
>              IN      NS      diet.drpepper.org.
>
>236     IN      PTR     diet.drpepper.org.
>
>Any thoughts? Using dig 128.68.63.in-addr.arpa any any, should I
>actually SEE the CNAMEs at ns.directlink.net?

No, but you should see them if you query for any of the addresses in the
block, e.g. "dig 233.128.68.63.in-addr.arpa any".

It doesn't look like directlink.net has implemented the RFC 2317 delegation
to you.  You need to contact them and find out why they didn't delegate it
like they said they did (they *did* tell you they delegated it, didn't
they?).

% dig -x 63.68.128.232-239 ns @ns.directlink.net

; <<>> DiG 8.3 <<>> -x ns @ns.directlink.net 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 6
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;	232-239.128.68.63.in-addr.arpa, type = NS, class = IN

;; AUTHORITY SECTION:
128.68.63.in-addr.arpa.  1D IN SOA  ns.directlink.net. dns.directlink.net. (
					2002031901	; serial
					3H		; refresh
					30M		; retry
					1W		; expiry
					1D )		; minimum

% dig -x 63.68.128.233 cname @ns.directlink.net

; <<>> DiG 8.3 <<>> -x cname @ns.directlink.net 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 6
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUERY SECTION:
;;	233.128.68.63.in-addr.arpa, type = CNAME, class = IN

-- 
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