Re: BUG #13400: Unable to connect postgresql using remote machine

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: rajivmehta0201(at)gmail(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13400: Unable to connect postgresql using remote machine
Date: 2015-06-06 08:09:03
Message-ID: CAB7nPqQTjvyVL8n32zbENPtpGH8h4hn_GQgQsJ1AvmzHaZ4UWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Jun 5, 2015 at 3:54 PM, <rajivmehta0201(at)gmail(dot)com> wrote:
> I have installed postgresql 8.2 in linux machine(Fedora 13).
> Packages are:
> [...]

8.2 is not supported by community since 2011. You should use a newer version.

> I have configuration in postgresql.conf file as under:
> listen_addresses = '*'
> port = 5432
>
> and In pg_hba.conf file i have added the ip of local machine and one remote
> machine as under:
>
> #local machine IP and Port
> host all all 172.16.1.55/32 trust
> #remote machine IP and Port
> host all all 172.16.3.85/32 trust
> host all all 0.0.0.0/0 md5

I don't see anything wrong with that. As long as you are on a trusted network.

> [...]
> But unable to connect using pgadmin III in remote machine.

I guess that it would be more adapted to ask pgadmin folks about that,
like here for example:
http://pgadmin.org/support/list.php

Regards,
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message lincpa 2015-06-07 02:20:51 BUG #13409: pg-9.4.3-x86 initdb --locale = C error
Previous Message Michael Paquier 2015-06-05 23:36:24 Re: BUG #13368: standby cluster immediately promotes after pg_basebackup from previously promoted master