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
On Thu, 2024-06-06 at 11:46 -0300, 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
On Thu, Jun 6, 2024 at 11:03 AM Adrian Klaver
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 al
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 firew
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