Re: No entry to pg_hba.conf 10.17.11.16

Поиск
Список
Период
Сортировка
От efesar
Тема Re: No entry to pg_hba.conf 10.17.11.16
Дата
Msg-id NGBBKFMOILMAGDABPFEGMEMLDNAA.efesar@nmia.com
обсуждение исходный текст
Ответ на No entry to pg_hba.conf 10.17.11.16  (Fabiano <fcostola@osite.com.br>)
Ответы Re: No entry to pg_hba.conf 10.17.11.16  (Fabiano <fcostola@osite.com.br>)
Re: No entry to pg_hba.conf 10.17.11.16  (Fabiano <fcostola@osite.com.br>)
Список pgadmin-support
> I put the following line at pg_hba.conf:
>
> local    all    10.17.11.0    255.255.255.0    trust

Mine has a "user" column, which yours skipped. It would be:

local all all 10.17.11.0 255.255.255.0 trust

You must also make sure you restart the server. Try connecting on localhost
or 127.0.0.1.

PS, are you actually on a Class C network? If you are, then your subnet mask
might be 255.0.0.0, or something else entirely.

-Keith


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

Предыдущее
От: Fabiano
Дата:
Сообщение: No entry to pg_hba.conf 10.17.11.16
Следующее
От: Fabiano
Дата:
Сообщение: Re: No entry to pg_hba.conf 10.17.11.16