Re: Bind PostgreSQL to a specific IP - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Bind PostgreSQL to a specific IP
Date
Msg-id 20041214164425.GA396@winnie.fuhr.org
Whole thread Raw
In response to Re: Bind PostgreSQL to a specific IP  ("Benjamin GASSMANN" <benjamin@actimage.net>)
List pgsql-admin
On Tue, Dec 14, 2004 at 04:57:31PM +0100, Benjamin GASSMANN wrote:
> Le Tue, 14 Dec 2004 15:47:05 +0000, Mário Gamito <gamito@netual.pt> a écrit:
> >
> >I've compiled PostgreSQL.
> >Whenever i start it, it is binded to localhost (netstat -an shows port
> >5342 binded to 127.0.0.1), but i need it to allow incoming connections
> >from netowrk 10.10.2.0
>
> have a look at file ph_hba.conf !

Configuring pg_hba.conf won't help if the server isn't accepting
connections on the desired interface.  You probably need to make
some changes to postgresql.conf; see the "Connections and Authentication"
section in the "Server Run-time Environment" chapter of the
documentation.  Some of the connection settings have changed names
in 8.0, so make sure you're reading the right version of the doc.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: "Benjamin GASSMANN"
Date:
Subject: Re: Bind PostgreSQL to a specific IP
Next
From: Jaime Casanova
Date:
Subject: Re: From latin9 to sql_ascii??