| |
PHMSDocumentation |
Configuring Database Server for non-local connectionsThe default configuration of PostgreSQL only allows you to connect from the same machine that the server is running on. To configure the database allowing you to connect from other computers, you will need to add the IP addresses of such computers to the configuration file and then restart the database server.
You should now be able to connect to the PostgreSQL database from all IP addresses you have added to the pg_hba.conf file. You may add more than one line in Step 3, as needed. The IPaddress/mask format is a normal CIDR notation. For example,
You will only be able to connect from the added IP addresses (or networks) only. |
| Copyright © 2010 Galactica Software Corporation. All Rights Reserved. | |