Re: TCP only listening on localhost??? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: TCP only listening on localhost???
Date
Msg-id 20040430181955.GA16961@dcc.uchile.cl
Whole thread Raw
In response to Re: TCP only listening on localhost???  (Richard Gass <rgass@sprintlabs.com>)
List pgsql-general
On Fri, Apr 30, 2004 at 09:26:48AM -0700, Richard Gass wrote:
> There are no firewalling issues, routing or dns issues.  Basically nothing
> has changed with the server.  The only change is with the clients that
> connect.  Everything seems to work fine connecting from the local socket but
> when you try to connect over tcp, it doesn't work because it is not
> listening on the port.  For some reason, I cannot get it to listen on the
> port unless I specify in my postmaster command -h ip.address.

Maybe the virtual_host parameter has changed?  Somehow the postmaster is
not binding to the interface, and if it works when you specify manually
then certainly seems a config problem.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)

pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Cannot open relation pg_cast_source_target_index
Next
From: "Jim Steinberger"
Date:
Subject: Re: JDBC caching plpgsql function errors?