Re: [GENERAL] Can not connect remotely

2010-04-09 Thread Sam Mason
On Fri, Apr 09, 2010 at 10:08:38AM -0700, arya6000 wrote: > Connection refused. Check that the hostname and port are correct and that > the postmaster is accepting TCP/IP connections. Running the following on your server: netstat -tnl will tell you if PG is actually listening on the port you e

Re: [GENERAL] Can not connect remotely

2010-04-09 Thread Rodrigo Gonzalez
On Fri, 9 Apr 2010 10:08:38 -0700 (PDT) arya6000 wrote: > > > Connection refused. Check that the hostname and port are correct and > that the postmaster is accepting TCP/IP connections. > Are you sure that your firewall is allowing connections to port 5432/tcp? Best regards Rodrigo Gonzalez

Re: [GENERAL] Can not connect remotely

2010-04-09 Thread Scott Mead
On Fri, Apr 9, 2010 at 1:08 PM, arya6000 wrote: > > Hello > > I have spent hours trying to make this work, but its still not working. I > tried to connect using my Java program and using pgAdmin III. Postgre is > hosted on a Debian 5 64 bit vps and here are the changes I made. > > I edited postgr

[GENERAL] Can not connect remotely

2010-04-09 Thread arya6000
Hello I have spent hours trying to make this work, but its still not working. I tried to connect using my Java program and using pgAdmin III. Postgre is hosted on a Debian 5 64 bit vps and here are the changes I made. I edited postgresql.conf and changed listen_addresses = 'local' to listen