From: | "James M Doherty PGADMIN" <jimmyd(at)jdoherty(dot)net> |
---|---|
To: | <pgadmin-support(at)postgresql(dot)org> |
Subject: | TUNNEL RESOLVED |
Date: | 2003-10-06 15:03:48 |
Message-ID: | 002001c38c1b002001c38c1b$0beb1ff0$68363c90@ad.tri.sbc.combeb1ff0363c90@ad.tri.sbc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2003-10-06 15:48:00 | Re: PgAdmin III: Two bugs |
Previous Message | Tom Lane | 2003-10-06 14:26:33 | Re: 7.4beta4: make check broken? |