On 27 Sep 2016, at 8:34, Harshith Mulky wrote:

> And the file looks like this
>
> $ORIGIN .
> $TTL 3600       ; 1 hour
> @       IN SOA  atlanta.enum.bhnis.net. root.enum.bhnis.net. (
 [...]
> getting these errors when starting named service
>
> enum.bhnis.net:3: ignoring out-of-zone data (.)
 [...]
> What is the problem here?

  The "$ORIGIN" directive sets the value which will be substituted for "@".
  Because of this, the name of the SOA record is ".", which is outside
  the zone you specified in the configuration file (enum.bhnis.net), and the
  SOA record is ignored.

  You could either put

$ORIGIN enum.bhnis.net. ;; NB: the final dot is significant!

  or just omit the "$ORIGIN" directive.


  Best regards,

  Niall O'Reilly
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to