PDA

View Full Version : DNS Update - Failed


Boostable
06-06-06, 15:02
Can't get any new domains or dns changes to take affect.

Getting this error..

Jun 6 15:40:27 web named[2561]: denied update from [127.0.0.1].1783 for "domain.com" IN


Any help would be appreciated.

Thanks,

JW

yurtesen
06-06-06, 15:18
I smell an conf problem about rndc.conf and named.conf
See this thread:
http://forum.psoft.net/showthread.php?t=15935&highlight=rndc

Boostable
06-06-06, 15:38
Dont see anyting about MDC in the error but I do see this...

java.lang.Exception: Update failed: REFUSED

JW

dynamicnet
06-06-06, 15:49
Greetings:

The error is discussed on http://forum.psoft.net/showthread.php?t=15741 and http://forum.psoft.net/showthread.ph...ht=rndc+status

===
Dave96 ->

On name servers run:

# rndc-confgen

Copy the respective output to /etc/rndc.conf and /etc/named.conf

# service named restart

This will generate a new key. Had the same issue here and this fixed it.

===

Thank you.