Re: tunneling through ssh - Mailing list pgsql-admin

From Steve Crawford
Subject Re: tunneling through ssh
Date
Msg-id 200408181621.24097.scrawford@pinpointresearch.com
Whole thread Raw
In response to tunneling through ssh  (David Bear <David.Bear@asu.edu>)
Responses Re: tunneling through ssh  (David Bear <David.Bear@asu.edu>)
List pgsql-admin
On Wednesday 18 August 2004 4:13 pm, David Bear wrote:
> I'm attempting to run pgsql through a tunnel. I'm using the default
> pg_hba.conf file for now which has the relevant information:
>
> ------------
> local   all         all
> trust
> host    all         all         127.0.0.1         255.255.255.255
> trust
> ------------
>
> I assume this means that the back end will bind to 127.0.0.1:5432
> since that seems to be the default port number.
>
> Yet, when trying to come through the tunnel I get this in my logs
> on the 'server' machine - the one running postgres backend.
>
> -----------
> Aug 18 16:00:40 dbsrv1 sshd[41006]: error: connect_to ::1 port
> 5432: Connection refused
> Aug 18 16:00:40 dbsrv1 sshd[41006]: error: connect_to 127.0.0.1
> port 5432: Connection refused
> Aug 18 16:00:40 dbsrv1 sshd[41006]: error: connect_to localhost
> port 5432: failed.
> -----------
>
> Am I missing something obvious?

Is PG set to accept tcp/ip connections? Check postgresql.conf for:
tcpip_socket=true

127.0.0.1 is connecting through tcp/ip, not local domain sockets.

Cheers,
Steve


pgsql-admin by date:

Previous
From: David Bear
Date:
Subject: tunneling through ssh
Next
From: David Bear
Date:
Subject: Re: tunneling through ssh