Eu estou tentando fazer um servidor DNS com bind9 no Ubuntu, mas quando eu nslookup o ip eu só obtenho o status NXDOMAIN. A mesma coisa acontece com meu domínio www.peliluolaXXX.net.
Como resolver isso?
Aqui estão minhas configurações e arquivos: Preciso enviar outros arquivos?
named.conf.local
zone "peliluolaXXX.net" {
type master;
file "/etc/bind/db.peliluola";
};
zone "0.18.172.in-addr.arpa" {
type master;
file "/etc/bind/db.kaanteinen";
};
db.peliluola
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA peliluolaXXX.net. XXX.jao.fi. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ;Negative Cache TTL
;
@ IN NS peliluolaXXX.net.
@ IN A 172.18.0.XXX
tite216 IN A 172.18.0.XXX
www IN CNAME tite216.peliluolaXXX.net.
db.kaanteinen (reverso)
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA peliluolaXXX.net. XXX.jao.fi. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS peliluolaXXX.net.
166 IN PTR tite216.peliluolaXXX.net.