Cannot establish a remote connection

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема Cannot establish a remote connection
Дата
Msg-id CAAY=A7_uJwmae4q=M+KFX=qsbHbXqtff7Wak7q_agycNPsA=tA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Cannot establish a remote connection
Re: Cannot establish a remote connection
Список pgsql-novice
I need to connect to a remote PostgreSQL 9.3 database with pgAdmin III within our private network, so I did the following:

* Open postgresql.conf file and verify that listen_addresses = '*'
* Open pg_hba.conf and add the following line:
host    all             all             192.168.168.0/24            md5
Our private network segment is 192.168.168.*
* I stop PostgreSQL service.
* I start PostgeSQL service.

I can connect locally but not remotely.
I will very much appreciate your feedback.

Respectfully,
Jorge Maldonado

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

Предыдущее
От: amul sul
Дата:
Сообщение: Re: SRF_RETURN_NEXT Error: rows returned by function are not all of the same row type
Следующее
От: Victor Hugo
Дата:
Сообщение: Re: Cannot establish a remote connection