Re: Solutions for listening on multiple ports?

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: Solutions for listening on multiple ports?
Дата
Msg-id 0DCEEC57-A0F6-41C4-95DE-CC010F092A20@myemma.com
обсуждение исходный текст
Ответ на Solutions for listening on multiple ports?  ("Jason L. Buberel" <jason@buberel.org>)
Список pgsql-general
On Oct 9, 2007, at 11:22 AM, Jason L. Buberel wrote:

> Is there a 'generally accepted' best practice for enabling a single
> postgres instance to listen for client connections on more than one
> ip/port combination?
>
> As far as I can tell, the 'listen_address' and 'port' configuration
> variables can only accommodate single values:
>
> listen_address = 127.0.0.1
> port = 5432
>
> What I would like to simulate is Apache's notation:
>
> Listen: 127.0.0.1:5432
> Listen: 192.168.0.1:54824
> ...
>
> The force behind this is network security policies and such. I
> would prefer to not resort to kernel-level netfilter trickery to
> accomplish this, if possible.

You can separate listen addresses with commas:

listen_address = '127.0.0.1,192.168.0.1'

AFAIK, you only get one port per cluster.

Erik Jones

Software Developer | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com



В списке pgsql-general по дате отправления:

Предыдущее
От: "Jason L. Buberel"
Дата:
Сообщение: Solutions for listening on multiple ports?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Solutions for listening on multiple ports?