On 02/15/2012 04:29 PM, Oriam González wrote:
Tengo un DNS montado en Debian 6 en un server nombrado snd y necesito crear un 
DNS  esclavo en otro host llamado snd2. Alquien que pueda ayudarme con  esta 
duda.

Sencillo, el master debe tener algo como esto:

zone "tudominio.cu" IN {
        type master;
        file "/var/cache/bind/fichero.lan.zone";
        allow-query { any; };
        allow-update { none; };
        allow-transfer { 192.168.17.2; };
        notify yes;
    };

Y el esclavo algo como esto:

zone "tudominio.cu" IN {
        type slave;
        file "/var/cache/bind/fichero.lan.zone";
        allow-query { any; };
        allow-update { none; };
        allow-transfer { 192.168.17.1; };
        notify yes;
    };


--
Saludos: Ernesto Acosta
Linux User: #468707

______________________________________________________________________
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