Re: postgresql.conf listen_addresses causing connection problems - Mailing list pgsql-general

From Ian Harding
Subject Re: postgresql.conf listen_addresses causing connection problems
Date
Msg-id 725602300603290628q22624406l65cbdeba6f306d7a@mail.gmail.com
Whole thread Raw
In response to postgresql.conf listen_addresses causing connection problems  ("David Bernal" <david.bernal@gmail.com>)
Responses Re: postgresql.conf listen_addresses causing connection problems  ("David Bernal" <david.bernal@gmail.com>)
List pgsql-general
On 3/29/06, David Bernal <david.bernal@gmail.com> wrote:
> I recently have been attempting to get my install of postgresql 8.1
> (running Win XP as OS) to listen on both 127.0.0.1 and my IP address,
> 192.168.0.100 (inside my network, obviously.) As such, I tried first
> setting listen_addresses = '192.168.0.100, localhost'
>
Try * (wildcard) and see what happens.  It should either work or not
work, not work 'sometimes' so I think there must be something else
involved.  If pg_hba.conf is set up right, and listen address is *
then you have the network to look at.

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Connecting
Next
From: Tom Lane
Date:
Subject: Re: postgresql.conf listen_addresses causing connection problems