Results 1 to 5 of 5
Hello ppl,
I installed BIND on Mandrake 10 using Mandrake rpms. Everything went fine and BIND was successfully installed. Now the only problem i am having is that whenever I ...
- 03-31-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 8
BIND on Mandrake 10. rndc causing trouble!!
Hello ppl,
I installed BIND on Mandrake 10 using Mandrake rpms. Everything went fine and BIND was successfully installed. Now the only problem i am having is that whenever I try to restart named it gives me a problem:
Stopping named: rndc: connect failed: connection refused
And I am getting nowhere in setting up a functional caching nameserver.
. I am clueless as to what I am missing. please help!!!
- 03-31-2005 #2
It may be as simple as an extra } bracket in your named.conf. When you run
do you see any errors?Code:tail -f /var/log/system
rndc needs a controls statement liketo connect. The <key-name> value relates to the key statement, also in the named.conf file, something likeCode:controls { inet 127.0.0.1 allow { localhost; } keys { <key-name>; }; };
Does your named.conf file have these? The <key-value statement is an hmac-md5 key. To create your own hmac-md5 key, useCode:key "<key-name>" { algorithm hmac-md5; secret "<key-value>"; };
Code:dnssec-keygen -a hmac-md5 -b <bit-length> -n HOST <key-file-name>
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-31-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 8
Thanx a lot bud. Enerythign i up and running now!! This forum roxx big time
- 03-31-2005 #4
Which one was the fix? Just so the next guy can search and find it.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-01-2005 #5Just Joined!
- Join Date
- Jan 2005
- Posts
- 8
The missing rndc key was causing trouble. Fixed that up by creating a new key and everything was on track!


Reply With Quote
