Re: Cannot Access Remote Server

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Cannot Access Remote Server
Дата
Msg-id CAA-aLv7fnCMAPL4-8YLiWfwqWGtYFJb=ddoOGVFaaGjmjnB_5Q@mail.gmail.com
обсуждение исходный текст
Ответ на Cannot Access Remote Server  (Tom Browder <tom.browder@gmail.com>)
Ответы Re: Cannot Access Remote Server  (Tom Browder <tom.browder@gmail.com>)
Список pgadmin-support
On 18 August 2011 22:26, Tom Browder <tom.browder@gmail.com> wrote:
I have a remote server running postgresql (9.0.4).  I have been able
to use the dbms via ssh and via phppgadmin.

Now I would like to use pgadminIII but I cannot get the server
connection.  I am running the Ubuntu version og pgadmin (1.10.5).

I have this setting in my postgresql.conf:

 listen_addresses = '*'

And these in my pg_hba.conf:

local   all             all                                     md5
host    all             all             127.0.0.1/32            md5
host    all             all             ::1/128                 md5
host  all             admin        xxx.xxx.xxx.xxx/32         md5
host  all             postgres     xxx.xxx.xxx.xxx/32         md5

where xxx.xxx.xxx.xxx is the external IP of my home network.

I can ping my server fine.

I appreciate any ideas.

What message comes up when failing to connect? 

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Tom Browder
Дата:
Сообщение: Cannot Access Remote Server
Следующее
От: Tom Browder
Дата:
Сообщение: Re: Cannot Access Remote Server