public inbox for [email protected]  
help / color / mirror / Atom feed
Re: Can't Remote connection by IpV6
3+ messages / 2 participants
[nested] [flat]

* Re: Can't Remote connection by IpV6
@ 2024-06-06 15:03  Adrian Klaver <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Adrian Klaver @ 2024-06-06 15:03 UTC (permalink / raw)
  To: Marcelo Marloch <[email protected]>; [email protected]

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
[email protected]







^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Can't Remote connection by IpV6
@ 2024-06-06 15:13  Ron Johnson <[email protected]>
  parent: Adrian Klaver <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Ron Johnson @ 2024-06-06 15:13 UTC (permalink / raw)
  To: pgsql-generallists.postgresql.org <[email protected]>

On Thu, Jun 6, 2024 at 11:03 AM Adrian Klaver <[email protected]>
wrote:

> 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?
>

netcat (comes with nmap) is great for this.  There's a Windows client, too.


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Can't Remote connection by IpV6
@ 2024-06-06 19:02  Adrian Klaver <[email protected]>
  parent: Adrian Klaver <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Adrian Klaver @ 2024-06-06 19:02 UTC (permalink / raw)
  To: Marcelo Marloch <[email protected]>; +Cc: 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 
> <[email protected] <mailto:[email protected]>> 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
>     [email protected] <mailto:[email protected]>
> 

-- 
Adrian Klaver
[email protected]







^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-06-06 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-06-06 15:03 Re: Can't Remote connection by IpV6 Adrian Klaver <[email protected]>
2024-06-06 15:13 ` Ron Johnson <[email protected]>
2024-06-06 19:02 ` Adrian Klaver <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox