Re: Postgres 8.02 connectivity

From: Shaun Clements <ShaunC(at)relyant(dot)co(dot)za>
To: 'List' <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 8.02 connectivity
Date: 2005-05-05 10:31:50
Message-ID: 854B265F029DEA4AB61CF83597AAE7300AE125@srldbexc003.relyant.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)archonet(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Costin Manda 2005-05-05 11:04:30 indexes on functions, then modifying functions
Previous Message Richard Huxton 2005-05-05 10:15:16 Re: Postgres 8.02 connectivity