954,242 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

rndc: connect failed: 127.0.0.1#953: connection refused

Hi all,
Im having some problem with my DNS. We are using a Linux web server as one of our web server which runs some live websites.When I trying to get the status of the DNS (NAMED) it comes the following error :

[root@ns milindras]# /etc/init.d/named status
rndc: connect failed: 127.0.0.1#953: connection refused

The same error appears when Im trying to apply any changes on zone level for a selected doamin in WEBMIN. (Basically can't apply changes)

WEBMIN > Servers > BIND DNS servers > click a selected-domain.co.uk > Apply changes

NDC command failed : rndc: connect failed: 127.0.0.1#953: connection refused

But the server seems to be running without effecting any probelms to the sites or users.
I have been searching weeks for this problem & couldn't find a solution.
And also Please note that Im bit new to Linux.

Server details :
Linux version 2.6.18-1.2257.fc5smp
Red Hat 4.1.1-1

Appreciate any help on this problem.
Thanks
regards
Milindra

milindras
Newbie Poster
2 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

Hi!

I hope you've already found an answer to this, but if not, this thread might help:

http://www.linuxquestions.org/questions/linux-networking-3/dns-rndc-service-errror-229950/

Gromit
Posting Whiz in Training
212 posts since Sep 2008
Reputation Points: 47
Solved Threads: 31
 

Yes the problem was sorted. It was a permission problem.
Thanks

milindras
Newbie Poster
2 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

It may be a problem with your permission & ownership of your zone file.
ownership of your var/named/mydomain.com.zone as well as /var/named/ should be "named"
changed it with this command
# cd /var/named
# chown mydomain.com.zone named named

also check chkconfig command

I Think it w

tracedinesh
Newbie Poster
11 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: