Re: [pgadmin-support] Cannot Access Remote Server [SOLVED]

2011-08-19 Thread Tom Browder
On Fri, Aug 19, 2011 at 07:15, Thom Brown wrote: > On 19 August 2011 13:13, Tom Browder wrote: >> >> SOLVED!! ... >> Note also there are some differences between Ubuntu and Fedora, for >> example the location of the rules file. If I have to do this again I >> would save file /etc/iptabes/default

Re: [pgadmin-support] Cannot Access Remote Server [SOLVED]

2011-08-19 Thread Thom Brown
On 19 August 2011 13:13, Tom Browder wrote: > > SOLVED!! > > I redid the iptables command because the line above is incorrect, it > should read: > > # iptables -A INPUT -p tcp --destination-port 5432 -s x.x.x.x -j ACCEPT > > Note that the previous rule had to be deleted which I did by editing > th

Re: [pgadmin-support] Cannot Access Remote Server [SOLVED]

2011-08-19 Thread Tom Browder
On Fri, Aug 19, 2011 at 05:47, Tom Browder wrote: > On Fri, Aug 19, 2011 at 01:09, Guillaume Lelarge > 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. >>

Re: [pgadmin-support] Cannot Access Remote Server

2011-08-19 Thread Tom Browder
On Fri, Aug 19, 2011 at 01:09, Guillaume Lelarge 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 g

Re: [pgadmin-support] Cannot Access Remote Server

2011-08-18 Thread Guillaume Lelarge
On Thu, 2011-08-18 at 20:41 -0500, Tom Browder wrote: > On Thu, Aug 18, 2011 at 16:33, Thom Brown wrote: > > On 18 August 2011 22:26, 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

Re: [pgadmin-support] Cannot Access Remote Server

2011-08-18 Thread Tom Browder
On Thu, Aug 18, 2011 at 16:33, Thom Brown wrote: > On 18 August 2011 22:26, 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 >> connecti

Re: [pgadmin-support] Cannot Access Remote Server

2011-08-18 Thread Thom Brown
On 18 August 2011 22:26, 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). >