Re: Problem connecting to postgres

From: Wim <wdh(at)belbone(dot)be>
To: Graham Bartlett <gbartlett(at)gamet(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problem connecting to postgres
Date: 2002-12-11 20:48:33
Message-ID: 3DF7A4A1.40304@belbone.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Graham,

Just try:

host all 10.1.0.0 255.255.0.0 trust

Cheers!

Wim

Graham Bartlett wrote:

>After installing Postgres I tried to make a connection to the DB. I made
>sure to use the '-i' to enable JDBC connection. I'm receiving the
>following error:
>
>"No pg_hba.conf entry for host 10.1.1.79, user gpms, database gpms"
>
>I have created the gpms user and gpms database. I can connect to the
>database only when I add:
>
>host all 10.1.1.79 255.255.255.255 trust
>
>to the pg_hba.conf file.
>
>I never had to do this before. I simply want to enable all IPs to
>connect to the database without specifying every one of those IPs in the
>pg_hba.conf file. How do I do this?
>
>Thanks!
>
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>message can get through to the mailing list cleanly
>
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mel Jamero 2002-12-12 14:44:25 Re: NOTICE: can't shrink relation
Previous Message Devinder K Rajput 2002-12-11 19:55:45 Re: Problem connecting to postgres