Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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.

share|improve this question
I think the "recursion not available" is the main problem. And your dig goes to localhost but the query is logged as coming from 64.142.18.25, not 127.0.0.1. I think you should explain how you're getting from dig to named, and where rbldnsd fits in (although maybe that part would be obvious to someone more familiar with rbldnsd than me) – Alan Curry Jul 30 '12 at 21:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.