Re: Cannot Access Remote Server

From: Tom Browder <tom(dot)browder(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Thom Brown <thom(at)linux(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Cannot Access Remote Server
Date: 2011-08-19 10:47:28
Message-ID: CAFMGiz_epG1yJSzbvhf5rk4BcVZYW3C25x_X63JNGeU2suOk=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Aug 19, 2011 at 01:09, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> On Thu, 2011-08-18 at 20:41 -0500, Tom Browder wrote:
>> >> I have a remote server running postgresql (9.0.4).  I have been able
>> >> to use the dbms via ssh and via phppgadmin.
>> >>
>> >> Now I would like to use pgadminIII but I cannot get the server
>> >> connection.  I am running the Ubuntu version og pgadmin (1.10.5).
...
> Any firewalls, routers that could block the connection?

> Have you tried to connect with psql from the same computer than pgAdmin?

Just tried--no contact.

I muddled around in my notes--had same trouble I now see with mysql
and had to open up its port with iptables. I just tried the same
thing for postgresql and did:

# iptables -A INPUT -p tcp --destination-port 5432 -s x.x.x.x

where x.x.x.x is my external IP from my home network. I restarted
postgresql just in case but no connection.

Ideas?

Thanks.

-Tom

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Tom Browder 2011-08-19 12:13:28 Re: Cannot Access Remote Server [SOLVED]
Previous Message Guillaume Lelarge 2011-08-19 06:09:01 Re: Cannot Access Remote Server