Re: TCP/IP with 7.4 beta2 broken? - Mailing list pgsql-hackers

From Tommi Mäkitalo
Subject Re: TCP/IP with 7.4 beta2 broken?
Date
Msg-id 200309020010.20218.t.maekitalo@epgmbh.de
Whole thread Raw
In response to Re: TCP/IP with 7.4 beta2 broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: TCP/IP with 7.4 beta2 broken?  (Andreas Pflug <pgadmin@pse-consulting.de>)
Re: TCP/IP with 7.4 beta2 broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

that worked for localhost. For remote connections I added:

host  all         all         ::ffff:192.168.41.0/120                trust

and it worked also (I guessed it - I don't know much about IPv6). Is there any
chance to get it work like 7.3? It is no nice experience for new users.


Tommi Mäkitalo


Am Montag, 1. September 2003 23:24 schrieb Tom Lane:
> Tommi Mäkitalo <t.maekitalo@epgmbh.de> writes:
> > It's a SuSE Linux 8.2-box with the original 2.4.20-kernel.
> > I get the same error when setting PGHOST to localhost, the real hostname
> > or the IP-adress of the box. It has nothing to do with the resolver I
> > think.
>
> Hm.  I assume things will work after you uncomment the commented-out
> IPv6 entries at the bottom of pg_hba.conf.
>
>             regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)
Next
From: Andreas Pflug
Date:
Subject: Re: TCP/IP with 7.4 beta2 broken?