Re: Cant connect to psql on winxp

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: Wolfgang Schedl <wosforum(at)consult-it(dot)biz>
Cc: Adam Radlowski <adamr(at)informatyka(dot)gdansk(dot)pl>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Cant connect to psql on winxp
Date: 2006-10-09 12:39:38
Message-ID: 20061009123938.GC9700@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Oct 09, 2006 at 11:20:22AM +0200, Wolfgang Schedl wrote:
> Thanks, point 3 did the trick! Seems, I have to read the documentation
> better....

point 3 was a test, right? You are not intending to leave it that way,
of course?

> > 3. Try using mode "open for all": 0.0.0.0/0. If You have this mode and
> > "listen_adress='*'" You have fully open PostgreSQL. If You have still
> > problems, this should be TCP/IP connection problem. If You want to be
> > more safe: if You are using 24 mode adress, so in pg_hba.conf You will
> > have: xxx.xxx.xxx.0/24, 32 mode: xxx.xxx.xxx.xxx/32 for more read PDF
> > with PostgreSQL doc (chapter 20)
> > 4. Do You have really telnet service started on 5432 port ? I suggest to
> > stop this service, when You are using other service on tis same port.

you can use the telnet client to connect to any port, the telnet service
does not have to be the service that syn/acks:

[postgresql(at)wireworm postgresql]$ telnet stell 25
Trying 198.82.169.14...
Connected to locust.cns.vt.edu (198.82.169.14).
Escape character is '^]'.
220 locust.cns.vt.edu ESMTP

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Fourat Zouari 2006-10-09 23:51:35 Copying data from table to table (cloned tables)
Previous Message Wolfgang Schedl 2006-10-09 12:36:10 Re: Cant connect to psql on winxp