Bom dia, pessoal.

Atualizei h� pouco meu gateway de CL 5.1 para CL 8.0 e instalei o
Bind 9.2.0-6cl. Fiz a configura��o do Bind do mesmo modo que a vers�o
anteriormente instalada, mas o programa n�o est� funcionando.  Estou
usando o Bind em conjunto com o pacote bind-chroot 9.2.0-6cl.
Abaixo, mando os logs dos comandos '/etc/rc.d/init.d/named stop'
e '/etc/rc.d/init.d/named start'.

Aug 20 11:55:26 [m�quina] named[8790]: shutting down
Aug 20 11:55:26 [m�quina] named[8790]: stopping command channel on
127.0.0.1#953
Aug 20 11:55:26 [m�quina] named[8790]: no longer listening on
127.0.0.1#53
Aug 20 11:55:26 [m�quina] named[8790]: no longer listening on
192.168.1.1#53
Aug 20 11:55:26 [m�quina] named[8787]: exiting
Ago 20 11:55:27 [m�quina] named: named shutdown succeeded

Aug 20 11:55:30 [m�quina] named[17205]: starting BIND 9.2.0 -u named -
t /var/named
Aug 20 11:55:30 [m�quina] named[17205]: using 1 CPU
Aug 20 11:55:30 [m�quina] named[17208]: loading configuration
from '/etc/named.conf'
Aug 20 11:55:30 [m�quina] named[17208]: /etc/named.conf:15:
option 'memstatistics-file' is not implemented
Aug 20 11:55:30 [m�quina] named[17208]: no IPv6 interfaces found
Aug 20 11:55:30 [m�quina] named[17208]: listening on IPv4 interface
lo, 127.0.0.1#53
Aug 20 11:55:30 [m�quina] named[17208]: listening on IPv4 interface
eth0, 192.168.1.1#53
Aug 20 11:55:31 [m�quina] named[17208]: command channel listening on
127.0.0.1#953
Aug 20 11:55:31 [m�quina] named[17208]: could not open entropy
source /dev/random: file not found
Aug 20 11:55:31 [m�quina] named[17208]: named.local:1: no TTL
specified; using SOA MINTTL instead
Aug 20 11:55:31 [m�quina] named[17208]: zone 0.0.127.in-addr.arpa/IN:
loaded serial 1997022700
Aug 20 11:55:31 [m�quina] named[17208]: running

O named inicia, mas n�o resolve nomes.

Abaixo, o named.conf:

// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
        dump-file "/var/named/dump/named_dump.db";
        statistics-file "/var/named/dump/named.stats";
        memstatistics-file "/var/named/dump/named.memstats";
        // remove this next line if you want named to listen on
        // all available interfaces, or adjust add new ones as
        // you see fit
        listen-on { 127.0.0.1/32; 192.168.1.0/24; };
        allow-transfer {
                        127.0.0.1/32;
                        192.168.1.0/24;
                        };
};

//
// a caching only nameserver config
//
zone "." {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};

zone "1.168.192.in-addr.arpa" {
        type master;
        file "192.168.1.1-254";
};

//
// a shared secret for the rndc tool
// this key must be the same one that is in the
// /etc/rndc.conf file
//
key key_rndc {
        algorithm "hmac-md5";
        secret "xxxxxxxxxxxxxxxxxxxxxxxx";
};

//
// a control channel for the new rndc tool
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { key_rndc; };
};


Algu�m viu algo errado?

[]s
Gilson


Assinantes em 20/08/2002: 2248
Mensagens recebidas desde 07/01/1999: 179780
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista:
            mailto:[EMAIL PROTECTED]

Responder a