Re: Attempting to connect

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Attempting to connect
Дата
Msg-id 49989FC4.6030900@hogranch.com
обсуждение исходный текст
Ответ на Attempting to connect  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
> # IPv4 local connections:
> host         all                          all             0.0.0.0
> 255.255.255.255      md5
> host         all                          all            127.0.0.1/32 md5



oh.     that first HOST line will only allow IP 0.0.0.0, hardly likely
to be a valid address.  if you want to allow connections from ALL IPs,
use 0.0.0.0/0  or 0.0.0.0 0.0.0.0

the second line allows connections to localhost only.



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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Attempting to connect
Следующее
От: Stuart McGraw
Дата:
Сообщение: Re: Running untrusted sql safely?