Hola lista tengo una dificultad con mi DNS. Lo tengo en debian 4,0 con
bind9. Me sucede lo sig. Me resuelve cualquier dominio perfectamente,
pero no se resuelve el dominio nuestro que me falta ?. Se que el error
lo pone mi servidor porque aca donde tarabajo resolvemos el DNS con un
win2003 y perfectamente resuelve. Es decir el error es de
configuracion.
Agradesco cualquier ayuda.
Aca les dejo la configuracion de msi zonas.
DIRECTA
$TTL 3D
@ IN SOA hobbit.dominio.cu. ggvhcs.dominio.cu. (
2009012601 ; Serial
8H ; Refresh
2H ; Retry
4W ; Expire
1D) ; Minimum TTL
;
TXT "dominio.cu consultas DNS en hobbit.dominio.cu"
NS hobbit.dominio.cu.
MX 10 correo.dominio.cu.
;
localhost A 127.0.0.1
hobbit.dominio.cu A xxx.xxx.xxx.xxx
correo.dominio.cu A xxx.xxx.xxx.xxx
gateway.dominio.cu A xxx.xxx.xxx.xxx
web.dominio.cu A xxx.xxx.xxx.xxx
www.dominio.cu A xxx.xxx.xxx.xxx
www.dominio.cu. IN CNAME hobbit.dominio.cu.
dominio.cu IN A xxx.xxx.xxx.xxx
INVERSA
$TTL 3D
@ IN SOA hobbit.dominio.cu. ggvhcs.dominio.cu. (
2009012601 ; Serial
8H ; Refresh
2H ; Retry
4W ; Expire
1D) ; Minimum TTL
SOA
;
@ IN NS hobbits.dominio.cu.
;
127.0.0.1 PTR hobbit.dominio.cu.
xxx.xxx.xxx.xxx PTR gateway.dominio.cu.
xxx.xxx.xxx.xxx PTR web.dominio.cu.
xxx.xxx.xxx.xxx PTR correo.dominio.cu.
xxx.xxx.xxx.xxx PTR www.dominio.cu.
NAMED.CONF
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in
/etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "/etc/bind/db.127.0.0";
};
zone "xxx.xxx.xxx.in-addr.arpa" {
type master;
file "/etc/bind/db.xxx";
};
zone "dominio.cu" {
type master;
file "/etc/bind/db.dominio.cu";
};
// zone "com" { type delegation-only; };
// zone "net" { type delegation-only; };
// From the release notes:
// Because many of our users are uncomfortable receiving undelegated
answers
// from root or top level domains, other than a few for whom that behaviour
// has been trusted and expected for quite some length of time, we have now
// introduced the "root-delegations-only" feature which applies
delegation-only
// logic to all top level domains, and to the root domain. An exception
list
// should be specified, including "MUSEUM" and "DE", and any other top
level
// domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };
include "/etc/bind/named.conf.local";
Nota:
Todos estos archivos de configuracion son de mi debian 4.0 tambien tengo los
archivos del centos4 y redhat 4AS pero creo que con estos es suficientes.
_______________________________________________
Cancelar suscripción
https://listas.softwarelibre.cu/mailman/listinfo/linux-l
Buscar en el archivo
http://listas.softwarelibre.cu/buscar/linux-l