Estimados Todos, tengo una pequeña inquietud. Tengo instalado Centos 5 y sobre el funcionando el servidor apache que viene por defecto en esta distribución. Lo configure como servidor, y les comento que algunas máquinas pueden acceder a este servicio; y hay otras que no pueden acceder. Monte un sniffer para ver que esta pasando en estas máquinas que no pueden acceder y para sorpresa mia me sale que el servidor les devuelve un paquete rst ack; que interpretaria que el servidor tiene el puerto cerrado. Lo más raro, es que las máquinas que no pueden acceder tienen todos los permisos. Será que alguien me puede dar alguna sugerencia. Espero sus comentarios.
te recomiendo que te instales fiddler y debugues a donde te queres conectar y pegame el log que te genera las maquinas que no pueden acceder y te puedo dar una mano. http://www.fiddlertool.com/fiddler/
2008/3/25 Alexander López Lapo ralopez@utpl.edu.ec:
Estimados Todos, tengo una pequeña inquietud. Tengo instalado Centos 5 y sobre el funcionando el servidor apache que viene por defecto en esta distribución. Lo configure como servidor, y les comento que algunas máquinas pueden acceder a este servicio; y hay otras que no pueden acceder. Monte un sniffer para ver que esta pasando en estas máquinas que no pueden acceder y para sorpresa mia me sale que el servidor les devuelve un paquete rst ack; que interpretaria que el servidor tiene el puerto cerrado. Lo más raro, es que las máquinas que no pueden acceder tienen todos los permisos. Será que alguien me puede dar alguna sugerencia. Espero sus comentarios. _______________________________________________ CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB...
Henry Villavicencio wrote:
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB... CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
Hola Henry, de pronto revisate en los archivos de configuración si todo esta bien. Además de que a mi me ha pasado que los archivos de configuración son sencible a espacios y tabulaciones.
Henry Villavicencio wrote:
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB... CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
y pone los archivos de conf como para ver sino es complicado ayudar
----------------------------------------
Date: Wed, 26 Mar 2008 21:21:49 -0300 From: maxnux@yahoo.com.ar To: centos-es@centos.org Subject: Re: [CentOS-es] Pronlemas con bind
Henry Villavicencio wrote:
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB... CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
y pone los archivos de conf como para ver sino es complicado ayudar _______________________________________________
/var/named/chroot/etc/named.conf
//Red Hat BIND Configuration Tool // //Default initial "Caching Only" name server configuration // acl "redlocal" { 127.0.0.1; 192.168.14.0/24; };
options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; allow-recursion { redlocal; }; forwarders { xxx.xxx.xxx.xxx; -> mi dns primario xxx.xxx.xxx.xxx1; -> mi dns secundario }; forward first; /* * 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; };
zone "." IN { type hint; file "named.root"; };
zone "localdomain." IN { type master; file "localdomain.zone"; allow-update { none; }; };
zone "localhost." IN { type master; file "localhost.zone"; allow-update { none; }; };
zone "0.0.127.in-addr.arpa." IN { type master; file "named.local"; allow-update { none; }; };
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN { type master; file "named.ip6.local"; allow-update { none; }; };
zone "255.in-addr.arpa." IN { type master; file "named.broadcast"; allow-update { none; }; };
zone "0.in-addr.arpa." IN { type master; file "named.zero"; allow-update { none; }; };
zone "midominio.com" IN { type master; file "midominio.com.zone"; allow-update { none; }; };
zone "94.110.200.in-addr.arpa." IN { type master; file "94.110.200.in-addr.arpa.zone"; allow-update { none; }; };
zone "red-local" IN { type master; file "red-local.zone"; allow-update { none; }; };
zone "14.168.192.in-addr.arpa." IN { type master; file "14.168.192.in-adr.arpa.zone"; allow-update { none; }; };
include "/etc/rndc.key";
-------------------------------------
/var/named/chroot/var/named/midominio.com.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN A xxx.xxx.xxx.76 -> ip publica
ftp IN A xxx.xxx.xxx.74 -> ip publica www IN A xxx.xxx.xxx.75 -> ip publica proxy IN A xxx.xxx.xxx.76 -> ip publica
ftp IN CNAME ftp www IN CNAME www dns IN CNAME proxy
-----------------------------------------------
/var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.midominio.com.
74 IN PTR ftp.midominio.com. 75 IN PTR www.midominio.com. 76 IN PTR proxy.midominio.com
--------------------------------------------------
/var/names/chroot/named/red-local.zone
$TTL 86400 IN SOA proxy.red-local. sistemas.escopusa.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN NS 192.168.14.4
mail IN A 192.168.14.2 proxy IN A 192.168.14.4 data IN A 192.168.14.55 www IN A 192.168.14.88 ftp IN A 192.168.14.7 respaldo IN A 192.168.14.8 sistemas-boss IN A 192.168.14.61 sistemas-ham IN A 192.168.14.62 sistemas-admin IN A 192.168.14.63 gerencia IN A 192.168.14.71 jlucero IN A 192.168.14.72 gaguilar IN A 192.168.14.73 recepcion IN A 192.168.14.74 contabilidad IN A 192.168.14.75 yquimi IN A 192.168.14.76 mmejillones IN A 192.168.14.77 jconforme IN A 192.168.14.81 mruperti IN A 192.168.14.82 lsoto IN A 192.168.14.83 nmota IN A 192.168.14.84 jgualli IN A 192.168.14.85 szambrano IN A 192.168.14.91 jalmeida IN A 192.168.14.92 jayala IN A 192.168.14.93 jpenafiel IN A 192.168.14.94 vprieto IN A 192.168.14.95 tsantos IN A 192.168.14.96 flara IN A 192.168.14.111 etapia IN A 192.168.14.112 mbaque IN A 192.168.14.113 lprieto IN A 192.168.14.114 jmoreta IN A 192.168.14.115 jjimenez IN A 192.168.14.116 ebaquero IN A 192.168.14.131 fvera IN A 192.168.14.132 eguteirrez IN A 192.168.14.133 jmorales IN A 192.168.14.134 aneira IN A 192.168.14.135 scanner IN A 192.168.14.136 rbravo IN A 192.168.14.137
mail IN CNAME mail dns IN CNAME proxy www IN CNAME www ftp IN CNAME ftp
----------------------------------------------
/var/named/chroot/named/14.168.192.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.red-local. sistemas.red-local ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.red-local.
2 IN PTR mail.red-local. 4 IN PTR proxy.red-local. 55 IN PTR data.red-local. 88 IN PTR www.red-local. 7 IN PTR ftp.red-local. 8 IN PTR respaldo.red-local. 61 IN PTR sistemas-boss.red-local. 62 IN PTR sistemas-ham.red-local. 63 IN PTR sistemas-admin.red-local. 71 IN PTR gerencia.red-local. 72 IN PTR jlucero.red-local. 73 IN PTR gaguilar.red-local. 74 IN PTR recepcion.red-local. 75 IN PTR contabilidad.red-local. 76 IN PTR yquimi.red-local. 77 IN PTR mmejillones.red-local. 81 IN PTR jconforme.red-local. 82 IN PTR mruperti.red-local. 83 IN PTR lsoto.red-local. 84 IN PTR nmota.red-local. 85 IN PTR jgualli.red-local. 91 IN PTR szambrano.red-local. 92 IN PTR jalmeida.red-local. 93 IN PTR jayala.red-local. 94 IN PTR jpenafiel.red-local. 95 IN PTR vprieto.red-local. 96 IN PTR tsantos.red-local. 111 IN PTR flara.red-local. 112 IN PTR etapia.red-local. 113 IN PTR mbaque.red-local. 114 IN PTR lprieto.red-local. 115 IN PTR jmoreta.red-local. 116 IN PTR jjimenez.red-local. 131 IN PTR ebaquero.red-local. 132 IN PTR fvera.red-local. 133 IN PTR egutierrez.red-local. 134 IN PTR jmorales.red-local. 135 IN PTR aneira.red-local. 136 IN PTR scanner.red-local. 137 IN PTR rbravo.red-local.
_________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&sour...
----------------------------------------> > Date: Wed, 26 Mar 2008 21:21:49 -0300> > From: maxnux@yahoo.com.ar > To: centos-es@centos.org> > Subject: Re: [CentOS-es] Pronlemas con bind> > > > Henry Villavicencio wrote:> >> Hola amigos:> >>> >> Tengo instalado centos 5 y ya lo baje todas las actualizaciones.> >> Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:> >>> >> host proxy> >>> >> Host proxy not found: 3(NXDOMAIN)> >>> >> host 192.168.14.4> >>> >> Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)> >>> >> Que puede ser> >> _________________________________________________________________> >> Discover the new Windows Vista> >> http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB... >> CentOS-es mailing list> >> CentOS-es@centos.org> >> http://lists.centos.org/mailman/listinfo/centos-es%3E >>> >> > > y pone los archivos de conf como para ver sino es complicado ayudar> > _______________________________________________> /var/named/chroot/etc/named.conf //Red Hat BIND Configuration Tool////Default initial "Caching Only" name server configuration//acl "redlocal" {127.0.0.1;192.168.14.0/24;};options {directory "/var/named";dump-file "/var/named/data/cache_dump.db";statistics-file "/var/named/data/named_stats.txt";allow-recursion { redlocal; };forwarders {xxx.xxx.xxx.xxx; -> mi dns primarioxxx.xxx.xxx.xxx1; -> mi dns secundario};forward first;/** 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;};zone "." IN {type hint;file "named.root";};zone "localdomain." IN {type master;file "localdomain.zone";allow-update { none; };};zone "localhost." IN {type master;file "localhost.zone";allow-update { none; };};zone "0.0.127.in-addr.arpa." IN {type master;file "named.local";allow-update { none; };};zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN {type master;file "named.ip6.local";allow-update { none; };};zone "255.in-addr.arpa." IN {type master;file "named.broadcast";allow-update { none; };};zone "0.in-addr.arpa." IN {type master;file "named.zero";allow-update { none; };};zone "midominio.com" IN {type master;file "midominio.com.zone";allow-update { none; };};zone "94.110.200.in-addr.arpa." IN {type master;file "94.110.200.in-addr.arpa.zone";allow-update { none; };};zone "red-local" IN {type master;file "red-local.zone";allow-update { none; };};zone "14.168.192.in-addr.arpa." IN {type master;file "14.168.192.in-adr.arpa.zone";allow-update { none; };};include "/etc/rndc.key";-------------------------------------/var/named/chroot/var/named/midominio.com.zone$TTL 86400@ IN SOA proxy.midominio.com. sistemas.midominio.com. (200803271 ; Serial yyyymmddn10800 ; Refresh despues de 3 horas3600 ; Retry despues de 1 hora604800 ; Expire despues de 1 semana86400 ; Defaul TTL minimo 1 dia)@ IN NS proxy@ IN MX 10 mail@ IN A xxx.xxx.xxx.76 -> ip publicaftp IN A xxx.xxx.xxx.74 -> ip publicawww IN A xxx.xxx.xxx.75 -> ip publicaproxy IN A xxx.xxx.xxx.76 -> ip publicaftp IN CNAME ftpwww IN CNAME wwwdns IN CNAME proxy-----------------------------------------------/var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone$TTL 86400@ IN SOA proxy.midominio.com. sistemas.midominio.com. (200803271 ; Serial yyyymmddn10800 ; Refresh despues de 3 horas3600 ; Retry despues de 1 hora604800 ; Expire despues de 1 semana86400 ; Defaul TTL minimo 1 dia)@ IN NS proxy.midominio.com.74 IN PTR ftp.midominio.com.75 IN PTR www.midominio.com.76 IN PTR proxy.midominio.com--------------------------------------------------/var/names/chroot/named/red-local.zone$TTL 86400IN SOA proxy.red-local. sistemas.escopusa.com. (200803271 ; Serial yyyymmddn10800 ; Refresh despues de 3 horas3600 ; Retry despues de 1 hora604800 ; Expire despues de 1 semana86400 ; Defaul TTL minimo 1 dia)@ IN NS proxy@ IN MX 10 mail@ IN NS 192.168.14.4mail IN A 192.168.14.2proxy IN A 192.168.14.4data IN A 192.168.14.55www IN A 192.168.14.88ftp IN A 192.168.14.7respaldo IN A 192.168.14.8sistemas-boss IN A 192.168.14.61sistemas-ham IN A 192.168.14.62sistemas-admin IN A 192.168.14.63gerencia IN A 192.168.14.71jlucero IN A 192.168.14.72gaguilar IN A 192.168.14.73recepcion IN A 192.168.14.74contabilidad IN A 192.168.14.75yquimi IN A 192.168.14.76mmejillones IN A 192.168.14.77jconforme IN A 192.168.14.81mruperti IN A 192.168.14.82lsoto IN A 192.168.14.83nmota IN A 192.168.14.84jgualli IN A 192.168.14.85szambrano IN A 192.168.14.91jalmeida IN A 192.168.14.92jayala IN A 192.168.14.93jpenafiel IN A 192.168.14.94vprieto IN A 192.168.14.95tsantos IN A 192.168.14.96flara IN A 192.168.14.111etapia IN A 192.168.14.112mbaque IN A 192.168.14.113lprieto IN A 192.168.14.114jmoreta IN A 192.168.14.115jjimenez IN A 192.168.14.116ebaquero IN A 192.168.14.131fvera IN A 192.168.14.132eguteirrez IN A 192.168.14.133jmorales IN A 192.168.14.134aneira IN A 192.168.14.135scanner IN A 192.168.14.136rbravo IN A 192.168.14.137mail IN CNAME maildns IN CNAME proxywww IN CNAME wwwftp IN CNAME ftp----------------------------------------------/var/named/chroot/named/14.168.192.in-addr.arpa.zone$TTL 86400@ IN SOA proxy.red-local. sistemas.red-local (200803271 ; Serial yyyymmddn10800 ; Refresh despues de 3 horas3600 ; Retry despues de 1 hora604800 ; Expire despues de 1 semana86400 ; Defaul TTL minimo 1 dia)@ IN NS proxy.red-local.2 IN PTR mail.red-local.4 IN PTR proxy.red-local.55 IN PTR data.red-local.88 IN PTR www.red-local.7 IN PTR ftp.red-local.8 IN PTR respaldo.red-local.61 IN PTR sistemas-boss.red-local.62 IN PTR sistemas-ham.red-local.63 IN PTR sistemas-admin.red-local.71 IN PTR gerencia.red-local.72 IN PTR jlucero.red-local.73 IN PTR gaguilar.red-local.74 IN PTR recepcion.red-local.75 IN PTR contabilidad.red-local.76 IN PTR yquimi.red-local.77 IN PTR mmejillones.red-local.81 IN PTR jconforme.red-local.82 IN PTR mruperti.red-local.83 IN PTR lsoto.red-local.84 IN PTR nmota.red-local.85 IN PTR jgualli.red-local.91 IN PTR szambrano.red-local.92 IN PTR jalmeida.red-local.93 IN PTR jayala.red-local.94 IN PTR jpenafiel.red-local.95 IN PTR vprieto.red-local.96 IN PTR tsantos.red-local.111 IN PTR flara.red-local.112 IN PTR etapia.red-local.113 IN PTR mbaque.red-local.114 IN PTR lprieto.red-local.115 IN PTR jmoreta.red-local.116 IN PTR jjimenez.red-local.131 IN PTR ebaquero.red-local.132 IN PTR fvera.red-local.133 IN PTR egutierrez.red-local.134 IN PTR jmorales.red-local.135 IN PTR aneira.red-local.136 IN PTR scanner.red-local.137 IN PTR rbravo.red-local.
_________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&sour...
Henry Villavicencio wrote:
Date: Wed, 26 Mar 2008 21:21:49 -0300 From: maxnux@yahoo.com.ar
To: centos-es@centos.org
Subject: Re: [CentOS-es] Pronlemas con bind
Henry Villavicencio wrote:
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf,
el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB...
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
y pone los archivos de conf como para ver sino es complicado ayudar _______________________________________________
/var/named/chroot/etc/named.conf
//Red Hat BIND Configuration Tool // //Default initial "Caching Only" name server configuration // acl "redlocal" { 127.0.0.1; 192.168.14.0/24; };
options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; allow-recursion { redlocal; }; forwarders { xxx.xxx.xxx.xxx; -> mi dns primario xxx.xxx.xxx.xxx1; -> mi dns secundario }; forward first; /*
- 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; };
zone "." IN { type hint; file "named.root"; };
zone "localdomain." IN { type master; file "localdomain.zone"; allow-update { none; }; };
zone "localhost." IN { type master; file "localhost.zone"; allow-update { none; }; };
zone "0.0.127.in-addr.arpa." IN { type master; file "named.local"; allow-update { none; }; };
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN { type master; file "named.ip6.local"; allow-update { none; }; };
zone "255.in-addr.arpa." IN { type master; file "named.broadcast"; allow-update { none; }; };
zone "0.in-addr.arpa." IN { type master; file "named.zero"; allow-update { none; }; };
zone "midominio.com" IN { type master; file "midominio.com.zone"; allow-update { none; }; };
zone "94.110.200.in-addr.arpa." IN { type master; file "94.110.200.in-addr.arpa.zone"; allow-update { none; }; };
zone "red-local" IN { type master; file "red-local.zone"; allow-update { none; }; };
zone "14.168.192.in-addr.arpa." IN { type master; file "14.168.192.in-adr.arpa.zone"; allow-update { none; }; };
include "/etc/rndc.key";
/var/named/chroot/var/named/midominio.com.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN A xxx.xxx.xxx.76 -> ip publica
ftp IN A xxx.xxx.xxx.74 -> ip publica www IN A xxx.xxx.xxx.75 -> ip publica proxy IN A xxx.xxx.xxx.76 -> ip publica
ftp IN CNAME ftp www IN CNAME www dns IN CNAME proxy
/var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.midominio.com.
74 IN PTR ftp.midominio.com. 75 IN PTR www.midominio.com. 76 IN PTR proxy.midominio.com
/var/names/chroot/named/red-local.zone
$TTL 86400 IN SOA proxy.red-local. sistemas.escopusa.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN NS 192.168.14.4
mail IN A 192.168.14.2 proxy IN A 192.168.14.4 data IN A 192.168.14.55 www IN A 192.168.14.88 ftp IN A 192.168.14.7 respaldo IN A 192.168.14.8 sistemas-boss IN A 192.168.14.61 sistemas-ham IN A 192.168.14.62 sistemas-admin IN A 192.168.14.63 gerencia IN A 192.168.14.71 jlucero IN A 192.168.14.72 gaguilar IN A 192.168.14.73 recepcion IN A 192.168.14.74 contabilidad IN A 192.168.14.75 yquimi IN A 192.168.14.76 mmejillones IN A 192.168.14.77 jconforme IN A 192.168.14.81 mruperti IN A 192.168.14.82 lsoto IN A 192.168.14.83 nmota IN A 192.168.14.84 jgualli IN A 192.168.14.85 szambrano IN A 192.168.14.91 jalmeida IN A 192.168.14.92 jayala IN A 192.168.14.93 jpenafiel IN A 192.168.14.94 vprieto IN A 192.168.14.95 tsantos IN A 192.168.14.96 flara IN A 192.168.14.111 etapia IN A 192.168.14.112 mbaque IN A 192.168.14.113 lprieto IN A 192.168.14.114 jmoreta IN A 192.168.14.115 jjimenez IN A 192.168.14.116 ebaquero IN A 192.168.14.131 fvera IN A 192.168.14.132 eguteirrez IN A 192.168.14.133 jmorales IN A 192.168.14.134 aneira IN A 192.168.14.135 scanner IN A 192.168.14.136 rbravo IN A 192.168.14.137
mail IN CNAME mail dns IN CNAME proxy www IN CNAME www ftp IN CNAME ftp
/var/named/chroot/named/14.168.192.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.red-local. sistemas.red-local ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.red-local.
2 IN PTR mail.red-local. 4 IN PTR proxy.red-local. 55 IN PTR data.red-local. 88 IN PTR www.red-local. 7 IN PTR ftp.red-local. 8 IN PTR respaldo.red-local. 61 IN PTR sistemas-boss.red-local. 62 IN PTR sistemas-ham.red-local. 63 IN PTR sistemas-admin.red-local. 71 IN PTR gerencia.red-local. 72 IN PTR jlucero.red-local. 73 IN PTR gaguilar.red-local. 74 IN PTR recepcion.red-local. 75 IN PTR contabilidad.red-local. 76 IN PTR yquimi.red-local. 77 IN PTR mmejillones.red-local. 81 IN PTR jconforme.red-local. 82 IN PTR mruperti.red-local. 83 IN PTR lsoto.red-local. 84 IN PTR nmota.red-local. 85 IN PTR jgualli.red-local. 91 IN PTR szambrano.red-local. 92 IN PTR jalmeida.red-local. 93 IN PTR jayala.red-local. 94 IN PTR jpenafiel.red-local. 95 IN PTR vprieto.red-local. 96 IN PTR tsantos.red-local. 111 IN PTR flara.red-local. 112 IN PTR etapia.red-local. 113 IN PTR mbaque.red-local. 114 IN PTR lprieto.red-local. 115 IN PTR jmoreta.red-local. 116 IN PTR jjimenez.red-local. 131 IN PTR ebaquero.red-local. 132 IN PTR fvera.red-local. 133 IN PTR egutierrez.red-local. 134 IN PTR jmorales.red-local. 135 IN PTR aneira.red-local. 136 IN PTR scanner.red-local. 137 IN PTR rbravo.red-local.
Connect to the next generation of MSN Messenger Get it now! http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
Que dice el log cuando reinicias el named ? dice que carga la zona? Las zona no responde a ninguna query?
----------------------------------------
Date: Fri, 28 Mar 2008 21:27:59 -0300 From: maxnux@yahoo.com.ar To: centos-es@centos.org Subject: Re: [CentOS-es] Pronlemas con bind
Henry Villavicencio wrote:
Date: Wed, 26 Mar 2008 21:21:49 -0300 From: maxnux@yahoo.com.ar
To: centos-es@centos.org
Subject: Re: [CentOS-es] Pronlemas con bind
Henry Villavicencio wrote:
Hola amigos:
Tengo instalado centos 5 y ya lo baje todas las actualizaciones. Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf,
el de mi zona y el de resolucion inversa, loevanto el servicio sin problema, pero al hacer hacer:
host proxy
Host proxy not found: 3(NXDOMAIN)
host 192.168.14.4
Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)
Que puede ser _________________________________________________________________ Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB...
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
y pone los archivos de conf como para ver sino es complicado ayudar _______________________________________________
/var/named/chroot/etc/named.conf
//Red Hat BIND Configuration Tool // //Default initial "Caching Only" name server configuration // acl "redlocal" { 127.0.0.1; 192.168.14.0/24; };
options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; allow-recursion { redlocal; }; forwarders { xxx.xxx.xxx.xxx; -> mi dns primario xxx.xxx.xxx.xxx1; -> mi dns secundario }; forward first; /*
- 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; };
zone "." IN { type hint; file "named.root"; };
zone "localdomain." IN { type master; file "localdomain.zone"; allow-update { none; }; };
zone "localhost." IN { type master; file "localhost.zone"; allow-update { none; }; };
zone "0.0.127.in-addr.arpa." IN { type master; file "named.local"; allow-update { none; }; };
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN { type master; file "named.ip6.local"; allow-update { none; }; };
zone "255.in-addr.arpa." IN { type master; file "named.broadcast"; allow-update { none; }; };
zone "0.in-addr.arpa." IN { type master; file "named.zero"; allow-update { none; }; };
zone "midominio.com" IN { type master; file "midominio.com.zone"; allow-update { none; }; };
zone "94.110.200.in-addr.arpa." IN { type master; file "94.110.200.in-addr.arpa.zone"; allow-update { none; }; };
zone "red-local" IN { type master; file "red-local.zone"; allow-update { none; }; };
zone "14.168.192.in-addr.arpa." IN { type master; file "14.168.192.in-adr.arpa.zone"; allow-update { none; }; };
include "/etc/rndc.key";
/var/named/chroot/var/named/midominio.com.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN A xxx.xxx.xxx.76 -> ip publica
ftp IN A xxx.xxx.xxx.74 -> ip publica www IN A xxx.xxx.xxx.75 -> ip publica proxy IN A xxx.xxx.xxx.76 -> ip publica
ftp IN CNAME ftp www IN CNAME www dns IN CNAME proxy
/var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.midominio.com. sistemas.midominio.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.midominio.com.
74 IN PTR ftp.midominio.com. 75 IN PTR www.midominio.com. 76 IN PTR proxy.midominio.com
/var/names/chroot/named/red-local.zone
$TTL 86400 IN SOA proxy.red-local. sistemas.escopusa.com. ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy @ IN MX 10 mail @ IN NS 192.168.14.4
mail IN A 192.168.14.2 proxy IN A 192.168.14.4 data IN A 192.168.14.55 www IN A 192.168.14.88 ftp IN A 192.168.14.7 respaldo IN A 192.168.14.8 sistemas-boss IN A 192.168.14.61 sistemas-ham IN A 192.168.14.62 sistemas-admin IN A 192.168.14.63 gerencia IN A 192.168.14.71 jlucero IN A 192.168.14.72 gaguilar IN A 192.168.14.73 recepcion IN A 192.168.14.74 contabilidad IN A 192.168.14.75 yquimi IN A 192.168.14.76 mmejillones IN A 192.168.14.77 jconforme IN A 192.168.14.81 mruperti IN A 192.168.14.82 lsoto IN A 192.168.14.83 nmota IN A 192.168.14.84 jgualli IN A 192.168.14.85 szambrano IN A 192.168.14.91 jalmeida IN A 192.168.14.92 jayala IN A 192.168.14.93 jpenafiel IN A 192.168.14.94 vprieto IN A 192.168.14.95 tsantos IN A 192.168.14.96 flara IN A 192.168.14.111 etapia IN A 192.168.14.112 mbaque IN A 192.168.14.113 lprieto IN A 192.168.14.114 jmoreta IN A 192.168.14.115 jjimenez IN A 192.168.14.116 ebaquero IN A 192.168.14.131 fvera IN A 192.168.14.132 eguteirrez IN A 192.168.14.133 jmorales IN A 192.168.14.134 aneira IN A 192.168.14.135 scanner IN A 192.168.14.136 rbravo IN A 192.168.14.137
mail IN CNAME mail dns IN CNAME proxy www IN CNAME www ftp IN CNAME ftp
/var/named/chroot/named/14.168.192.in-addr.arpa.zone
$TTL 86400 @ IN SOA proxy.red-local. sistemas.red-local ( 200803271 ; Serial yyyymmddn 10800 ; Refresh despues de 3 horas 3600 ; Retry despues de 1 hora 604800 ; Expire despues de 1 semana 86400 ; Defaul TTL minimo 1 dia )
@ IN NS proxy.red-local.
2 IN PTR mail.red-local. 4 IN PTR proxy.red-local. 55 IN PTR data.red-local. 88 IN PTR www.red-local. 7 IN PTR ftp.red-local. 8 IN PTR respaldo.red-local. 61 IN PTR sistemas-boss.red-local. 62 IN PTR sistemas-ham.red-local. 63 IN PTR sistemas-admin.red-local. 71 IN PTR gerencia.red-local. 72 IN PTR jlucero.red-local. 73 IN PTR gaguilar.red-local. 74 IN PTR recepcion.red-local. 75 IN PTR contabilidad.red-local. 76 IN PTR yquimi.red-local. 77 IN PTR mmejillones.red-local. 81 IN PTR jconforme.red-local. 82 IN PTR mruperti.red-local. 83 IN PTR lsoto.red-local. 84 IN PTR nmota.red-local. 85 IN PTR jgualli.red-local. 91 IN PTR szambrano.red-local. 92 IN PTR jalmeida.red-local. 93 IN PTR jayala.red-local. 94 IN PTR jpenafiel.red-local. 95 IN PTR vprieto.red-local. 96 IN PTR tsantos.red-local. 111 IN PTR flara.red-local. 112 IN PTR etapia.red-local. 113 IN PTR mbaque.red-local. 114 IN PTR lprieto.red-local. 115 IN PTR jmoreta.red-local. 116 IN PTR jjimenez.red-local. 131 IN PTR ebaquero.red-local. 132 IN PTR fvera.red-local. 133 IN PTR egutierrez.red-local. 134 IN PTR jmorales.red-local. 135 IN PTR aneira.red-local. 136 IN PTR scanner.red-local. 137 IN PTR rbravo.red-local.
Connect to the next generation of MSN Messenger Get it now!
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
Que dice el log cuando reinicias el named ? dice que carga la zona? Las zona no responde a ninguna query?
[root@proxy ~]# service named start Iniciando named: Error en la configuración de named: zone localdomain/IN: loaded serial 42 zone localhost/IN: loaded serial 42 zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700 zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700 zone 255.in-addr.arpa/IN: loaded serial 42 zone 0.in-addr.arpa/IN: loaded serial 42 dns_master_load: /var/named/chroot/var/named/escopusa.com.zone:19: ftp.escopusa.com: CNAME and other data dns_master_load: /var/named/chroot/var/named/escopusa.com.zone:20: www.escopusa.com: CNAME and other data dns_master_load: /var/named/chroot/var/named/escopusa.com.zone:21: proxy.escopusa.com: CNAME and other data dns_master_load: /var/named/chroot/var/named/escopusa.com.zone:22: mail.escopusa.com: CNAME and other data zone escopusa.com/IN: loading master file /var/named/chroot/var/named/escopusa.com.zone: CNAME and other data _default/escopusa.com/IN: CNAME and other data zone 94.110.200.in-addr.arpa/IN: loaded serial 200803291 dns_master_load: /var/named/chroot/var/named/red-local.zone:55: mail.red-local: CNAME and other data dns_master_load: /var/named/chroot/var/named/red-local.zone:56: proxy.red-local: CNAME and other data dns_master_load: /var/named/chroot/var/named/red-local.zone:57: www.red-local: CNAME and other data dns_master_load: /var/named/chroot/var/named/red-local.zone:58: ftp.red-local: CNAME and other data zone red-local/IN: loading master file /var/named/chroot/var/named/red-local.zone: CNAME and other data _default/red-local/IN: CNAME and other data zone 14.168.192.in-addr.arpa/IN: loaded serial 200803291 [FALLÓ]
_________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.a...
----------------------------------------> Date: Fri, 28 Mar 2008 21:27:59 -0300> From: maxnux@yahoo.com.ar> To: centos-es@centos.org> Subject: Re: [CentOS-es] Pronlemas con bind> > Henry Villavicencio wrote:>> >>> ---------------------------------------->>>> Date: Wed, 26 Mar 2008 21:21:49 -0300>>>> From: maxnux@yahoo.com.ar>> > To: centos-es@centos.org>>>> Subject: Re: [CentOS-es] Pronlemas con bind>>>>>>>> Henry Villavicencio wrote:>>>>> Hola amigos:>>>>>>>>>> Tengo instalado centos 5 y ya lo baje todas las actualizaciones.>>>>> Estoy instalando bind-9.3.3-10.el5, creo el archivo named.conf, >> el de mi zona y el de resolucion inversa, loevanto el servicio sin >> problema, pero al hacer hacer:>>>>>>>>>> host proxy>>>>>>>>>> Host proxy not found: 3(NXDOMAIN)>>>>>>>>>> host 192.168.14.4>>>>>>>>>> Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)>>>>>>>>>> Que puede ser>>>>> _________________________________________________________________>>>>> Discover the new Windows Vista>>>>> >> http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QB... CentOS-es mailing list>>>>> CentOS-es@centos.org>>>>> http://lists.centos.org/mailman/listinfo/centos-es%3E%3E%3E%3E%3E%3E%3E%3E%3... y pone los archivos de conf como para ver sino es complicado ayudar>>>> _______________________________________________>>> >> /var/named/chroot/etc/named.conf>> >> //Red Hat BIND Configuration Tool>> //>> //Default initial "Caching Only" name server configuration>> //>> acl "redlocal" {>> 127.0.0.1;>> 192.168.14.0/24;>> };>>>> options {>> directory "/var/named";>> dump-file "/var/named/data/cache_dump.db";>> statistics-file "/var/named/data/named_stats.txt";>> allow-recursion { redlocal; };>> forwarders {>> xxx.xxx.xxx.xxx; -> mi dns primario>> xxx.xxx.xxx.xxx1; -> mi dns secundario>> };>> forward first;>> /*>> * 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;>> };>>>> zone "." IN {>> type hint;>> file "named.root";>> };>>>> zone "localdomain." IN {>> type master;>> file "localdomain.zone";>> allow-update { none; };>> };>>>> zone "localhost." IN {>> type master;>> file "localhost.zone";>> allow-update { none; };>> };>>>> zone "0.0.127.in-addr.arpa." IN {>> type master;>> file "named.local";>> allow-update { none; };>> };>>>> zone >> "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." >> IN {>> type master;>> file "named.ip6.local";>> allow-update { none; };>> };>>>> zone "255.in-addr.arpa." IN {>> type master;>> file "named.broadcast";>> allow-update { none; };>> };>>>> zone "0.in-addr.arpa." IN {>> type master;>> file "named.zero";>> allow-update { none; };>> };>>>> zone "midominio.com" IN {>> type master;>> file "midominio.com.zone";>> allow-update { none; };>> };>>>> zone "94.110.200.in-addr.arpa." IN {>> type master;>> file "94.110.200.in-addr.arpa.zone";>> allow-update { none; };>> };>>>> zone "red-local" IN {>> type master;>> file "red-local.zone";>> allow-update { none; };>> };>>>> zone "14.168.192.in-addr.arpa." IN {>> type master;>> file "14.168.192.in-adr.arpa.zone";>> allow-update { none; };>> };>>>> include "/etc/rndc.key";>>>> ------------------------------------->>>> /var/named/chroot/var/named/midominio.com.zone>>>> $TTL 86400>> @ IN SOA proxy.midominio.com. sistemas.midominio.com. (>> 200803271 ; Serial yyyymmddn>> 10800 ; Refresh despues de 3 horas>> 3600 ; Retry despues de 1 hora>> 604800 ; Expire despues de 1 semana>> 86400 ; Defaul TTL minimo 1 dia>> )>>>> @ IN NS proxy>> @ IN MX 10 mail>> @ IN A xxx.xxx.xxx.76 -> ip publica>>>> ftp IN A xxx.xxx.xxx.74 -> ip publica>> www IN A xxx.xxx.xxx.75 -> ip publica>> proxy IN A xxx.xxx.xxx.76 -> ip publica>>>> ftp IN CNAME ftp>> www IN CNAME www>> dns IN CNAME proxy>>>> ----------------------------------------------->>>> /var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone>>>> $TTL 86400>> @ IN SOA proxy.midominio.com. sistemas.midominio.com. (>> 200803271 ; Serial yyyymmddn>> 10800 ; Refresh despues de 3 horas>> 3600 ; Retry despues de 1 hora>> 604800 ; Expire despues de 1 semana>> 86400 ; Defaul TTL minimo 1 dia>> )>>>> @ IN NS proxy.midominio.com.>>>> 74 IN PTR ftp.midominio.com.>> 75 IN PTR www.midominio.com.>> 76 IN PTR proxy.midominio.com>>>> -------------------------------------------------->>>> /var/names/chroot/named/red-local.zone>>>> $TTL 86400>> IN SOA proxy.red-local. sistemas.escopusa.com. (>> 200803271 ; Serial yyyymmddn>> 10800 ; Refresh despues de 3 horas>> 3600 ; Retry despues de 1 hora>> 604800 ; Expire despues de 1 semana>> 86400 ; Defaul TTL minimo 1 dia>> )>>>> @ IN NS proxy>> @ IN MX 10 mail>> @ IN NS 192.168.14.4>>>> mail IN A 192.168.14.2>> proxy IN A 192.168.14.4>> data IN A 192.168.14.55>> www IN A 192.168.14.88>> ftp IN A 192.168.14.7>> respaldo IN A 192.168.14.8>> sistemas-boss IN A 192.168.14.61>> sistemas-ham IN A 192.168.14.62>> sistemas-admin IN A 192.168.14.63>> gerencia IN A 192.168.14.71>> jlucero IN A 192.168.14.72>> gaguilar IN A 192.168.14.73>> recepcion IN A 192.168.14.74>> contabilidad IN A 192.168.14.75>> yquimi IN A 192.168.14.76>> mmejillones IN A 192.168.14.77>> jconforme IN A 192.168.14.81>> mruperti IN A 192.168.14.82>> lsoto IN A 192.168.14.83>> nmota IN A 192.168.14.84>> jgualli IN A 192.168.14.85>> szambrano IN A 192.168.14.91>> jalmeida IN A 192.168.14.92>> jayala IN A 192.168.14.93>> jpenafiel IN A 192.168.14.94>> vprieto IN A 192.168.14.95>> tsantos IN A 192.168.14.96>> flara IN A 192.168.14.111>> etapia IN A 192.168.14.112>> mbaque IN A 192.168.14.113>> lprieto IN A 192.168.14.114>> jmoreta IN A 192.168.14.115>> jjimenez IN A 192.168.14.116>> ebaquero IN A 192.168.14.131>> fvera IN A 192.168.14.132>> eguteirrez IN A 192.168.14.133>> jmorales IN A 192.168.14.134>> aneira IN A 192.168.14.135>> scanner IN A 192.168.14.136>> rbravo IN A 192.168.14.137>>>> mail IN CNAME mail>> dns IN CNAME proxy>> www IN CNAME www>> ftp IN CNAME ftp>>>> ---------------------------------------------->>>> /var/named/chroot/named/14.168.192.in-addr.arpa.zone>>>> $TTL 86400>> @ IN SOA proxy.red-local. sistemas.red-local (>> 200803271 ; Serial yyyymmddn>> 10800 ; Refresh despues de 3 horas>> 3600 ; Retry despues de 1 hora>> 604800 ; Expire despues de 1 semana>> 86400 ; Defaul TTL minimo 1 dia>> )>>>> @ IN NS proxy.red-local.>>>> 2 IN PTR mail.red-local.>> 4 IN PTR proxy.red-local.>> 55 IN PTR data.red-local.>> 88 IN PTR www.red-local.>> 7 IN PTR ftp.red-local.>> 8 IN PTR respaldo.red-local.>> 61 IN PTR sistemas-boss.red-local.>> 62 IN PTR sistemas-ham.red-local.>> 63 IN PTR sistemas-admin.red-local.>> 71 IN PTR gerencia.red-local.>> 72 IN PTR jlucero.red-local.>> 73 IN PTR gaguilar.red-local.>> 74 IN PTR recepcion.red-local.>> 75 IN PTR contabilidad.red-local.>> 76 IN PTR yquimi.red-local.>> 77 IN PTR mmejillones.red-local.>> 81 IN PTR jconforme.red-local.>> 82 IN PTR mruperti.red-local.>> 83 IN PTR lsoto.red-local.>> 84 IN PTR nmota.red-local.>> 85 IN PTR jgualli.red-local.>> 91 IN PTR szambrano.red-local.>> 92 IN PTR jalmeida.red-local.>> 93 IN PTR jayala.red-local.>> 94 IN PTR jpenafiel.red-local.>> 95 IN PTR vprieto.red-local.>> 96 IN PTR tsantos.red-local.>> 111 IN PTR flara.red-local.>> 112 IN PTR etapia.red-local.>> 113 IN PTR mbaque.red-local.>> 114 IN PTR lprieto.red-local.>> 115 IN PTR jmoreta.red-local.>> 116 IN PTR jjimenez.red-local.>> 131 IN PTR ebaquero.red-local.>> 132 IN PTR fvera.red-local.>> 133 IN PTR egutierrez.red-local.>> 134 IN PTR jmorales.red-local.>> 135 IN PTR aneira.red-local.>> 136 IN PTR scanner.red-local.>> 137 IN PTR rbravo.red-local.>>>>>> ------------------------------------------------------------------------>> Connect to the next generation of MSN Messenger Get it now! >> >>>> ------------------------------------------------------------------------>>>> _______________________________________________>> CentOS-es mailing list>> CentOS-es@centos.org>> http://lists.centos.org/mailman/listinfo/centos-es%3E%3E > Que dice el log cuando reinicias el named ? dice que carga la zona?> Las zona no responde a ninguna query?> [root@proxy ~]# service named startIniciando named: Error en la configuración de named:zone localdomain/IN: loaded serial 42zone localhost/IN: loaded serial 42zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700zone 255.in-addr.arpa/IN: loaded serial 42zone 0.in-addr.arpa/IN: loaded serial 42dns_master_load: /var/named/chroot/var/named/escopusa.com.zone:19: ftp.escopusa.com: CNAME and other datadns_master_load: /var/named/chroot/var/named/escopusa.com.zone:20: www.escopusa.com: CNAME and other datadns_master_load: /var/named/chroot/var/named/escopusa.com.zone:21: proxy.escopusa.com: CNAME and other datadns_master_load: /var/named/chroot/var/named/escopusa.com.zone:22: mail.escopusa.com: CNAME and other datazone escopusa.com/IN: loading master file /var/named/chroot/var/named/escopusa.com.zone: CNAME and other data_default/escopusa.com/IN: CNAME and other datazone 94.110.200.in-addr.arpa/IN: loaded serial 200803291dns_master_load: /var/named/chroot/var/named/red-local.zone:55: mail.red-local: CNAME and other datadns_master_load: /var/named/chroot/var/named/red-local.zone:56: proxy.red-local: CNAME and other datadns_master_load: /var/named/chroot/var/named/red-local.zone:57: www.red-local: CNAME and other datadns_master_load: /var/named/chroot/var/named/red-local.zone:58: ftp.red-local: CNAME and other datazone red-local/IN: loading master file /var/named/chroot/var/named/red-local.zone: CNAME and other data_default/red-local/IN: CNAME and other datazone 14.168.192.in-addr.arpa/IN: loaded serial 200803291 [FALLÓ] _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&sour...
Hola a todos, alguien me puede ayudar a configrar samba en centos 5,
Saludos.
Rodrigo
Mira este manual:
http://www.alcancelibre.org/staticpages/index.php/13-como-samba
El día 2/04/08, Rodrigo Leal Astorga rleal@quintec.cl escribió:
Hola a todos, alguien me puede ayudar a configrar samba en centos 5,
Saludos.
Rodrigo
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
El 25/03/08, Alexander López Lapo ralopez@utpl.edu.ec escribió: Lo más raro, es que las máquinas que no pueden acceder
tienen todos los permisos. Será que alguien me puede dar alguna sugerencia. Espero sus comentarios.
Si hablas de permisos, supongo que tienes ya sea el firewall arriba o que tienes configurado el acceso al servidor web mediante permisos de IP, te sugiero que bajes tanto el firewall como las restricciones por IP y pruebes si se pueden acceder, posteriormente sube el firewall y prueba nuevamente, y por ultimo sube las restricciones por Ip y a probar; de esta forma cierras el espacio de posibilidades de error
salu2
Esteban
Es realidad tambien lo que nos dice Esteban, pero eso seria posible tambien si tenes esas maquinas en otro rango de ips y estan bloqueadas por el firewall.
On Tue, Mar 25, 2008 at 3:02 PM, Esteban Saavedra L. < estebansaavedra@gmail.com> wrote:
El 25/03/08, Alexander López Lapo ralopez@utpl.edu.ec escribió: Lo más raro, es que las máquinas que no pueden acceder
tienen todos los permisos. Será que alguien me puede dar alguna sugerencia. Espero sus comentarios.
Si hablas de permisos, supongo que tienes ya sea el firewall arriba o que tienes configurado el acceso al servidor web mediante permisos de IP, te sugiero que bajes tanto el firewall como las restricciones por IP y pruebes si se pueden acceder, posteriormente sube el firewall y prueba nuevamente, y por ultimo sube las restricciones por Ip y a probar; de esta forma cierras el espacio de posibilidades de error
salu2
Esteban
-- M.Sc. Ing. Esteban Saavedra Lopez CEO Opentelematics.Bolivia Telefono:(+591.2) 5245959 Celular: +591 72450061 jesaavedra@opentelematics.org estebansaavedra@yahoo.com estebansaavedra@gmail.com Oruro - Bolivia _____________________________________________ Te Invito a Visitarme y conocer mis Areas de Investigacion http://jesaavedra.opentelematics.org http://esteban.profesionales.org Si quieres chatear ICQ: 16270256 _____________________________________________ _______________________________________________ CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es
Ya intente en varias ocasiones lo que dice Esteban. Les comente así tenga arriba o abajo las acl en los swith y el firewall en mi servidor; las máquinas no pueden acceder a ese servicio. Lo que voy hacer es a hacer un debung con la herramienta que me recomiendas. Espero subir los resultados hoy mismo si todo va bien.
Juan Andres Mercado wrote:
Es realidad tambien lo que nos dice Esteban, pero eso seria posible tambien si tenes esas maquinas en otro rango de ips y estan bloqueadas por el firewall.
On Tue, Mar 25, 2008 at 3:02 PM, Esteban Saavedra L. <estebansaavedra@gmail.com mailto:estebansaavedra@gmail.com> wrote:
El 25/03/08, Alexander López Lapo <ralopez@utpl.edu.ec <mailto:ralopez@utpl.edu.ec>> escribió: Lo más raro, es que las máquinas que no pueden acceder > tienen todos los permisos. Será que alguien me puede dar alguna > sugerencia. Espero sus comentarios. Si hablas de permisos, supongo que tienes ya sea el firewall arriba o que tienes configurado el acceso al servidor web mediante permisos de IP, te sugiero que bajes tanto el firewall como las restricciones por IP y pruebes si se pueden acceder, posteriormente sube el firewall y prueba nuevamente, y por ultimo sube las restricciones por Ip y a probar; de esta forma cierras el espacio de posibilidades de error salu2 Esteban -- M.Sc. Ing. Esteban Saavedra Lopez CEO Opentelematics.Bolivia Telefono:(+591.2) 5245959 Celular: +591 72450061 jesaavedra@opentelematics.org <mailto:jesaavedra@opentelematics.org> estebansaavedra@yahoo.com <mailto:estebansaavedra@yahoo.com> estebansaavedra@gmail.com <mailto:estebansaavedra@gmail.com> Oruro - Bolivia _____________________________________________ Te Invito a Visitarme y conocer mis Areas de Investigacion http://jesaavedra.opentelematics.org http://esteban.profesionales.org Si quieres chatear ICQ: 16270256 _____________________________________________ _______________________________________________ CentOS-es mailing list CentOS-es@centos.org <mailto:CentOS-es@centos.org> http://lists.centos.org/mailman/listinfo/centos-es
--
Juan Andres Mercado Estudiante UAI - Ing. Informática
"By a free world and without windows" "Por um mundo livre e sem janelas" "Por un mundo Libre y sin ventanas"
CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es