Re: Error In connection ??

From: Richard Huxton <dev(at)archonet(dot)com>
To: Goutam Paruchuri <gparuchuri(at)oneil(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Error In connection ??
Date: 2004-11-10 17:19:16
Message-ID: 41924D94.8040701@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Goutam Paruchuri wrote:
> Hello,
>
> I get an error in my log when connecting to postgres server on Windows.
> Postgres version : 8.0.0-beta4
>
> LOG TEXT
>
> 2004-11-10 11:22:47 LOG: invalid entry in file "C:/Program
> Files/PostgreSQL/8.0.0-beta4/data/pg_hba.conf" at line 64, token
> "192.168.2.1/254"
> 2004-11-10 11:22:47 FATAL: missing or erroneous pg_hba.conf file
> 2004-11-10 11:22:47 HINT: See server log for details.
>
> Configuration file pg_hba.conf
>
> host all all 192.168.2.1/254 md5
You don't have 254 bits in in IP address. Did you mean /32?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David B 2004-11-10 17:19:42 Unicode problem inserting records - Invalid UNICODE character sequence found (0xfc7269)
Previous Message Goutam Paruchuri 2004-11-10 16:32:24 Error In connection ??