From: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Client connection: Port 5432 / Postgres |
Date: | 2007-02-08 17:09:14 |
Message-ID: | 20070208170914.GA22738@a-kretschmer.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
am Wed, dem 07.02.2007, um 11:28:56 -0500 mailte Nicolas Gignac folgendes:
> Hello,
>
> I have installed Postgres 8.2 on a internal server having Windows Server 2003
> (IIS 6) up and running.
> - I have configure the hp_config file to: host
> all 0.0.0.0./0 md5
wrong file. Use pg_hba.conf instead.
> - I have change the listening address to '*' in the postgres.conf file
wrong file. Use postgresql.conf instead.
> - No Firewall activated on this internal server
Sure?
> - I have restart the server and I can connect to postgres from remote computer,
> PostgreSQL works only from the local host
You can or you can't connect from remote?
> - When I tried to connect from local host to the port with telnet localhost
> 5432, I got an error: on port 23, connect failed.
Stupid windows. Perhaps a Port-Forwarding? A plain 'telnet localhost 5432'
should do a connect to this port, not to 23.
Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-02-08 17:11:58 | Re: Error on table insert: attribute 13 has wrong type |
Previous Message | Tom Lane | 2007-02-08 17:09:09 | Re: Client connection: Port 5432 / Postgres |