Re: Can't Remote connection by IpV6

From: Kashif Zeeshan <kashi(dot)zeeshan(at)gmail(dot)com>
To: Marcelo Marloch <mmarloch(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Can't Remote connection by IpV6
Date: 2024-06-06 14:58:52
Message-ID: CAAPsdhdkLqJVv6mgm7vFskXYm7BWdK57vtfY9=CGg0gM1T1oLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Marcelo

Yes it's possible to connect remotely with postgres with ipv6 e.g. with
psql.
If you are facing issues then you need to make sure that you have done the
required configurations.

Please refer to the following links for more details.

https://dba.stackexchange.com/questions/148086/how-do-you-use-psql-client-to-connect-to-a-postgresql-ipv6-host
https://www.highgo.ca/2020/08/21/how-to-setup-postgresql-on-an-ipv6-enabled-network/
https://www.bigbinary.com/blog/configure-postgresql-to-allow-remote-connection
https://www.postgresql.org/docs/8.1/client-authentication.html

Regards
Kashif Zeeshan
Bitnine Global

On Thu, Jun 6, 2024 at 7:46 PM Marcelo Marloch <mmarloch(at)gmail(dot)com> wrote:

> Hi everyone, is it possible to remote connect through IpV6? IpV4 works
> fine but I cant connect through V6
>
> postgresql.conf is to listen all address and pg_hba.conf is set with host
> all all :: md5 i've tried ::/0 and ::0/0 but had no success
>
> my provider is out of ipv4 and they're sending ips by cgnat if I want a
> public ipv4 I have to sign a very expensive service fee
>
> thanks a lot
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-06-06 15:03:29 Re: Can't Remote connection by IpV6
Previous Message Marcelo Marloch 2024-06-06 14:46:00 Can't Remote connection by IpV6