Jump to content
Froxlor Forum
  • 0

Ubuntu bind9 DNS Problems cannot restart


gamerxgirl

Question

Here's my current setup:

  • Ubuntu 10.04
  • Lighttpd
  • PHP 5.3.2
  • MySQL 5.1.41
  • Bind9
  • Proftpd
  • Postfix
  • Dovecot
  • Froxler (SysCP branch-off)

 

When I go to run it via this command:

/etc/init.d/bind9 restart

 

I get the following error message:

* Stopping domain name service... bind9 rndc: connect failed: 127.0.0.1#953: connection refused

[ OK ]

* Starting domain name service... bind9 [fail]

 

This is my /etc/bind/named.conf.options file:

options {
       directory "/var/cache/bind";

       // If there is a firewall between you and n$
       // to talk to, you may need to fix the fire$
       // ports to talk.  See http://www.kb.cert.o$

       // If your ISP provided one or more IP addr$
       // nameservers, you probably want to use th$
       // Uncomment the following block, and inser$
       // the all-0's placeholder.

       // forwarders {
       //      0.0.0.0;
       // };

       auth-nxdomain no;    # conform to RFC1035
       listen-on-v6 { any; };
       allow-transfer {
               208.89.208.232;
               208.89.208.235;
};

 

I've looked at various solutions already:

http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html

http://ubuntuforums.org/showthread.php?t=1182344

http://www.daniweb.com/forums/thread189043.html

http://www.virtualmin.com/node/13617

http://www.jasonn.com/content/rndc-connect-failed-127001953-connection-refused

http://www.hui-wang.info/2009/08/rndc-connect-failed-127-0-0-1953-connection-refused/

 

Any help would be greatly appreciated.

Thanks!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...