US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > Troubleshooting


Reply
 
Thread Tools
Old 01-05-2012, 12:01 AM   #1
Junior Member
 
Join Date: Jan 2012
Posts: 3
JinLee is on a distinguished road
Post "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
JinLee is offline   Reply With Quote
Old 01-05-2012, 03:23 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

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
slava is offline   Reply With Quote
Old 01-05-2012, 09:59 PM   #3
Junior Member
 
Join Date: Jan 2012
Posts: 3
JinLee is on a distinguished road
Default

I have CentOS 6 x32
JinLee is offline   Reply With Quote
Old 01-06-2012, 07:08 AM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

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
slava is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:13 PM.