<br>Hi everyone,<br><br>Finally, I got it solved. <br><br>The issue was my named.conf file. pls see below. <br><br><span style="font-weight: bold;">zone "<a href="http://example77.com">example77.com</a></span> <span style="font-weight: bold;">
<span style="font-weight: bold;"></span>" </span>IN {<br>        type master;<br>        file "master/example77.com.zone";<br>};<br><br>The below error happened <br>
<br><span style="font-weight: bold;">
Jul  5 15:50:32 gateway named[3548]: master/example77.com.zone:11:</span><br style="font-weight: bold;"><span style="font-weight: bold;">
>  example77.com\032: bad owner name (check-names)</span><br>
<br>in the above zone line, between <a href="http://example.com">example.com</a> , double quotes should be included. But trailing double quotes was with a ONE SPACE.<br><br>I rectified as follows. <br><br><span style="font-weight: bold;">
zone "<a href="http://example77.com">example77.com</a></span><span style="font-weight: bold;">" </span>IN {<br>
        type master;<br>
        file "master/example77.com.zone";<br>
};<br><br>Thanks, EVERYONE. <br><br><br><br><div><span class="gmail_quote">On 7/7/07, <b class="gmail_sendername">Robert Spangler</b> <<a href="mailto:lazydog@zoominternet.net">lazydog@zoominternet.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu July 5 2007 06:29, Indunil Jayasooriya wrote:<br><br>>  [root@gateway master]# cat 
example77.com.zone<br>>  $TTL    86400<br>>  @       IN      SOA     <a href="http://gateway.example77.com">gateway.example77.com</a>. <a href="http://root.example77.com">root.example77.com</a>. (<br>>                          2006101604 ; Serial
<br>>                          1800       ; Refresh<br>>                          300        ; Retry<br>>                          360000     ; Expire<br>>                          86400 )    ; Minimum<br>>
<br>>                  NS      <a href="http://gateway.example77.com">gateway.example77.com</a>.<br>><br>>                  MX      10      <a href="http://gateway.example77.com">gateway.example77.com</a>.<br>>                  MX      20      
<a href="http://mail.example77.com">mail.example77.com</a>.<br>><br>>                  A       <a href="http://192.168.0.3">192.168.0.3</a><br>><br>>  gateway     A        <a href="http://192.168.0.3">192.168.0.3
</a><br>>  mail            A       <a href="http://192.168.0.2">192.168.0.2</a><br>><br>><br>>  But, I still get the same error. pls see below.<br>><br>>  Jul  5 15:50:32 gateway named[3548]: master/example77.com.zone:11:
<br>>  example77.com\032: bad owner name (check-names)<br><br>This error is telling you that the error is in line 11.<br>The error as some have already told you is the space.<br><br>Sorry I didn't get back to you sooner.
<br><br><br>--<br><br>Regards<br>Robert<br><br>Smile... it increases your face value!<br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br><br clear="all"><br>-- <br>Thank you<br>Indunil Jayasooriya<br>