Re: pg_hba.conf issue

From: Ritu Khetan <RKhetan(at)crisil(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-admin-owner(at)postgresql(dot)org
Subject: Re: pg_hba.conf issue
Date: 2007-07-03 05:31:10
Message-ID: OF5610B2A3.54EF8BA5-ON6525730D.001E4848-6525730D.001E8293@crisinfac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

What does ::1/128 signify?

Regards,
Ritu


Tom Lane
<tgl(at)sss(dot)pgh(dot)pa(dot)us>
Sent by: To
pgsql-admin-owner(at)postg Ritu Khetan
resql.org <RKhetan(at)crisil(dot)com>
cc
pgsql-admin(at)postgresql(dot)org
02/07/2007 09:08 PM Subject
Re: [ADMIN] pg_hba.conf issue





Ritu Khetan <RKhetan(at)crisil(dot)com> writes:
> # IPv4 local connections:
> host all all 127.0.0.1/32 trust
> # IPv6 local connections:
> #host all all ::1/128 trust
> #host all all 172.21.42.121/24 trust
> host all all 172.21.51.56/24 trust

> While this works at most of the locations, we have a peculiar error
coming
> up at 2-3 locations. The error reads:

> no pg_hba.conf entry for host "::1" , user "crisil" , database "crisil" ,
> SSL off "

No surprise: you have the IPv6 line commented out. Dunno why these
particular boxes are preferring IPv6 to IPv4, maybe something different
about the local DNS environment? Anyway, there is no point in refusing
to serve ::1/128 if you're accepting 127.0.0.1.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Disclaimer :
This message (including any attachments) contains confidential information. If you are not the intended recipient, please delete the message (including any attachments) from your system without using, transmitting or storing it. Please also immediately inform the sender. E-mails are not secure and may suffer from errors, viruses, unauthorized interceptions / amendments. CRISIL and its subsidiaries do not accept any liability for loss or damage caused by this e-mail and may monitor e-mail traffic.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vishal Arora 2007-07-03 06:59:11 Re: pg_hba.conf issue
Previous Message Jayakumar_Mukundaraju 2007-07-03 04:59:19 Re: pg_hba.conf issue