[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problemas con BIND



Hola,

Estoy tratando de configurar un dominio en Bind ... pero al hacer nslookup, sale esto:

backup:/var/log# nslookup team-death.cl
;; connection timed out; no servers could be reached

named.conf:
.....
zone "team-death.cl" {
       type master;
       file "team-death.cl";
    allow-query { any; };
    allow-update { localhost; };
    };

.....
linux:/etc/bind# cat team-death.cl
$ORIGIN .
$TTL 3600    ; 1 horas
team-death.cl IN SOA team-death.cl. root.team-death.cl (
                                3600      ; Refresh    1 horas
                                900       ; Retry       2 horas
                                2592000    ; Expire     30 dias
                                21600 )    ; Minimum     6 horas
     NS      ns1.team-death.cl.
     A       200.113.56.222
ns    A       200.113.56.222
www   IN       CNAME   @


Que podra ser?
Gracias




Reply to: