From: | Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> |
---|---|
To: | Jacques Lamothe <JLamothe(at)allconnect(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Cannot connect to 2nd cluster database remotely |
Date: | 2011-12-21 13:52:02 |
Message-ID: | 1324475522.16148.72.camel@lenovo01-laptop03.gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 2011-12-21 at 13:26 +0000, Jacques Lamothe wrote:
> I have 2 cluster databases, running on the same host, Linux with
> redHat. My fist database port is set to default, 5432, but my second
> database port is set to 5436 in the postgresql.conf file. While
> everything is ok with local connections, I cannot connect remotely
> using any of my tools to the second database with port 5436, including
> pgAdmin.
Is there a firewall on Linux box? You can check it with
iptables -L
if so, you can stop it with
service iptables stop
and then check again whether the db is accessible remotely or not.
Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
From | Date | Subject | |
---|---|---|---|
Next Message | Jacques Lamothe | 2011-12-21 13:56:06 | Re: Cannot connect to 2nd cluster database remotely |
Previous Message | Marti Raudsepp | 2011-12-21 13:37:50 | Re: can not use the column after rename |