From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | George Heller <george(dot)heller(at)yahoo(dot)com> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Server not listening |
Date: | 2007-04-24 08:41:19 |
Message-ID: | 462DC2AF.4010803@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On 24/04/2007 06:43, George Heller wrote:
> Ok, I tried a telnet from the command prompt of my XP machine, to the
> linux server address on port 5432, something like,
>
> C:\> telnet 132.141.101.1 5432
>
> And this did 'not' go through. It said could not open connection to
> host, connect failed.
Well, this sounds like a network problem, as others have suggested.
Check that your XP machine and the machine with the PostgreSQL server
are on the same subnet, or are otherwise able to talk to each other. Are
you able to use telnet or ssh to open a terminal session from one to the
other? Did you try using psql to connect to the DBMS?
Ray.
---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Anton Andreev | 2007-04-24 11:45:10 | questions about cursors |
Previous Message | George Heller | 2007-04-24 05:43:07 | Re: Server not listening |