Re: pg_hba.conf

From: "Dave Held" <dave(dot)held(at)arrayservicesgrp(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_hba.conf
Date: 2005-04-18 20:14:15
Message-ID: 49E94D0CFCD4DB43AFBA928DDD20C8F9026184B9@asg002.asg.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: ElayaRaja S [mailto:elayaraja(dot)s(at)gmail(dot)com]
> Sent: Monday, April 18, 2005 1:38 PM
> To: pgsql-hackers(at)postgresql(dot)org
> Subject: [HACKERS] pg_hba.conf
>
>
> Hi,
> I am using Redhat linux 9. i had configure in pg_hba.conf as
> host postgres postgres 10.10.0.76 255.255.255.0 password
>
> If i try to connect with postgresql admin i am getting excpetion as
>
> An erro has occured:
>
> Error connecting to the server: could not connect to server:
> Connection refuesed(0x0000274D/10061)
> Is the server running on host "10.10.0.76" and accepting
> TCP/IP connections on port 5432?
>
>
> Please help me.

The first bit of advice I can offer is to ask on the right list. A
perusal of:

http://www.postgresql.org/community/lists/

should indicate that the pgsql-admin list would be a good list to
ask. If you're not sure what list would be best, it seems that
psql-general would be a better default choice than -hackers.
Second, the error message is quite informative. It says that the
client doesn't think you have a server listening on the default port.
Check your process list to make sure that you do. Check to make
sure that you can connect to that host (try connecting to a different
service on the same server). Check to make sure you are not getting
blocked by a firewall.

__
David B. Held
Software Engineer/Array Services Group
200 14th Ave. East, Sartell, MN 56377
320.534.3637 320.253.7800 800.752.8129

Browse pgsql-hackers by date

  From Date Subject
Next Message Victor Y. Yegorov 2005-04-18 20:32:18 Comparing Datum's at aminsert() stage
Previous Message ElayaRaja S 2005-04-18 18:37:58 pg_hba.conf