Title: RE: [GENERAL] Postgres 8.02 connectivity

Hi Richard

I worked out what the problem was.
I needed an IP Mask(subnet) after the IP.
255.255.255.0 solved that
Thanks again for you help!!

Kind Regards,
Shaun Clements

-----Original Message-----
From: Richard Huxton [mailto:dev@archonet.com]
Sent: 05 May 2005 12:15 PM
To: Shaun Clements; List
Subject: Re: [GENERAL] Postgres 8.02 connectivity

Shaun Clements wrote:
> Thanks.
> Firewall was the problem.im going to kill the technician who installed
> windows :) Im now coming up with a new error.
> Missing or erroneous pg_hba.conf file.
>
> Ive added the following line.
> Host all all myip trust

Try a /32 on the end of the client's ip:

host    all         all         192.168.1.20/32          trust

--
   Richard Huxton
   Archonet Ltd

Reply via email to