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 <mmarl...@gmail.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 >