Re: trying to connect to pg from within a local network - Mailing list pgsql-jdbc

From Jan de Visser
Subject Re: trying to connect to pg from within a local network
Date
Msg-id 200801161406.32449.jdevisser@digitalfairway.com
Whole thread Raw
In response to Re: trying to connect to pg from within a local network  ("Albretch Mueller" <lbrtchx@gmail.com>)
List pgsql-jdbc
On Wednesday 16 January 2008 12:58:58 Albretch Mueller wrote:
>  OK, I did too, this is how my /data/pg_hba.conf looks like:
> ~
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
>
> # IPv4 local connections:
> host     all     all     127.0.0.1/32,10.0.31.62         md5
> # IPv6 local connections:
> #host    all         all         ::1/128               md5

It doesn't work like that. CIDR-ADDRESS is a single address range.

Try putting 10.0.31.62/32 on a separate line.


jan

--
--------------------------------------------------------------
Jan de Visser                     jdevisser@digitalfairway.com

                Baruk Khazad! Khazad ai-menu!
--------------------------------------------------------------

pgsql-jdbc by date:

Previous
From: "Albretch Mueller"
Date:
Subject: Re: trying to connect to pg from within a local network
Next
From: "Marc G. Fournier"
Date:
Subject: Re: postgresql in FreeBSD jails: proposal