RE: Problema con pg_hba.conf

From: "Reynier Perez Mira" <rperezm(at)uci(dot)cu>
To: "Rodriguez Fernando" <rodriguez(at)ort(dot)edu(dot)uy>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: RE: Problema con pg_hba.conf
Date: 2008-02-07 13:18:19
Message-ID: EC5E9DCE5D152B468D2854F9B132D4DD012B79F3@ucixw2.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Bueno al final encontré el problema, simplemente cambié lo siguiente:

host all all 10.8.40.0/8 md5

Reinicie la configuración y ya todo anda perfecto sin problemas.
Salu2 y gracias
Ing. Reynier Pérez Mira
Grupo Soporte al Desarrollo - Dirección Técnica IP

> -----Mensaje original-----
> De: Rodriguez Fernando [mailto:rodriguez(at)ort(dot)edu(dot)uy]
> Enviado el: jueves, 07 de febrero de 2008 5:31 am
> Para: Reynier Perez Mira
> CC: pgsql-es-ayuda(at)postgresql(dot)org
> Asunto: Re: [pgsql-es-ayuda] Problema con pg_hba.conf
>
> Reynier Perez Mira wrote:
> > Hola listeros:
> > Estoy teniendo problema al tratar de conectarme desde pgAdmin3 a un
> servidor de PostgreSQL. Mi fichero de configuración tiene lo siguiente:
> >
> > host all all 127.0.0.1/32 md5
> > host all all 10.128.50.1/32 md5
> > host all all 10.8.40.1/32 md5
> >
> > Pero cuando intento me da este error:
> > FATAL: No pg_hba.conf entry for host "10.8.40.13", user "postgres",
> database "postgres", SSL off
> >
> > ¿Que es lo que estoy haciendo mal?
> > Salu2
> > Ing. Reynier Pérez Mira
> > Grupo Soporte al Desarrollo - Dirección Técnica IP
> >
> >
> > --
> > TIP 6: ¿Has buscado en los archivos de nuestra lista de correo?
> > http://archives.postgresql.org/pgsql-es-ayuda
> >
> Hola, proba asi
>
> host all all 10.8.40.1 255.255.255.0 md5
>
> Saludos Fernando
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Reynier Perez Mira 2008-02-07 14:03:45 RE: Cambiar charset luego de instalado
Previous Message Siciliano, Pablo 2008-02-07 12:55:29 Re: odbc and No pg_hba.conf entry for host