Re: TCP/IP with 7.4 beta2 broken?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TCP/IP with 7.4 beta2 broken?
Date: 2003-09-03 17:12:56
Message-ID: 3F562118.4030005@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:

>Andreas Pflug said:
>
>
>>Tommi Maekitalo wrote:
>>
>>
>>
>>>>*nod* but it would be nicer if all loopback interfaces worked by
>>>>default - hence my localhost suggestion, which would match any of
>>>>
>>>> 127.0.0.1/32
>>>>
>>>> ::ffff:127.0.0.1/128 and
>>>> ::1/128
>>>>
>>>>
>>>>
>>>...
>>>That sounds good. Is it possible to extend lookup that way?
>>>
>>>
>>>
>>I'd feel a bit uncomfortable making ::1/128 from 127.0.0.1/32 because
>>it's not converting the same address from one format into another, but
>>a completely different address.
>>Extending "local" to accept all local tcpip addresses would fit better.
>>
>>
>>
>
>I agree. The only automatic mapping in host* lines should be from
>p.q.r.s/n to ::ffff:p.q.r.s/n+96. Loopback interfaces are special and
>should be treated separately from the general case, which is what I
>propose to do.
>
This doesn't look consistent to me. Local addresses can be all addresses
that the host's interfaces are currently configured with, loopback is
nothing special in this sense. The admin can easily do 'ifconfig' to see
all addresses configured and enter them into pg_hba.conf, because these
addresses are obvious.

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kurt Roeckx 2003-09-03 17:14:08 Re: TCP/IP with 7.4 beta2 broken?
Previous Message Andreas Pflug 2003-09-03 17:03:29 Re: libpq makefile for bcc