Connection Refused

From: Bruce Hyatt <brucejhyatt(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Connection Refused
Date: 2008-12-20 03:15:24
Message-ID: 503366.7359.qm@web34403.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'm getting a "connection refused" (08004) error when I try to connect from client to pgsql server on a private network. I get "connect failed" when i run "telnet host port."

postgresql.conf: listening '*' addresses on port 5432.

pg_hba.conf IPv4:
host all all 192.168.1.0 255.255.255.0 trust

iptables isn't dropping anything but is set to REJECT icmp

Could this be because it can't find the service provider?

TIA,
Bruce

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2008-12-20 03:20:25 Re: Connection Refused
Previous Message Dave Cramer 2008-12-19 00:57:24 Re: postgresql-8.1-413.jdbc3.jar ignoring setPrepareThreshold();