Re: subdomain delegation
Todd Lyons <[email protected]> Thu, 12 Mar 2009 12:31:07 -0700
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 12, 2009 at 7:53 AM, Kris Nielander <[email protected]> wrote: > mysql> select * from dns_record where zone_id = > '0-26.0.168.192.in-addr.arpa'; > +-------+------+-----------------------------+-------+------+-------------------------------------------------------------------------+---------------------+---------------------+ > | id | host | zone_id | ttl | type | data > | created | updated | > +-------+------+-----------------------------+-------+------+-------------------------------------------------------------------------+---------------------+---------------------+ > | 16105 | * | 0-26.0.168.192.in-addr.arpa | 21600 | NS | > amnesiac2.we-dare.net. > | 2009-03-10 16:13:33 | 2009-03-12 10:47:36 | > | 16106 | * | 0-26.0.168.192.in-addr.arpa | 21600 | NS | > amnesiac.we-dare.net. > | 2009-03-10 16:13:33 | 2009-03-12 10:47:43 | > | 21208 | * | 0-26.0.168.192.in-addr.arpa | 21600 | SOA | > ns1.we-dare.net. beheer.we-dare.net. 1224199267 21600 3600 604800 86400 > | 2009-03-12 10:35:32 | 2009-03-12 10:47:55 | > +-------+------+-----------------------------+-------+------+-------------------------------------------------------------------------+---------------------+---------------------+ > 3 rows in set (0.00 sec) It looks right. You're saying that in the query from an earlier email: select ttl, type, case when type='TXT' then concat('"', data, '"') else data end as data from dns_record where zone_id = '0-26.0.168.192.in-addr.arpa' and host = '@' and using the data above with the host field set to '@', no answer was being given back to bind-dlz. Does dig report anything useful? dig -t any @ns1.we-dare.net 1.0.168.192.in-addr.arpa followed by dig -t any @ns1.we-dare.net 1.0-26.0.168.192.in-addr.arpa A regular bind server reports it like this <snipped> output: $ dig -t any 123.188.35.216.in-addr.arpa ;; QUESTION SECTION: ;123.188.35.216.in-addr.arpa. IN ANY ;; ANSWER SECTION: 123.188.35.216.in-addr.arpa. 3600 IN CNAME 123.112/28.188.35.216.in-addr.arpa. $ dig -t any 123.112/28.188.35.216.in-addr.arpa ;; QUESTION SECTION: ;123.112/28.188.35.216.in-addr.arpa. IN ANY ;; ANSWER SECTION: 123.112/28.188.35.216.in-addr.arpa. 14400 IN PTR smtp-out.ivenue.com. I'm curious to see how it compares to the results of yours. -- Regards... Todd All truth passes through three stages. First, it is ridiculed. Second, it is violently opposed. Third, it is accepted as being self-evident. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com