Error in IPV6 client authenciation

From: "R, Rajesh (STSD)" <rajesh(dot)r2(at)hp(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Error in IPV6 client authenciation
Date: 2005-11-29 14:26:37
Message-ID: 5CBFB210D9870F40B9E5A0FBD31F3A7702F0B3B0@bgeexc01.asiapacific.cpqcorp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hello All,

I run Tru64 Unix 5.1B / Alpha OSF1.
I have installed Postgresql 8.0.3 on a cluster.

The following is my pg_hba.conf,

"
host dcs all 127.0.0.1 255.255.255.255
password
host dcsconfig all 127.0.0.1 255.255.255.255
password
local all all
trust
# IPv4-style local connections:
host all all 127.0.0.1 255.255.255.255
trust
# IPv6-style local connections:
host all all ::1/128 trust
host all all 15.70.194.25 255.255.255.255 trust
"

Immaterial of whether I configure IPV6 or not, I keep getting the
following Error whenever I try to connect to postmaster.

I get the following error::

psql: FATAL: missing or erroneous pg_hba.conf file
HINT: See server log for details.

In the postmaster.log,

LOG: invalid IP address "::1" in file
"/usr/internet/pgsql/data/pg_hba.conf" line 77: Unknown server error
FATAL: missing or erroneous pg_hba.conf file
HINT: See server log for details.

In the source I have set HAVE_IPV6 as 1.

Am I missing anything ??

Thanks in Advance.

--
Rajesh R

Browse pgsql-admin by date

  From Date Subject
Next Message Dan The Man 2005-11-29 15:36:01 command line options to pass to the postmaster - controlling UNIX socket permiss
Previous Message Gourish Singbal 2005-11-29 13:53:15 Re: pgstattuple, vacuum and free_space