Thread: Remote connections?

Remote connections?

From
"Ing. Jhon Carrillo"
Date:
 
 
I have problems  when try  to create  a remote connection  to progreSQL 8.0 for window. The error is  "No Could connect to server"
 
i add the following instruction to the pg_hba.conf file and restart the server:
 
host    all         all         192.168.0.60/32          md5     <----this is my client
 
I maked the similar procedure for  postgresql 7.x (linux) and i don't was problem 
 
Jhon Carrillo
 

Re: Remote connections?

From
KÖPFERL Robert
Date:
Seems like you're asking in the wrong mailinglist.
But have a try with the -i switch of postrges (via pg_ctrl's -o switch)
OR
make sure that postmaster is listening to *, not local in postgres.conf
-----Original Message-----
From: Ing. Jhon Carrillo [mailto:jdigital@cantv.net]
Sent: Freitag, 21. Jänner 2005 18:37
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Remote connections?

 
 
I have problems  when try  to create  a remote connection  to progreSQL 8.0 for window. The error is  "No Could connect to server"
 
i add the following instruction to the pg_hba.conf file and restart the server:
 
host    all         all         192.168.0.60/32          md5     <----this is my client
 
I maked the similar procedure for  postgresql 7.x (linux) and i don't was problem 
 
Jhon Carrillo