Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 17:37:55 -0700
From:      "David Smithson" <dsacarus@pacbell.net>
To:        <questions@freebsd.org>
Subject:   RFC 2317 -- Reverse DNS Delegation
Message-ID:  <014e01c1df5e$ca7bb7b0$0801a8c0@customfilmeffects.com>

next in thread | raw e-mail | index | archive | help
Hi.  I had Pacbell delegate authority to my nameserver according to RFC
2317.  However, I'm a bit confused about how to setup my own zone.  Here's
zone file:

$ttl 1h
177.82.134.66.in-addr.arpa. IN SOA rotini.customfilmeffects.com.
hostmaster.customfilmeffects.com (
   1018285447
   10800
   3600
   1H
   1H )
177.82.134.66.in-addr.arpa. IN NS rotini.customfilmeffects.com.
177.82.134.66.in-addr.arpa. IN NS ns1.pbi.net.
177.82.134.66.in-addr.arpa. IN NS ns2.pbi.net.
178 IN PTR rotini.customfilmeffects.com.

and here's what DIG returns:
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 47089
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;178.82.134.66.in-addr.arpa. IN PTR

;; ANSWER SECTION:
178.82.134.66.in-addr.arpa. 300 IN CNAME
h-66-134-82-178.customfilmeffects.com.

;; AUTHORITY SECTION:
customfilmeffects.com. 8384 IN SOA rotini.customfilmeffects.com.
hostmaster.customfilmeffects.com. 2002031936 7200 3600 604800 86400

;; Query time: 81 msec
;; SERVER: 208.230.117.66#53(ns1.laserlink.net)
;; WHEN: Mon Apr  8 12:05:00 2002
;; MSG SIZE  rcvd: 149

I would expect DIG to return the correct hostname.  What is going on here?
Is my zonefile setup improperly?



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014e01c1df5e$ca7bb7b0$0801a8c0>