BUG #1413: pg_hba.conf : 192.168.2.0/32 not honoured

From: "jerome celle" <j(dot)celle(at)laposte(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1413: pg_hba.conf : 192.168.2.0/32 not honoured
Date: 2005-01-19 17:13:26
Message-ID: 200501191713.j0JHDQA0023352@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1413
Logged by: jerome celle
Email address: j(dot)celle(at)laposte(dot)net
PostgreSQL version: 8.0.0
Operating system: Linux Redhat 9
Description: pg_hba.conf : 192.168.2.0/32 not honoured
Details:

With following entry in pg_hba.conf :
host all all 192.168.2.0/32 trust

I get the following error when attempting to open a connection from
192.168.2.27 host :

Unable to connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host
"192.168.2.27", user "adeolis", database "adeolis"

NOW, if i change the entry to :
host all all 192.168.2.27/0 trust

I can connect.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mike Blackwell 2005-01-19 17:25:55 BUG #1414: DOC - pl/Perl hash tags missing
Previous Message MAX MARCELL 2005-01-19 16:06:44 BUG PostgreSQL for Windows