Hello Ariel,

You should point the nameserver in resolv.conf to 127.0.0.1 and add
forwarders to your named.conf that point to your isp's dns server.

=Google Translation=    
Debes señalar el nameserver en resolv.conf a 127.0.0.1 y agregar
promotores a tus named.conf que señalen al servidor del dns de tu ISP.

=forwarder config=
options {
            ... default config options ...
            forwarders {
                         ispdns1;
                         ispdns2;
            };
            forward only;
};


On 10/23/06, Ariel <[EMAIL PROTECTED]> wrote:
Solucionado
el problema es que en mi resolv.com
tenia lo siguiente
nameserver 127.0.0.1

lo tuve que cambiar por
nameserver 1.2.3.4 ---> dns de mi isp
Parece que al querer resolver con elm bind en la misma  maquina , se arma
lio

Gracias
Ariel






///////////////////////////////////////////////////////////


Solved
the problem is that in my resolv.com
tapeworm the following thing to
nameserver 127.0.0.1  I had it to change by to nameserver 1.2.3.4 ---> dns
of my isp
 It seems that when wanting to solve with elm bind in the same machine,
weapon mess

Gracias

El día 23/10/06, Eric Shubes <[EMAIL PROTECTED]> escribió:
>
> Ariel wrote:
> > Hola lista
> >                Tengo Bind9 instalado, realice algunos cambios y luego de
> > eso tarda alrededor de 30 segundos en conectar al pop3 , pero si en la
> > consola hago
> > telnet localhost 110 conecta de inmediato
> >
> > en cambio si pongo correo.midominio.com <http://correo.midominio.com>
> > 110 tarda mucho.
> >
> > Alguna idea ?
> >
> > gracias
> >
> >
> > #################################333
> >
> > Hello list I have installed Bind9, makes some changes and after that it
> > takes around 30 seconds in connecting to pop3, but in the console I do
> > telnet localhost 110 connects immediately however if I put
> > correo.midominio.com <http://correo.midominio.com> 110 takes much. Some
> > idea? thanks
> >
> Thanks for translating, Ariel.
>
> There is a problem with the default /etc/rndc.conf file distributed with
> bind on centos4. If you get an rndc error when you
> # service named status
> then try using the attached file in place of the one you have.
> Please let us know if that fixes it for you.
>
> ##########################################
> Gracias por traducir, Ariel.
>
> Hay un problema con el archivo de /etc/rndc.conf del defecto distribuido
con
> lazo en centos4. Si consigues un error del rndc cuando
> # service named status
> entonces intentar usar el archivo unido en lugar de el que tienes.
> Por favor sepamos si ese lo fija para ti.
> --
> -Eric 'shubes'
>
>
> /*
> * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
> * Copyright (C) 2000, 2001  Internet Software Consortium.
> *
> * Permission to use, copy, modify, and distribute this software for any
> * purpose with or without fee is hereby granted, provided that the above
> * copyright notice and this permission notice appear in all copies.
> *
> * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
> * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY
> * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
> * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
FROM
> * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE
> * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR
> * PERFORMANCE OF THIS SOFTWARE.
> */
>
> /* $Id: rndc.conf,v 1.7.2.1 2004/03/09 06:09:27 marka Exp $ */
>
> /*
> * Sample rndc configuration file.
> */
>
> options {
>         default-server  localhost;
>         default-key     "rndckey";
> };
>
> server localhost {
>         key     "rndckey";
> };
>
> include "/etc/rndc.key";
>
>
>
>
---------------------------------------------------------------------
>      QmailToaster hosted by: VR Hosted <http://www.vr.org >
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> For additional commands, e-mail:
[EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to