Remote access

From: Abubaker <aabubakersiddiq(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Remote access
Date: 2008-12-05 08:43:25
Message-ID: 596123.67368.qm@web95113.mail.in2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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! Go to http://messenger.yahoo.com/invite/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tino Schwarze 2008-12-05 08:53:52 Re: Remote access
Previous Message Marc Fromm 2008-12-04 19:18:32 Re: restore a table in a database