| From: | "Raul Andres Duque" <ra_duque(at)yahoo(dot)com(dot)mx> |
|---|---|
| To: | "Edwin Perez Lozano" <edwinandperez(at)gmail(dot)com>, "Felipe Amezquita" <felmarla(at)gmail(dot)com> |
| Cc: | "postgresayuda" <pgsql-es-ayuda(at)postgresql(dot)org> |
| Subject: | Re: Could not connect to remotesocket(preocupacion postgresql) |
| Date: | 2007-11-28 18:26:55 |
| Message-ID: | 00cf01c831f0$776cf300$5800a8c0@amadeus.net.co |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
----- Original Message -----
From: "Edwin Perez Lozano" <edwinandperez(at)gmail(dot)com>
To: "Felipe Amezquita" <felmarla(at)gmail(dot)com>
Cc: "postgresayuda" <pgsql-es-ayuda(at)postgresql(dot)org>
Sent: Wednesday, November 28, 2007 11:20 AM
Subject: Re: [pgsql-es-ayuda] Could not connect to remotesocket(preocupacion
postgresql)
> El mié, 28-11-2007 a las 11:05 -0500, Felipe Amezquita escribió:
>> El postgresql.conf esta asi
>> listen_addresses = '*' # what IP address(es) to listen on;
>> # comma-separated list of addresses;
>> # defaults to 'localhost', '*' = all
>> # (change requires restart)
>> port = 5432 # (change requires restart)
>> max_connections = 100 # (change requires restart)
>>
>> Y el pg_hba.conf esta asi
>> # "local" is for Unix domain socket connections only
>> local all all trust
>> # IPv4 local connections:
>> host all all 127.0.0.1/32 md5
>> host all all 192.168.0.0/24 md5
>> # IPv6 local connections:
>> host all all ::1/128 trust
>>
>> Y no me funciona me saca el mismo error ERROR 08001 could not connect
>> to the server; cuold not connect to remote socket.
>> Gracias de nuevo
> ya verificaste que no tengas alguna regla en el firewall que no te
> permita conectarte...?¿
>
> --
Si ... ese es error típico cuando estas en linux. Puedes saber si es esto
haciendo un "nmap" desde otra máquina y ver que el puerto 5432 este abierto.
Si no lo esta debes adicionar la regla correspondiente.
RAUL DUQUE
Bogotá, Colombia
> TIP 10: no uses HTML en tu pregunta, seguro que quien responda no podr
> leerlo
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2007-11-28 19:31:15 | Re: Perl DBD::Pg |
| Previous Message | diego | 2007-11-28 18:07:36 | problemas de perfomance |