Necesito ayuda con BIND9 sobre Delegacion de las Zonas de DNS
tengo esto configurado y la vista interna me funciona a la perfecccion la directa y la inversa, pero en el caso de la vista externa me funciona bien solamente la directa cuando pregunto por la inversa no me trabaja, alguien me puede decir en que me equivoque.

#root@ns1:/# nano /etc/bind/named.conf.local
view "interna" {
    match-clients { 10.0.0.0/24; !any; };
    allow-recursion { 10.0.0.0/24; };
    allow-query { any; };

zone "." {
        type hint;
        file "/etc/bind/db.root";
        };

zone "localhost" {
    type master;
        file "/etc/bind/db.local";
        };

zone "127.in-addr.arpa" {
    type master;
        file "/etc/bind/db.127";
        };

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
        };

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
        };

zone "caisa.co.cu" {
        type master;
        file "/var/cache/bind/caisa-interna";
        allow-transfer { 10.0.0.1; };
        notify yes;
        };

zone "0.0.10.in-addr.arpa" {
        type master;
        file "/var/cache/bind/0.0.10.in-addr.arpa";
        allow-transfer { 10.0.0.1; };
        notify yes;
        };
};

view "externa" {
        match-clients { any; !10.0.0.0/24; };
        allow-recursion { none; };
    allow-query { any; };

zone "." {
        type hint;
        file "/etc/bind/db.root";
        };

zone "localhost" {
        type master;
        file "/etc/bind/db.local";
        };

zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
        };

zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
        };

zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
        };

zone "caisa.co.cu" {
        type master;
        file "/var/cache/bind/caisa-externa";
        notify yes;
        };

zone "24/29.151.55.200.in-addr.arpa" {
        type master;
        file "/var/cache/bind/151.55.200.in-addr.arpa";
        notify yes;
        };
};


#root@ns1:/var/cache/bind# nano caisa-externa

$TTL 3600        ; 1 hour default TTL
caisa.co.cu. IN SOA ns1.caisa.co.cu. armandof.caisa.co.cu. (
        2014102401      ; Serial
        10800           ; Refresh
        3600            ; Retry
        604800          ; Expire
        300             ; Negative Response TTL
)

; DNS Servers
                        IN      NS      ns1.caisa.co.cu.

; MX Records
                        IN      MX      10 correos.caisa.co.cu.

; Server Names
router                  IN      A       200.55.151.25
ns1                     IN      A       200.55.151.26
adminred                IN      A       200.55.151.27
correos                 IN      A       200.55.151.28
web                     IN      A       200.55.151.29

; Alias
www                     IN      CNAME   web

; SRV
_jabber._tcp.caisa.co.cu. IN SRV 5 0 5269 correos.caisa.co.cu. _xmpp-server._tcp.caisa.co.cu. IN SRV 5 0 5269 correos.caisa.co.cu. _xmpp-client._tcp.caisa.co.cu. IN SRV 5 0 5222 correos.caisa.co.cu.

_conferencia._tcp.caisa.co.cu. IN SRV 5 0 5269 correos.caisa.co.cu. _xmpp-server._tcp.caisa.co.cu. IN SRV 5 0 5269 correos.caisa.co.cu. _xmpp-client._tcp.caisa.co.cu. IN SRV 5 0 5222 correos.caisa.co.cu.

#root@ns1:/var/cache/bind# nano 151.55.200.in-addr.arpa

TTL 3600
@       IN      SOA     ns1.caisa.co.cu.  armandof.caisa.co.cu. (
        2014102401      ; Serial
        10800           ; Refresh
        3600            ; Retry
        604800          ; Expire
        300             ; Negative Response TTL
)
;
        IN      NS      ns1.caisa.co.cu.
25      IN      PTR     router.caisa.co.cu.
26      IN      PTR     ns1.caisa.co.cu.
27      IN      PTR     adminred.caisa.co.cu.
28      IN      PTR     correos.caisa.co.cu.
29      IN      PTR     web.caisa.co.cu.


--
Armando Felipe Fuentes Denis
Administrador de Redes
Empresa Productora de Omnibus "Evelio Prieto Guillama"
Telef: (53) 47306801
Email:arman...@caisa.co.cu
WEB:www.caisa.co.cu
----------------------------------------
Miembro Nacional GUTL
Grupo de Usuarios de Tecnologías Libres




--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est� limpio.

------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: 
<http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20141024/ce90e32e/attachment.html>
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a