ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   "Can't reconfig DNS server. Make sure DNS service started and right configured" (http://forum.ispsystem.com//showthread.php?t=1743)

JinLee 01-05-2012 12:01 AM

"Can't reconfig DNS server. Make sure DNS service started and right configured"
 
Hi there,

Each time I try to create a new domain, i got the following error messsage :
"Error: Can't reconfig DNS server. Make sure DNS service started and right configured."

I have try every solutions I found to fix that problem but no one worked :(
and I have tried with several other domains, but i still got the same error. message.
Im new at using ISPmanager, and it looks easy to use, but it seems that i really can't solve this problem by myself.

Im using ISPmanager-Lite 4.3.57.8

Here are the setting in the DNS service :
Mode : Standalone
Process name : named
Start command : /etc/rc.d/init.d/named start
Stop command : /etc/rc.d/init.d/named stop
System name : named
Type : Domain Name Server (DNS)
Ip-Adresse : -----
Autostart : ticked

This guy seems to had the same problem as me : http://forum.ispsystem.com/en/showthread.php?t=1400

All my domain are setup correctly and I think there arent any problem with that.

If anyone could help me it will be very cool ! :)

Thanks in advance
Jinlee

slava 01-05-2012 03:23 PM

What operaion system you have?
What's show commands

Code:

ps ax|grep named
rndc status

rndc status command must work correctly for fix this issue

JinLee 01-05-2012 09:59 PM

I have CentOS 6 x32

slava 01-06-2012 07:08 AM

configure named for rndc utility, such as

in /etc/named.conf

Code:

controls {
  inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
key "rndc-key" {
        algorithm hmac-md5;
        secret "SawDPGENVmfb3mZP/cqA9g==";
};

rndc-key you shoud get from /etc/rndc.key


All times are GMT +2. The time now is 06:15 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.