Re: Another Reverse lookup problem
Rob Butler <[email protected]>
| Newsgroups | gmane.network.dns.bind9.dlz |
|---|---|
| Message-ID | <[email protected]> |
In bind's named.conf you can use for lack of a better term 'macros' or 'shorthand' for defining ranges of addresses to be similar. DLZ doesn't support that. You can either: A) Enter in each IP address exactly into your DLZ tables or B) Build a stored proc in your DB that understands this syntax, or something equivalent of your own devising that returns the appropriate answer in the format DLZ expects. Rob ----- Original Message ---- > From: Rémy Cloutier <[email protected]> > To: [email protected] > Sent: Wednesday, September 3, 2008 10:53:24 AM > Subject: [Bind-dlz-testers] Another Reverse lookup problem > > Hello, > I haven't found clues or answers in the archives so here's my situation. > My entries for reverse lookup in the std config of named look like that and > work fine: > > [...] > 66.64/26.78.15.64.in-addr.arpa. IN PTR parcometre.ca. > 67.64/26.78.15.64.in-addr.arpa. IN PTR ns1.parcometre.ca. > [...] > > Now i'm trying to reproduce the same config in the mysql DB using dlz and > it's not working. > The result is: ** server can't find 66.78.15.64.in-addr.arpa: NXDOMAIN > > It works only if i use this format: > 66 IN PTR parcometre.ca. > but i would have to use the $ORIGIN symbol witch is not supported, i think > due to third level dns. > > So is there a reason why it works with named but not with named-dlz? > > Thank you > > Remy Cloutier > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Bind-dlz-testers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/