Re: Connecting to Postgres from LAN - Mailing list pgsql-general

From John Gray
Subject Re: Connecting to Postgres from LAN
Date
Msg-id pan.2005.05.30.21.48.39.110643@azuli.co.uk
Whole thread Raw
List pgsql-general
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


pgsql-general by date:

Previous
From: MLikharev@micropat.com
Date:
Subject: Re: CREATE TEMP TABLE AS SELECT/ GET DIAGNOSTICS ROW_COUNT
Next
From: Keary Suska
Date:
Subject: Re: Carriage return in text fields