Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Allowing a connection from other client in the network



Hello, All,
 
I need to allow access to the postgres server(windows) from a remote machine (10.61.90.231).
 
I changed the postgresql.conf to include the line :

listen_addresses = 'localhost,10.61.90.231'  # what IP address(es) to listen on;
 
 
And I changed the pg_hba.conf file (also on data dir) so now  it has a line like this
 
host    all         all         10.61.90.0/24          md5
 
 
And I rebooted the machine, but the server keeps on refusing actively connections.
 
Do I have to change any file besides these two ?
 
Help...
 
Many thanks in advance
 
Best,
Oliveiros


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group