¿Por que se actualiza el registro inverso y no el directo del DNS? mis ficheros son # cat /etc/dhcp3/dhcpd.conf option domain-name-servers 10.105.27.1; authoritative; ddns-updates on; ddns-update-style interim; ddns-domainname "ctera-huvn.diraya.sspa.junta-andalucia.es."; ddns-rev-domainname "27.105.10.in-addr.arpa.";
default-lease-time 600; max-lease-time 7200; log-facility local7; subnet 10.105.0.96 netmask 255.255.255.224 {} subnet 10.105.27.0 netmask 255.255.255.0 { range 10.105.27.100 10.105.27.200; option routers 10.105.27.1; option domain-name "ctera-huvn.diraya.sspa.junta-andalucia.es"; option subnet-mask 255.255.255.0; option broadcast-address 10.105.27.255; one-lease-per-client on; option netbios-name-servers 10.105.27.1; } key ctera { algorithm hmac-md5; secret "esto esta bien"; } zone ctera-huvn.diraya.sspa.junta-andalucia.es { primary 10.105.27.1; key ctera; } zone 27.105.10.in-addr.arpa. { primary 10.105.27.1; key ctera; } ######################################################### # cat /etc/bind/named.conf include "/etc/bind/rndc.key"; include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; # cat /etc/bind/named.conf.options options { directory "/etc/bind"; notify no; }; ######################################################### # cat /etc/bind/named.conf.local zone "ctera-huvn.diraya.sspa.junta-andalucia.es" in { type master; file "/etc/bind/ctera-huvn.diraya.sspa.junta-andalucia.es.hosts"; allow-update { key ctera; }; }; zone "27.105.10.in-addr.arpa" in { type master; file "/etc/bind/10.105.27.rev"; allow-update { key ctera; }; }; ######################################################### # cat /etc/bind/10.105.27.rev $ORIGIN . $TTL 86400 ; 1 day 27.105.10.in-addr.arpa IN SOA fwctera.ctera-huvn.diraya.sspa.junta-andalucia.es. antonio\.trujillo \.sspa.junta-andalucia.es. ( 2008092301 ; serial 10800 ; refresh (3 hours) 900 ; retry (15 minutes) 604800 ; expire (1 week) 3600 ; minimum (1 hour) ) NS fwctera.ctera-huvn.diraya.sspa.junta-andalucia.es. $ORIGIN 27.105.10.in-addr.arpa. $TTL 300 ; 5 minutes 200 PTR hvn-f35c8e45934.ctera-huvn.diraya.sspa.junta-andalucia.es. ######################################################### # cat /etc/bind/ctera-huvn.diraya.sspa.junta-andalucia.es.hosts $TTL 86400 @ IN SOA fwctera.ctera-huvn.diraya.sspa.junta-andalucia.es. antonio\.trujillo \.sspa.junta-andalucia.es. ( 2008092300 10800 900 604800 3600 ) IN NS fwctera.ctera-huvn.diraya.sspa.junta-andalucia.es. -- Por favor, NO utilice formatos de archivo propietarios para el intercambio de documentos, como DOC y XLS, sino HTML, RTF, TXT, CSV o cualquier otro que no obligue a utilizar un programa de un fabricante concreto para tratar la información contenida en él. SALUD. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]