Quote:
Originally Posted by bathory
Hi,
It works according to the zone file you've posted:
It looks like the server 84.88.79.190 knows nothing about your domain.
|
This is because was not starting properly. 84.88.79.190 it's my zone master, so it must know about my domain or the boss will kill me.
Anyway, i got the problem. Underscores are not good stuff!!
solution:
on named.conf.options
options{
check-names master ignore;
check-names slave ignore;
as you can check it now the 84.88.79.190 know about the zone.
Many thanks bathory.