Working on setting up rbldnsd using bind 9.5 in scientific linux 6.2. I have the debug level set to 4, and when I run:
dig A 168.75.243.205.iadb.isipp.com @localhost
I don't get a response, and the debug output produces:
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: UDP request
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: request is not signed
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: recursion not available
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: query
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: query: 168.75.243.205.iadb.isipp.com IN A +
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: error
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: send
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: sendto
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: senddone
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: next
Jul 30 09:16:07 50-0-208-110 named[28342]: client 64.142.18.25#47238: endrequest
In particular, I am not sure what do make of the error line after the query.