connection problem

Started by annaiah hover 18 years ago2 messagesbugs
Jump to latest
#1annaiah h
annaiahh@gmail.com

Help me ,please.

I have installed pgsql-8.2.5 on redhat-Linux server and pdAdmin3 on
windows-xp,

When i try to connect to installed PGSQL on win-xp with Linux-server i get
the message :
Connection refused (0x0000274D/10061)
All changes in pg_hba.conf and in postgresql.conf have done.Maybe i must to
open
some extra parameters in postgresql.conf file or do something else ?

I have attached the pg_hba.conf and postgresql.conf files.

please help me solving this problem.

--
Annaiah H.
contact number -- 9480000645

Attachments:

pg_hba.conftext/plain; name=pg_hba.confDownload
postgresql.conftext/plain; name=postgresql.confDownload
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: annaiah h (#1)
Re: connection problem

"annaiah h" <annaiahh@gmail.com> writes:

When i try to connect to installed PGSQL on win-xp with Linux-server i get
the message :
Connection refused (0x0000274D/10061)

Either you didn't start the postmaster, or there's a firewall filter
blocking your access to port 5432 ...

regards, tom lane