Peter Eisentraut a écrit :
Julio Leyva wrote:
also make sure you started postgesql with -i option, so you can connect
from the lan

He said he had set listen_addresses to '*', which is equivalent.

to allow every one :

host    all         all         0.0.0.0           0.0.0.0 trust


and set in postgresql.conf :
log_connections = on
to look if connections are opened

Are you running from a linux server ?
Sometimes we must look at /etc/hosts.deny and /etc/hosts.allow to make sure remote hosts are not rejected.

maybe you can use nmap to see if port is open .


Olivier

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

               http://www.postgresql.org/about/donate

Reply via email to