Around 10:55am on Thursday, July 05, 2007 (UK time), Indunil Jayasooriya scrawled:
IN NS gateway.example77.com .
^
Ralph
PS: named-checkzone is a great utility to check your zone files.
Hey, thanks, something new to me. I tried as follows. pls see below.
[root@gateway master]# pwd /var/named/chroot/var/named/master [root@gateway master]# named-checkzone example77.com example77.com.zone zone example77.com/IN: loaded serial 2006101604 OK
Is something wrong witn below line. IN NS gateway.example77.com
You don't want the 'IN' - the zone files should start something like this:
$TTL 3D @ IN SOA magpie.stevesearle.com. steve.stevesearle.com. ( 200604011 ; Serial 8H ; Refresh 2H ; Retry 4W ; Expire 1D) ; Minimum TTL NS magpie.stevesearle.com. 2 PTR magpie.stevesearle.com.
See http://www.stevesearle.com/tech/centos5.0.svr.html#bind for more details.
Steve