Re: Can't Remote connection by IpV6

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Marcelo Marloch <mmarloch(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't Remote connection by IpV6
Date: 2024-06-06 19:02:00
Message-ID: b54439dd-e64a-4e95-aabb-448bc6d2cf5a@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/6/24 10:37, Marcelo Marloch wrote:

Reply to list also.
Ccing list

> Hi Adrian thanks for your help, Server is running on windows and I set
> open 5432 port on windows firewall, I did not see any options regarding
> if ipv4 or v6. client also uses windows  and connects through odbc
> driver. over ipv4 it connects flawlessly if it got a public ipv4 but
> when I set odbc driver server field to an Ipv6 it shows message:
> connection to server at (ipv6 ip), port 5432 failed: Connection time
> out(0x0000274C/10060) is the server running on that host and accepting
> TCP/IP connections? the same message is shown if provider sets to me a
> not public ipv4

To be clear the Postgres server is running on a Windows instance that is
itself running on a cloud(?) provider. Seems to me this still points at
a firewall, namely one the provider has set up in front of your Windows
instance. The hint would be the public IPv4 address working vs the
private IPv4 address not working. There is also the issue of whether the
IP addresses that are not on the public side of the internet are being
drawn from IP private network ranges(see
https://en.wikipedia.org/wiki/IP_address) that are not publishable to
the public internet. You may need to talk with the provider and see how
they suggest you punch a hole through to your Postgres server.

>
> thank you very much!
>
> Em qui., 6 de jun. de 2024 às 12:03, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> escreveu:
>
> On 6/6/24 07:46, Marcelo Marloch 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
>
> Is the firewall open for IPv6 connections to the Postgres port?
>
> Did you reload the server after making the configuration changes?
>
> Define in more detail what 'no success' means.
>
> >
> > 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
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Koen De Groote 2024-06-06 22:19:08 Re: Questions on logical replication
Previous Message Alan Hodgson 2024-06-06 18:47:32 Re: Can't Remote connection by IpV6