Re: No connection to a PG 8.0 Beta 1 win32 server

From: Secrétariat <ets(at)rolland-fr(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: No connection to a PG 8.0 Beta 1 win32 server
Date: 2004-08-24 11:53:38
Message-ID: 003901c489d0$fea86c30$0a00a8c0@lrp43008
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't have a telnet server on the Win XP Pro PC acting as PG server for
Beta1 !
The problem, as I explain before, is :
if I enbled "tcpip_socket" in postgresql.conf the Beta1 service don't start
!?
On that LAN I have a Linux PG 7.4.3 working fine.

Luc

> Secrétariat wrote:
> > Hello !
> >
> > I've corrected my win32 pg_hba.conf, it contains :
> > host all all 127.0.0.1 255.255.255.255 md5
> > host all all 192.168.0.0 255.255.255.0 md5
> > but I can't connect from my W2k client at IP 192.168.0.11 !
>
> Open a command-prompt on the client and try to telnet to your server,
> port 5432.
> Type "aa" and hit return - you should get an error message complaining
> about a bad "startup packet".
>
> Do the same from the server to the external IP address and then 127.0.0.1
>
> If none of these work, then PG probably isn't listening. If 127.0.0.1
> works but one or more of the others don't then check your firewall.
>
> --
> Richard Huxton
> Archonet Ltd
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Sievers 2004-08-24 12:23:14 Re: Possible to insert quoted null value into integer field?
Previous Message Gaetano Mendola 2004-08-24 11:19:15 Re: Python and 8.0 beta