Eduardo,

 Dá uma olhada nos logs e manda pra cá !


======================================
                  CyberCrow
        Conhecimento é Poder !

  Quando voce perde a mente limitada
       Voce liberta a sua vida

  http://cybercrow.blogspot.com
======================================

   1. Try to find an answer by searching the archives of the forum you plan to 
post to.
   2. Try to find an answer by searching the Web.
   3. Try to find an answer by reading the manual.
   4. Try to find an answer by reading a FAQ.
   5. Try to find an answer by inspection or experimentation.
   6. Try to find an answer by asking a skilled friend.
   7. If you're a programmer, try to find an answer by reading the source code.

-----BEGIN GEEK CODE BLOCK-----
  Version: 3.12
  GCM/L/U d- s-: a- C++ LSU++++ P+ L+++ E--- W++ N w--
  O-- M- V- PS PE- Y PGP++ t 5 X++ R tv- b++ DI D+
  G++ e- h* r y+
-------END GEEK CODE BLOCK------



Eduardo Vieira Mendes wrote:
> Olá Lista, bom dia!
>  
> Bom, estou com uma enorme dificuldade em fazer o meu DHCPD fazer a
> atualização das zonas do BIND.
>  
> Fiz toda a configuração, mas o mesmo teima em não atualizar.
>  
> Será que alguém poderia me ajudar e dizer o que pode estar errado nos
> arquivos abaixo:
>  
> ======================
> /etc/dhcpd.conf
> ======================
> # dhcpd.conf
> #
>  
> ddns-update-style interim;
> authoritative;
> default-lease-time 28800;
> max-lease-time 43200;
> option domain-name-servers 192.168.0.85;
> option domain-name "uniodontogoiania.com.br";
>  
> subnet 192.168.0.0 netmask 255.255.255.0 {
>     range 192.168.0.1  192.168.0.100;
>     option routers 192.168.0.254;
> }
>  
> key dhcp-updater {
>         algorithm       hmac-md5;
>         secret "zQE/B+FgTlurv/UmvoJZOQ==";
> };
>  
> zone uniodontogoiania.com.br. {
>     primary 192.168.0.10;
>     key dhcp-updater;
> }
>  
> zone 0.168.192.in-addr.arpa. {
>     primary 192.168.0.10;
>     key dhcp-updater;
> }
>  
>  
> ======================
> /etc/named.conf
> ======================
> options {
>     directory "/var/named";
>     allow-query { 127.0.0.1; 192.168.0.0/24; };
>     allow-transfer { none; };
>     notify no;
> };
>  
> zone "." {
>        type hint;
>        file "named.ca";
> };
>  
> zone "localhost" {
>         type master;
>         file "localhost.zone";
> };
>  
> zone "0.0.127.in-addr.arpa"  {
>         type master;
>         file "0.0.127";
>         allow-update { none; };
> };
>  
> zone "uniodontogoiania.com.br" {
>         type master;
>         file "named.uniodonto";
>         allow-update { key dhcp-updater; };
> };
>  
> zone "0.168.192.in-addr.arpa" {
>         type master;
>         file "0.168.192";
>         allow-update { key dhcp-updater; };
> };
>  
> key "dhcp-updater" {
>         algorithm       hmac-md5;
>         secret "zQE/B+FgTlurv/UmvoJZOQ==";
> };
>  
> controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys {
> dhcp-updater; }; };
>  
>  
> ======================
> /var/named/named.uniodonto
> ======================
> $TTL 86400      ; 1 day
> $ORIGIN uniodontogoiania.com.br.
>  
> @                   IN              SOA    
> servernet.uniodontogoianial.com.br. root.uniodontogoiania.com.br. (
>                                 1       ; serial
>                                 10800   ; refresh 3 horas
>                                 3600    ; retry 1 hora
>                                 604800  ; expire (1 week)
>                                 86400 )  ; minimum (1 day)
>  
> @                   IN      NS      servernet.uniodontogoiania.com.br.
>  
> @                   IN      MX  10  correio.uniodontogoiania.com.br.
>  
> servarq                      A       192.168.0.1
>  
> ns1                 IN      CNAME   servernet
>  
> localhost           IN      A       127.0.0.1
>  
>  
> ======================
> /var/named/0.168.192
> ======================
> $TTL 86400      ; 1 day
>  
> $ORIGIN 0.168.192.in-addr.arpa.
>  
> 0.168.192.in-addr.arpa.          IN      SOA
> servernet.uniodontogoiania.com.br. root.uniodontogoiania.com.br. (
>                                     1                   ; numero serial
>                                     10800               ; refresh apos
> 3 horas
>                                     3600                ; retry apos 1
> hora
>                                     604800              ; expira apos
> 1 semana
>                                     86400 )             ; TTL minimo
> de 1 dia
>  
> @                       IN          NS     
> servernet.uniodontogoiania.com.br.
>  
> ; Endereço dos servidores
>  
> servarq         IN          A           192.168.0.1
> ti1             IN          A           192.168.0.65
> ti2             IN          A           192.168.0.74
>  
> ; Apelidos
>  
> ns1             IN          CNAME       servernet
>  
> ; Localhos
> localhost       IN          A           127.0.0.1
>  
> ======================
>  
>  
> Desde já agradeço a quem puder me ajudar!
>  
> Abraços
>
> >

--~--~---------~--~----~------------~-------~--~----~
GUS-BR - Grupo de Usuários de Slackware Brasil
http://www.slackwarebrasil.org/
http://groups.google.com/group/slack-users-br

Conheça o Novo Forum do GUS-BR na Under-Linux.Org em:
http://under-linux.org/forums/slackware/
-~----------~----~----~----~------~----~------~--~---

Responder a