Remote access - Mailing list pgsql-admin

From Abubaker
Subject Remote access
Date
Msg-id 596123.67368.qm@web95113.mail.in2.yahoo.com
Whole thread Raw
Responses Re: Remote access  (Tino Schwarze <postgresql@tisc.de>)
List pgsql-admin
Hi,

I am getting this error when I try to access the database in another computer within the same network.

could not connect to server: Connection timed out (0x0000274C/10060). Is the server running on host "XX.XX.XX.XX" and accepting TCP/IP connections on port 5432?

pg_hba.conf changes:

host    all         all         10.30.10.152/32          trust
host    all         all         127.0.0.1/32          md5
host    all         all         0.0.0.0/0          trust

**********************************************************************************

My postgresql.conf file line:

listen_addresses = '*'

Netstat details:
TCP    127.0.0.1:5432         0.0.0.0:0              LISTENING

I have disabled all the firewall. Can someone help me with this error?

Thanks,
Abubaker



Add more friends to your messenger and enjoy! Invite them now.

pgsql-admin by date:

Previous
From: Marc Fromm
Date:
Subject: Re: restore a table in a database
Next
From: Tino Schwarze
Date:
Subject: Re: Remote access