Re: Need Help Enabling Remote Connections - Mailing list pgsql-novice

From Jonathan Mast
Subject Re: Need Help Enabling Remote Connections
Date
Msg-id z2rf5af14001003311231s8f2fa0faz8ff1721c1cd86fea@mail.gmail.com
Whole thread Raw
In response to Need Help Enabling Remote Connections  (Jonathan Mast <jhmast.developer@gmail.com>)
Responses Re: Need Help Enabling Remote Connections  (Luiz Eduardo Cantanhede Neri <lecneri@gmail.com>)
Re: Need Help Enabling Remote Connections  ("Wright, George" <george.wright@mag-ias.com>)
List pgsql-novice
Thanks, but I'm not seeing anything new on the link.

here is my pg_hba.conf file:
host    all         all         192.168.1.0/24          trust
host    all         all         192.168.15.0/24          trust

I don't understand why this isn't working.


On Wed, Mar 31, 2010 at 3:14 PM, Luiz Eduardo Cantanhede Neri <lecneri@gmail.com> wrote:
http://www.postgresql.org/docs/8.2/interactive/auth-pg-hba-conf.html



On Wed, Mar 31, 2010 at 4:09 PM, Jonathan Mast <jhmast.developer@gmail.com> wrote:
I've just installed Postgresql Server 8.1.xx on Cent OS 5.4, the server's IP is 192.168.15.113

I added a db user (with super-user privileges) and edited pg_hba.conf to allow 192.168.15.0/24 and 192.168.1.0/24 (the remote subnet, where I'm trying to connect from).

I edited postgresql.conf to:
listen_addresses = '*'
port = 5432
max_connections = 100

But I cannot connect remotely, I get "Server doesn't Listen" from pgAdmin.

Any ideas?


pgsql-novice by date:

Previous
From: Jonathan Mast
Date:
Subject: Need Help Enabling Remote Connections
Next
From: Luiz Eduardo Cantanhede Neri
Date:
Subject: Re: Need Help Enabling Remote Connections