Re: No entry to pg_hba.conf 10.17.11.16

From: efesar <efesar(at)nmia(dot)com>
To: Fabiano <fcostola(at)osite(dot)com(dot)br>, pgadmin-support(at)postgresql(dot)org
Subject: Re: No entry to pg_hba.conf 10.17.11.16
Date: 2003-03-12 03:07:28
Message-ID: NGBBKFMOILMAGDABPFEGMEMLDNAA.efesar@nmia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


> I put the following line at pg_hba.conf:
>
> local all 10.17.11.0 255.255.255.0 trust

Mine has a "user" column, which yours skipped. It would be:

local all all 10.17.11.0 255.255.255.0 trust

You must also make sure you restart the server. Try connecting on localhost
or 127.0.0.1.

PS, are you actually on a Class C network? If you are, then your subnet mask
might be 255.0.0.0, or something else entirely.

-Keith

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Fabiano 2003-03-12 12:06:26 Re: No entry to pg_hba.conf 10.17.11.16
Previous Message Dave Page 2003-03-11 21:15:43 Re: Cannot create a table