From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Cornelia Boenigk <poppcorn(at)cornelia-boenigk(dot)de> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Problem to connect to the Windows Port |
Date: | 2004-08-26 02:27:15 |
Message-ID: | 412D4A83.3010602@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 8/25/2004 3:11 PM, Cornelia Boenigk wrote:
> Hi all
>
>> "Connection refused" suggests that you've got a firewall-type
> problem,
Hi Conni,
Gruß aus Philadelphia
connection refused means at least that the machine responded to the
connection attempt, but that (it pretended?) nobody is listening on the
port.
The firewall I would set up would not respond at all, but simply drop
the packet. So I doubt you're facing a firewall problem here. Are you
sure that you are trying to contact the right host?
Jan
>
> The port 5432 is open in bith directions.
> I can connect to remote databases from all machines and all OS without
> any problem. Inside the local network I can access the databases in a
> Cygwin-installation on another machine from the Windows Port but not
> vice versa.
>
>> netstat -an and look for the row that say LISTENING on port 5432 ?
>
> On both machines there is the line
> TCP 0.0.0.0:5432 0.0.0.0:0 LISTENING
>
> Regards
> Conni
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2004-08-26 02:35:48 | Re: Possible to insert quoted null value into integer field? |
Previous Message | Tom Lane | 2004-08-26 02:18:30 | Re: EXPLAIN ANALYZE total runtime != walltime |