Results 1 to 1 of 1
Hello !
I have a problem with Bind9, i follow this tutorial which explain howto configure bind9 (sorry, this is in french) Cache DNS in order to set up a ...
- 07-03-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
[Debian/Etch] Bind9 configuration problem
Hello !
I have a problem with Bind9, i follow this tutorial which explain howto configure bind9 (sorry, this is in french) Cache DNS in order to set up a cache DNS server, have a look at this error:
Look at the error in my syslog:Code:/etc/init.d/bind9 stop Stopping domain name service...: bindrndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid. failed!
This is my file's setting /etc/bind/named.conf (auth information only):Code:named[19065]: invalid command from 127.0.0.1#52903: bad auth
File /etc/bind/rndc.keyCode:/ include "/etc/bind/rndc.key"; controls { inet 127.0.0.1 allow { any; } keys { "rndc-key"; }; };
File /etc/bind/rndc.conf:Code:key "rndc-key" { algorithm hmac-md5; secret "T50+3ecaN3BJVKi0+dbHIQ=="; };
Code:options { default-server 127.0.0.1; default-key "rndc-key"; }; server localhost { key "rndc-key"; }; include "/etc/bind/rndc.key";
Whats wrong !? Any idea about the problem!?
Thanks !
RedVivi


Reply With Quote