Re: Bind PostgreSQL to a specific IP

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Bind PostgreSQL to a specific IP
Дата
Msg-id 20041214164425.GA396@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Bind PostgreSQL to a specific IP  ("Benjamin GASSMANN" <benjamin@actimage.net>)
Список 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 по дате отправления:

Предыдущее
От: "Benjamin GASSMANN"
Дата:
Сообщение: Re: Bind PostgreSQL to a specific IP
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: From latin9 to sql_ascii??