Results 1 to 4 of 4
I installed bind package and did as per the instruction given in the documentation but i am getting this error and i dont know waht is happening
[root@localhost /]# /etc/rc.d/init.d/named ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2009 #1
How to fix the problem with Bind configuration
I installed bind package and did as per the instruction given in the documentation but i am getting this error and i dont know waht is happening
[root@localhost /]# /etc/rc.d/init.d/named restart
Stopping named: [ OK ]
Starting named: [FAILED]
root@localhost /]# tail -10 /var/log/messages
Feb 15 22:43:44 localhost named[5446]: starting BIND 9.3.4-P1 -u named
Feb 15 22:43:44 localhost named[5446]: found 1 CPU, using 1 worker thread
Feb 15 22:43:44 localhost named[5446]: loading configuration from '/etc/named.conf'
Feb 15 22:43:44 localhost named[5446]: listening on IPv4 interface lo, 127.0.0.1#53
Feb 15 22:43:44 localhost named[5446]: listening on IPv4 interface eth0, 192.168.0.221#53
Feb 15 22:43:44 localhost named[5446]: /etc/named.conf:100: configuring key 'ddns_key': bad base64 encoding
Feb 15 22:43:44 localhost named[5446]: loading configuration: bad base64 encoding
Feb 15 22:43:44 localhost named[5446]: exiting (due to fatal error)
- 02-16-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
- 02-16-2009 #3
thanks buddy but i have got the solution..
it was a problem with has ....
/usr/sbin/dns-keygen
run this command and u will get a hash key ...
copy that hash key and paste it in your named .conf file in this part
key ddns_key
{
algorithm hmac-md5;
secret "/usr/... some text will be here just paste your has key here with in the qouted string";
};
- 01-03-2013 #4Just Joined!
- Join Date
- Jan 2013
- Posts
- 1


Reply With Quote

