Need Help Enabling Remote Connections
От
Jonathan Mast
Тема
Need Help Enabling Remote Connections
Дата
Msg-id
o2mf5af14001003311209h8ed1363eib42607457ec6cfd@mail.gmail.com
Список
Дерево обсуждения
Need Help Enabling Remote Connections Jonathan Mast <jhmast.developer@gmail.com>
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?
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 по дате отправления