From: | mvillagomez(at)sayab(dot)com(dot)mx |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Conectividad |
Date: | 2006-11-06 23:46:36 |
Message-ID: | 2302.201.151.110.23.1162856796.squirrel@www.sayab.com.mx |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Qué tal acabo de migrar mi postgresql 8.1 de un servidor a otro, este
último se encuentra en EUA, pero tengo acceso por ssh, ya he verificado
que el puerto de firewall este abierto:
PORT STATE SERVICE
5432/tcp open postgres
Modifique el archivo:
-- pg_hba.conf --
# TYPE DATABASE USER CIDR-ADDRESS METHOD
host all all xx.xx.140.1 255.255.255.0 md5
-- postgresql.conf --
# CONNECTIONS AND AUTHENTICATION
listen_addresses = '*'
port = 5432
max_connections = 300
Pero al tratar de conectarme via EMS me sale este mensaje de error:
Can't obtain database list from the server.
Could not connect to server: Connection timed out(0x0000274C/10060)
Is the server running on host 'xx.xx.xx.146' and accepting TCP/IP
connections on port 5432?
Si lo hago por Excel me sale:
Could not connect to the server;
Could not connect to remote socket.
El SO. es Red Hat Enterprise, y los parámetros bajo los que compile
postgresql son:
-with-maxbackends=300 -with-java -with-pgport=5432
He leído la documentación una y otra vez y no se que se me esta pasando,
me pueden ayudar por favor.
From | Date | Subject | |
---|---|---|---|
Next Message | Manzanita | 2006-11-07 01:29:32 | REPLICACION MYSQL y POSTGRESQL |
Previous Message | Eliana Gutierrez | 2006-11-06 22:31:36 | Copia struc from 1 db to otra |