<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>&nbsp;<BR>
&gt; ----------------------------------------<BR>&gt; &gt; Date: Wed, 26 Mar 2008 21:21:49 -0300<BR>&gt; &gt; From: maxnux@yahoo.com.ar<BR>&nbsp;&gt; To: centos-es@centos.org<BR>&gt; &gt; Subject: Re: [CentOS-es] Pronlemas con bind<BR>&gt; &gt; <BR>&gt; &gt; Henry Villavicencio wrote:<BR>&gt; &gt;&gt; Hola amigos:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Tengo instalado centos 5 y ya lo baje todas las actualizaciones.<BR>&gt; &gt;&gt; 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:<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; host proxy<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Host proxy not found: 3(NXDOMAIN)<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; host 192.168.14.4<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Host 4.14.168.192.in-addr.arpa not found: 3(NXDOMAIN)<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Que puede ser<BR>&gt; &gt;&gt; _________________________________________________________________<BR>&gt; &gt;&gt; Discover the new Windows Vista<BR>&gt; &gt;&gt; http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE_______________________________________________<BR>&gt; &gt;&gt; CentOS-es mailing list<BR>&gt; &gt;&gt; CentOS-es@centos.org<BR>&gt; &gt;&gt; http://lists.centos.org/mailman/listinfo/centos-es<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; <BR>&gt; &gt; y pone los archivos de conf como para ver sino es complicado ayudar<BR>&gt; &gt; _______________________________________________<BR>&gt;&nbsp;<BR> /var/named/chroot/etc/named.conf<BR>&nbsp;<BR> //Red Hat BIND Configuration Tool<BR>//<BR>//Default initial "Caching Only" name server configuration<BR>//<BR>acl "redlocal" {<BR>127.0.0.1;<BR>192.168.14.0/24;<BR>};<BR><BR>options {<BR>directory "/var/named";<BR>dump-<FONT face="">file</FONT> "/var/named/data/cache_dump.db";<BR>statistics-<FONT face="">file</FONT> "/var/named/data/named_stats.txt";<BR>allow-recursion { redlocal; };<BR>forwarders {<BR>xxx.xxx.xxx.xxx; -&gt; mi dns primario<BR>xxx.xxx.xxx.xxx1; -&gt; mi dns secundario<BR>};<BR>forward first;<BR>/*<BR>* If there is a firewall between you and nameservers you want<BR>* to talk to, you might need to uncomment the query-source<BR>* directive below. Previous versions of BIND always asked<BR>* questions using port 53, but BIND 8.1 uses an unprivileged<BR>* port by default.<BR>*/<BR>query-source address * port 53;<BR>};<BR><BR>zone "." IN {<BR>type hint;<BR>file "named.root";<BR>};<BR><BR>zone "localdomain." IN {<BR>type master;<BR>file "<FONT face="">localdomain.<FONT face="">zone</FONT></FONT>";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "localhost." IN {<BR>type master;<BR>file "<FONT face="">localhost.<FONT face="">zone</FONT></FONT>";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "0.0.127.in-addr.arpa." IN {<BR>type master;<BR>file "named.local";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>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 {<BR>type master;<BR>file "named.ip6.local";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "255.in-addr.arpa." IN {<BR>type master;<BR>file "named.broadcast";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "0.in-addr.arpa." IN {<BR>type master;<BR>file "named.zero";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "midominio.com" IN {<BR>type master;<BR>file "midominio.com.zone";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "94.110.200.in-addr.arpa." IN {<BR>type master;<BR>file "94.110.200.in-addr.arpa.zone";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "red-local" IN {<BR>type master;<BR>file "red-local.zone";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>zone "14.168.192.in-addr.arpa." IN {<BR>type master;<BR>file "14.168.192.in-adr.arpa.zone";<BR><FONT face="">allow-update</FONT> { none; };<BR>};<BR><BR>include "/etc/rndc.key";<BR><BR>-------------------------------------<BR><BR>/var/named/chroot/var/named/midominio.com.zone<BR><BR>$TTL 86400<BR>@ IN SOA proxy.midominio.com. sistemas.midominio.com. (<BR>200803271 ; Serial yyyymmddn<BR>10800 ; Refresh despues de 3 horas<BR>3600 ; Retry despues de 1 hora<BR>604800 ; Expire despues de 1 semana<BR>86400 ; Defaul TTL minimo 1 dia<BR>)<BR><BR>@ IN NS proxy<BR>@ IN MX 10 mail<BR>@ IN A xxx.xxx.xxx.76 -&gt; ip publica<BR><BR>ftp IN A xxx.xxx.xxx.74 -&gt; ip publica<BR>www IN A xxx.xxx.xxx.75 -&gt; ip publica<BR>proxy IN A xxx.xxx.xxx.76 -&gt; ip publica<BR><BR>ftp IN CNAME ftp<BR>www IN CNAME www<BR>dns IN CNAME proxy<BR><BR>-----------------------------------------------<BR><BR>/var/named/chroot/named/xxx.xxx.xxx.in-addr.arpa.zone<BR><BR>$TTL 86400<BR>@ IN SOA proxy.midominio.com. sistemas.midominio.com. (<BR>200803271 ; Serial yyyymmddn<BR>10800 ; Refresh despues de 3 horas<BR>3600 ; Retry despues de 1 hora<BR>604800 ; Expire despues de 1 semana<BR>86400 ; Defaul TTL minimo 1 dia<BR>)<BR><BR>@ IN NS proxy.midominio.com.<BR><BR>74 IN PTR ftp.midominio.com.<BR>75 IN PTR www.midominio.com.<BR>76 IN PTR proxy.midominio.com<BR><BR>--------------------------------------------------<BR><BR>/var/names/chroot/named/red-local.zone<BR><BR>$TTL 86400<BR>IN SOA proxy.red-local. sistemas.escopusa.com. (<BR>200803271 ; Serial yyyymmddn<BR>10800 ; Refresh despues de 3 horas<BR>3600 ; Retry despues de 1 hora<BR>604800 ; Expire despues de 1 semana<BR>86400 ; Defaul TTL minimo 1 dia<BR>)<BR><BR>@ IN NS proxy<BR>@ IN MX 10 mail<BR>@ IN NS 192.168.14.4<BR><BR>mail IN A 192.168.14.2<BR>proxy IN A 192.168.14.4<BR>data IN A 192.168.14.55<BR>www IN A 192.168.14.88<BR>ftp IN A 192.168.14.7<BR>respaldo IN A 192.168.14.8<BR>sistemas-boss IN A 192.168.14.61<BR>sistemas-ham IN A 192.168.14.62<BR>sistemas-admin IN A 192.168.14.63<BR>gerencia IN A 192.168.14.71<BR>jlucero IN A 192.168.14.72<BR>gaguilar IN A 192.168.14.73<BR>recepcion IN A 192.168.14.74<BR>contabilidad IN A 192.168.14.75<BR>yquimi IN A 192.168.14.76<BR>mmejillones IN A 192.168.14.77<BR>jconforme IN A 192.168.14.81<BR>mruperti IN A 192.168.14.82<BR>lsoto IN A 192.168.14.83<BR>nmota IN A 192.168.14.84<BR>jgualli IN A 192.168.14.85<BR>szambrano IN A 192.168.14.91<BR>jalmeida IN A 192.168.14.92<BR>jayala IN A 192.168.14.93<BR>jpenafiel IN A 192.168.14.94<BR>vprieto IN A 192.168.14.95<BR>tsantos IN A 192.168.14.96<BR>flara IN A 192.168.14.111<BR>etapia IN A 192.168.14.112<BR>mbaque IN A 192.168.14.113<BR>lprieto IN A 192.168.14.114<BR>jmoreta IN A 192.168.14.115<BR>jjimenez IN A 192.168.14.116<BR>ebaquero IN A 192.168.14.131<BR>fvera IN A 192.168.14.132<BR>eguteirrez IN A 192.168.14.133<BR>jmorales IN A 192.168.14.134<BR>aneira IN A 192.168.14.135<BR>scanner IN A 192.168.14.136<BR>rbravo IN A 192.168.14.137<BR><BR>mail IN CNAME mail<BR>dns IN CNAME proxy<BR>www IN CNAME www<BR>ftp IN CNAME ftp<BR><BR>----------------------------------------------<BR><BR>/var/named/chroot/named/14.168.192.in-addr.arpa.zone<BR><BR>$TTL 86400<BR>@ IN SOA proxy.red-local. sistemas.red-local (<BR>200803271 ; Serial yyyymmddn<BR>10800 ; Refresh despues de 3 horas<BR>3600 ; Retry despues de 1 hora<BR>604800 ; Expire despues de 1 semana<BR>86400 ; Defaul TTL minimo 1 dia<BR>)<BR><BR>@ IN NS proxy.red-local.<BR><BR>2 IN PTR mail.red-local.<BR>4 IN PTR proxy.red-local.<BR>55 IN PTR data.red-local.<BR>88 IN PTR www.red-local.<BR>7 IN PTR ftp.red-local.<BR>8 IN PTR respaldo.red-local.<BR>61 IN PTR sistemas-boss.red-local.<BR>62 IN PTR sistemas-ham.red-local.<BR>63 IN PTR sistemas-admin.red-local.<BR>71 IN PTR gerencia.red-local.<BR>72 IN PTR jlucero.red-local.<BR>73 IN PTR gaguilar.red-local.<BR>74 IN PTR recepcion.red-local.<BR>75 IN PTR contabilidad.red-local.<BR>76 IN PTR yquimi.red-local.<BR>77 IN PTR mmejillones.red-local.<BR>81 IN PTR jconforme.red-local.<BR>82 IN PTR mruperti.red-local.<BR>83 IN PTR lsoto.red-local.<BR>84 IN PTR nmota.red-local.<BR>85 IN PTR jgualli.red-local.<BR>91 IN PTR szambrano.red-local.<BR>92 IN PTR jalmeida.red-local.<BR>93 IN PTR jayala.red-local.<BR>94 IN PTR jpenafiel.red-local.<BR>95 IN PTR vprieto.red-local.<BR>96 IN PTR tsantos.red-local.<BR>111 IN PTR flara.red-local.<BR>112 IN PTR etapia.red-local.<BR>113 IN PTR mbaque.red-local.<BR>114 IN PTR lprieto.red-local.<BR>115 IN PTR jmoreta.red-local.<BR>116 IN PTR jjimenez.red-local.<BR>131 IN PTR ebaquero.red-local.<BR>132 IN PTR fvera.red-local.<BR>133 IN PTR egutierrez.red-local.<BR>134 IN PTR jmorales.red-local.<BR>135 IN PTR aneira.red-local.<BR>136 IN PTR scanner.red-local.<BR>137 IN PTR rbravo.red-local.<BR><BR><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>