Обсуждение: multi-homed box

Поиск
Список
Период
Сортировка

multi-homed box

От
alex
Дата:
Hi

I need to setup a multihomed box with 2 ethernet cards, and i wonder how
i can choose the network on which posgresql will run.

Thanks for help

Alex

Re: multi-homed box

От
Tom Lane
Дата:
alex <alex.ricci@arkantechnologies.com> writes:
> I need to setup a multihomed box with 2 ethernet cards, and i wonder how
> i can choose the network on which posgresql will run.

See the "virtual_host" configuration parameter.  (8.0 will replace this
with a more flexible "listen_addresses" parameter, which lets you bind
to any subset of the machine's addresses, rather than just all or one.)

            regards, tom lane