Re: telnet to port 5432 failed

From: Kris Jurka <books(at)ejurka(dot)com>
To: "Qi, Xlaoyan" <qix(at)uncw(dot)edu>
Cc: pgsql_jdbc(at)postgresql(dot)org, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: telnet to port 5432 failed
Date: 2004-09-23 19:18:38
Message-ID: Pine.BSO.4.56.0409231416240.13704@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 23 Sep 2004, Qi, Xlaoyan wrote:

> Have Database server running in RHE3. postgresql.conf was changed to set
> tcp_ip=true. Pg_hba.conf was changed to allow my windows machine to
> access the database. Running "telnet localhost 5432" in linux shows
> connected to localhost. From my windows end, I can telnet to linux box
> successfully, it gives the error of "could not open the connection to
> host on port 5432" when I run "telnet linux_ip 5432"
>

Perhaps a firewall? Setting the virtual_host parameter in
postgresql.conf?

Can you connect from the windows to the linux machine for any other
services it offers (not postgresql)?

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Yi LIN 2004-09-23 20:30:18 Re: telnet to port 5432 failed
Previous Message Kris Jurka 2004-09-23 19:00:27 Re: "out" parameters in CallableStatements