TUNNEL RESOLVED

Поиск
Список
Период
Сортировка
От James M Doherty PGADMIN
Тема TUNNEL RESOLVED
Дата
Msg-id 002001c38c1b$0beb1ff0$68363c90@ad.tri.sbc.com
обсуждение исходный текст
Список pgadmin-support
LeavesThe problem I was having with ssh tunneling was resolved by making the
following change to the port
forward scenario:


pg_hba.conf:


#TYPE  DATABASE     USER          IP-ADDRESS      IP-MASK             METHOD
local   all                             all
trust
host    all                             all            127.0.0.1
255.255.255.255          trust
host    all                             all           172.16.1.0
255.255.255.0              trust                 <<<---------Added


-L8887:172.16.1.17:5432      <<<----------Used the local private IP addres
in the port forward argument.

Without this I get the connection refused by host in the Putty log .


Jim



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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: PgAdmin III: Two bugs
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: PgAdmin III: Two bugs