I followed everything EXACTLY in this tutorial for setting up DNS. I set up everything on a blank server.

However, starting BIND9 failed:

rndc: connect failed: 127.0.0.1#953: connection refused

I have Googled this, and it seems like there is not a good, solid answer.

link|improve this question

1  
Alex: Please follow the suggestions Florin, Yves, and Unknown gave, and come back here with the results. (Assuming you don't figure it out in the meantime.) – Schof Nov 10 '09 at 0:32
feedback

4 Answers

up vote 5 down vote accepted

Check the logs, especially /var/log/daemon.log

There's got to be a clue in there somewhere.

link|improve this answer
feedback

Review your named.conf file and your procedures. Check the named daemon logs. Most likely you didn't create an rndc key, or it has the wrong permissions.

Usually this command would help:

rndc-confgen -r /dev/urandom -a

link|improve this answer
feedback

Check whether you have SELinux or AppArmor, sometimes they mess with way file permissions are handled. /var/log/* should reflect that.

link|improve this answer
feedback

The answer is that I had "forwarders" in my named.conf.options file...and this was unrecognized.

link|improve this answer
I found the answer, and I did go through Florin's method. – Alex Nov 10 '09 at 0:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.