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
r...@iol.ie

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to