Results 1 to 2 of 2
Hi,
I got assignment from my lec, need to setup dns server. So, all configuration already finish. But when i start my dns server, this kind of error come out. ...
- 04-30-2008 #1Just Joined!
- Join Date
- Apr 2008
- Location
- Malaysia
- Posts
- 3
Bind Error
Hi,
I got assignment from my lec, need to setup dns server. So, all configuration already finish. But when i start my dns server, this kind of error come out. What the problem?
Code:root@test-dns:/home/dns# /etc/init.d/bind9 restart * Stopping domain name service... bind rndc: 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. [fail] * Starting domain name service... bind [fail]
- 05-01-2008 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 12
if you are on RedHat flavored linux!
try
Code:service named restart


Reply With Quote