Re: Connect to Postgres problems

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: Connect to Postgres problems
Дата
Msg-id 4B670D60.6030902@cyber-office.net
обсуждение исходный текст
Ответ на Connect to Postgres problems  (Christine Penner <christine@ingenioussoftware.com>)
Ответы Re: Connect to Postgres problems  (Christine Penner <christine@ingenioussoftware.com>)
Список pgsql-general
Christine Penner wrote:
> Hi,
>
> I'm having trouble getting a connection to Postgres to work from outside
> of my local network. It was working fine at one point. Then I had to
> change IP addresses and I can't get it to work. This is what I've done.
>
> On the computer with Postgres installed I have this in the pg_hba.conf
> file:
> host     all     all     207.6.93.152/32         md5
>
> in the postgresql.conf file I have this:
> listen_addresses = '*'
> port = 5432
>
> I also have the router set up to forward port 5432 to the computer with
> Postgres installed.

Did you check the firewall on the machine running Pg?  Iptables etc.


\\||/
Rod
--


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

Предыдущее
От: Chris Barnes
Дата:
Сообщение: Re: Connect to Postgres problems
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Connect to Postgres problems