Tema: Named Failed
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/06/2007, 11:37
Avatar de rommell
rommell
 
Fecha de Ingreso: julio-2006
Ubicación: Arequipa
Mensajes: 16
Antigüedad: 18 años, 5 meses
Puntos: 0
Exclamación Re: Named Failed

include "/etc/rndc.key";

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};

options
{
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
query-source port 53;

// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
};

logging
{
/* If you want to enable debugging, eg. using the 'rndc trace' command,
* named will try to write the 'named.run' file in the $directory (/var/named).
* By default, SELinux policy does not allow named to modify the /var/named directory,
* so put the default debug log file in data/ :
*/
channel default_debug {
file "data/named.run";
severity dynamic;
};
};



__________________________________________________ ______

esas son las primeras lineas del archivo de configuracion no se que pueda estar mal??