Re: Bind PostgreSQL to a specific IP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bind PostgreSQL to a specific IP
Дата
Msg-id 17537.1103057810@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bind PostgreSQL to a specific IP  (Mário Gamito <gamito@netual.pt>)
Список pgsql-admin
=?ISO-8859-1?Q?M=E1rio_Gamito?= <gamito@netual.pt> writes:
> 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

Perhaps you forgot the -i switch?

The literal answer to your Subject: question is to use the virtual_host
parameter (or listen_addresses, if you're testing 8.0), but I suspect
that's not actually what you need to do.

            regards, tom lane

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: i need help
Следующее
От: "Philip Michael D Vargas"
Дата:
Сообщение: Re: i need help