Обсуждение: Re: Connecting to Postgres from LAN

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

Re: Connecting to Postgres from LAN

От
John Gray
Дата:
On Mon, 30 May 2005 21:47:43 +0300, Andrus wrote:

> I installed Postgres 8 to Windows XP and added a line
>
> host    all         all         168.179.0.1/32          trust
>

I think you should probably make that 168.179.0.0/24 - the /32 means that
only the IP address 168.179.0.1 is covered by that line, so the pattern
does not match.

Regards

John Gray