Cannot establish a remote connection

From: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Cannot establish a remote connection
Date: 2014-02-25 17:20:57
Message-ID: CAAY=A7_uJwmae4q=M+KFX=qsbHbXqtff7Wak7q_agycNPsA=tA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I need to connect to a remote PostgreSQL 9.3 database with pgAdmin III
within our private network, so I did the following:

* Open postgresql.conf file and verify that listen_addresses = '*'
* Open pg_hba.conf and add the following line:
host all all 192.168.168.0/24 md5
Our private network segment is 192.168.168.*
* I stop PostgreSQL service.
* I start PostgeSQL service.

I can connect locally but not remotely.
I will very much appreciate your feedback.

Respectfully,
Jorge Maldonado

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Victor Hugo 2014-02-25 17:56:32 Re: Cannot establish a remote connection
Previous Message amul sul 2014-02-25 04:59:08 Re: SRF_RETURN_NEXT Error: rows returned by function are not all of the same row type