check your zone file
[root@inf1sysadm1 data]# pwd
/var/named/data
# cat ind.raman.com.zone
$ORIGIN .
$TTL 3600 ; 1 hour
ind.raman.com IN SOA ns1.ind.raman.com. sysops.raman.com. (
2010106825 ; serial
3600 ; refresh (1 hour)
600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns1.ind.raman.com.
$ORIGIN ind.raman.com.
ns1 A 127.0.0.1
match the SOA record to NS as well.. after re run
[root@inf1sysadm1 data]# nsupdate
> key dhcpupdate G***************==
> update add test.ind.raman.com 3600 IN A 10.131.11.10
> send
working fine.
Wednesday, October 6, 2010
response to SOA query was unsuccessful: solved
Posted on 11:42 PM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment