Re: Client connection: Port 5432 / Postgres

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Client connection: Port 5432 / Postgres
Дата
Msg-id 20070208170914.GA22738@a-kretschmer.de
обсуждение исходный текст
Ответ на Client connection: Port 5432 / Postgres  ("Nicolas Gignac" <gignacnic@gmail.com>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Error on table insert: attribute 13 has wrong type
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Client connection: Port 5432 / Postgres