Originally Posted by
pratapsingh
zone "example.com" in{
type master;
file "master/master.example.com";
// enable slaves only
allow-transfer {192.168.23.1;192.168.23.2;);
};
"master/master.example.com" Rename this file and
name of this file should be like this "master.example.com.db" and create it under /var/named/ directory
c ontent should be like this
$TTL 86400 ; 24 hours could have been written as 24h or 1d
;$ORIGIN example.com. ; do not use this untill unless you dont know what is ;the use of this ..
@ 1D IN SOA ns1.example.com. hostmaster.example.com. (
2002022401 ; serial
3H ; refresh
15 ; retry
1w ; expire
3h ; minimum
)
And your serial number seems to be too big try to use small numbers ..
still if you still facing any issue please paste it here again i will try to resolve