<HTML>
<HEAD>
<TITLE>PTRs and SQL queries,, autoserial?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I’m new to pdns.. and I’ve read the docs and seen how PTR records are supposed to be setup but I can’t get reverse lookups to work.. nor can I see from the default sql queries how they would ever be found.  So I assume I’m missing something. =]<BR>
<BR>
I’m also not clear on weather the generic mysql backend supports auto serials (conflicting info in the docs) or how that is to be implemented.  <BR>
<BR>
When I attempt a reverse lookup for an internernal test IP I see the following queries get run against the mysql server.. <BR>
<BR>
select content,ttl,prio,type,domain_id,name from records where name='192.168.103.32'<BR>
select content,ttl,prio,type,domain_id,name from records where name='*.168.103.32'<BR>
select content,ttl,prio,type,domain_id,name from records where name='*.103.32'<BR>
select content,ttl,prio,type,domain_id,name from records where name='*.32'<BR>
<BR>
I fail to see how this will ever match the format of the PTR recs I’ve seen suggested as name,type,content:<BR>
<BR>
32.103.168.92.in-addr.arpa    PTR    testserver.test.net<BR>
<BR>
I do have a reverse domain defined in the domains table.. but I don’t see that it ever gets queried.  <BR>
<BR>
What’s going sideways here?<BR>
<BR>
Thanks,<BR>
Jared<BR>
</SPAN></FONT>
</BODY>
</HTML>