From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | milan(at)promona(dot)hr, Pgadmin-Support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: |
Date: | 2011-12-30 12:16:09 |
Message-ID: | 4EFDAB89.9050507@iol.ie |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On 30/12/2011 08:02, Milan Bulatović wrote:
> Hello Raymond
>
> You are right, file pg_hba.conf exist in folder Data.
>
> I put next active line in it
>
> host all all 192.168.1.24 md5
>
> How it look like when open pg_hba.conf with pgAdmin3 you see in attach.
>
> When I try to open server I receive message "could not load pg_hba.conf".
Please keep your replies to the list.
You need to specify the address in CIDR form. So for a single host, as
you have above, it should be 192.168.1.24/32. If you want to allow
access from all hosts on a subnet with mask 255.255.255.0, it would be
192.168.1.0/24.
Ray.
--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie
From | Date | Subject | |
---|---|---|---|
Next Message | Schade, Jeffrey | 2011-12-30 18:18:51 | Defining Procedure Language PLR |
Previous Message | Guillaume Lelarge | 2011-12-30 11:01:50 | Re: Password authentication failing |